Skip to content

Commit

Permalink
0.10.3-rc (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored and renancaraujo committed Nov 15, 2020
1 parent 7b7cc1b commit b208189
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 42 deletions.
26 changes: 11 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.10.3"></a>
# [0.10.3](https://github.com/renancaraujo/photo_view/releases/tag/0.10.3) - 15 Nov 2020

## Fixed
- Fix double and single tap on gallery #293 #271 #326

[Changes][0.10.3]


<a name="0.10.2"></a>
# [0.10.2](https://github.com/renancaraujo/photo_view/releases/tag/0.10.2) - 22 Aug 2020

Expand Down Expand Up @@ -385,19 +394,7 @@ Release stabilizing usage API.
[Changes][0.1.0]


<a name="0.0.11"></a>
# [0.0.11](https://github.com/renancaraujo/photo_view/releases/tag/0.0.11) - 18 Nov 2018

## Fixed
- Added `scaleStateChangedCallback` property to `PhotoViewGallery`constructor. #43

## Added
- An animation in `onScaleEnd` to make panning gestures more smoothly. #50 #8
- Initial scale option: customize initial scale with `initialScale` that can be either a double or a `PhotoViewComputedScale` as well. The new option is on in the `PhotoView`, `PhotoViewGalleryPageOptions` and `PhotoViewInline` constructors #29 #52

[Changes][0.0.11]


[0.10.3]: https://github.com/renancaraujo/photo_view/compare/0.10.2...0.10.3
[0.10.2]: https://github.com/renancaraujo/photo_view/compare/0.10.1...0.10.2
[0.10.1]: https://github.com/renancaraujo/photo_view/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/renancaraujo/photo_view/compare/0.9.2...0.10.0
Expand Down Expand Up @@ -426,7 +423,6 @@ Release stabilizing usage API.
[0.1.3]: https://github.com/renancaraujo/photo_view/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/renancaraujo/photo_view/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/renancaraujo/photo_view/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/renancaraujo/photo_view/compare/0.0.11...0.1.0
[0.0.11]: https://github.com/renancaraujo/photo_view/tree/0.0.11
[0.1.0]: https://github.com/renancaraujo/photo_view/tree/0.1.0

<!-- Generated by changelog-from-release -->
52 changes: 26 additions & 26 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.2"
version: "2.5.0-nullsafety.1"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0-nullsafety.1"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.1.0-nullsafety.3"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.3"
version: "1.2.0-nullsafety.1"
cli_util:
dependency: transitive
description:
Expand All @@ -63,14 +63,14 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.1.0-nullsafety.1"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.13"
version: "1.15.0-nullsafety.3"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0-nullsafety.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -164,7 +164,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.1+1"
version: "0.6.3-nullsafety.2"
logging:
dependency: transitive
description:
Expand All @@ -178,14 +178,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.8"
version: "0.12.10-nullsafety.1"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.8"
version: "1.3.0-nullsafety.4"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -220,21 +220,21 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0-nullsafety.1"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
version: "1.10.0-nullsafety.2"
pool:
dependency: transitive
description:
name: pool
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
version: "1.5.0-nullsafety.2"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -281,84 +281,84 @@ packages:
name: source_map_stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0-nullsafety.3"
source_maps:
dependency: transitive
description:
name: source_maps
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.8"
version: "0.10.10-nullsafety.2"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0-nullsafety.2"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.5"
version: "1.10.0-nullsafety.2"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0-nullsafety.1"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "1.1.0-nullsafety.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0-nullsafety.1"
test:
dependency: "direct dev"
description:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.2"
version: "1.16.0-nullsafety.5"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.17"
version: "0.2.19-nullsafety.2"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.10"
version: "0.3.12-nullsafety.5"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0-nullsafety.3"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.1.0-nullsafety.3"
vm_service:
dependency: transitive
description:
Expand Down Expand Up @@ -395,5 +395,5 @@ packages:
source: hosted
version: "2.1.16"
sdks:
dart: ">=2.9.0-14.0.dev <3.0.0"
dart: ">=2.10.0-110 <=2.11.0-222.0.dev"
flutter: ">=1.6.0 <2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_view
description: Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
version: 0.10.2
version: 0.10.3
homepage: https://github.com/renancaraujo/photo_view

environment:
Expand Down

0 comments on commit b208189

Please sign in to comment.