Skip to content

Commit 974b8a7

Browse files
committed
🔖 ## 4.1.0+3
1 parent 288cb7a commit 974b8a7

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

CHANGELOG.md

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
# [4.1.0+2]
1+
# [4.1.0+3] - [2020/08/06]
2+
3+
* Make widgets constant.
4+
* Remove system ui overlays update.
5+
* Migrate files to compatible with Flutter `1.20.0` .
6+
* Sync analysis options.
7+
8+
# [4.1.0+2] - [2020/07/28]
29

310
* Ignore size constraint for image assets.
411
* Format code using `dartfmt`.
512
* Upgrade `photo_manager`.
613

7-
# [4.1.0+1]
14+
# [4.1.0+1] - [2020/07/23]
815

916
* Adjust AppleOS layout.
1017

11-
# [4.1.0]
18+
# [4.1.0] - [2020/07/22]
1219

1320
* Add backdrop widget in the picker, which makes the picker more like the one in WeChat.
1421

15-
# [4.0.0]
22+
# [4.0.0] - [2020/07/17]
1623

1724
* Drop `asset_audio_player` .
1825
* Experimenting status bar hidden on iOS.
@@ -22,31 +29,31 @@
2229

2330
* `TextDelegate` -> `AssetsPickerTextDelegate` .
2431

25-
# [3.0.0+1]
32+
# [3.0.0+1] - [2020/07/13]
2633

2734
* Constraint dependencies version.
2835

29-
# [3.0.0]
36+
# [3.0.0] - [2020/07/13]
3037

3138
* Add `FilterOptionGroup`. Fix #41 .
3239
* Add `SpecialPickerType`. Fix #37 .
3340
* Add custom item build mode. Fix #39 .
3441

35-
# [2.2.1]
42+
# [2.2.1] - [2020/06/23]
3643

3744
* Introduce `ColorScheme` for theme details. Fixed #32 .
3845
* Enhance RTL compatibility.
3946
* Enlarge select indicator's size. Related to #33 .
4047

41-
# [2.2.0+2]
48+
# [2.2.0+2] - [2020/06/08]
4249

4350
* Remove path entity properties refresh.
4451

45-
# [2.2.0+1]
52+
# [2.2.0+1] - [2020/06/01]
4653

4754
* Fix preview widget for audio assets in picker viewer.
4855

49-
# [2.2.0]
56+
# [2.2.0] - [2020/06/01]
5057

5158
* Brand new example.
5259
* Add `SortPathDelegate`.
@@ -58,23 +65,23 @@
5865
* Expose `AssetType` enum.
5966
* Fix issue with request type.
6067

61-
# [2.1.0]
68+
# [2.1.0] - [2020/05/28]
6269

6370
* Add present english text delegate.
6471
* Refactored theme constructor and getter with theme capability #22 .
6572
* Update color scheme usage for assets grid #23 .
6673
* Update picker viewer style for apple OS.
6774
* Fix bottom bar disappearing on apple os when it's single asset mode.
6875

69-
# [2.0.2]
76+
# [2.0.2] - [2020/05/27]
7077

7178
* Fix audio paused accidentally when the app is launching on Android #18 .
7279

73-
# [2.0.1]
80+
# [2.0.1] - [2020/05/22]
7481

7582
* Expose observe register methods.
7683

77-
# [2.0.0]
84+
# [2.0.0] - [2020/05/21]
7885

7986
* Support audio assets.
8087
* Support single asset mode.
@@ -85,7 +92,7 @@
8592

8693
* `videoIndicatorBuilder` -> `durationIndicatorBuilder`.
8794

88-
# [1.7.0]
95+
# [1.7.0] - [2020/05/19]
8996

9097
* Hide detail display when video start to play.
9198
* Switch to `ExtendedImageGesturePageView`. Fix #16 .
@@ -95,74 +102,74 @@
95102
* Update widgets style on iOS. Fix #14 .
96103
* Fix state of the example not updated after the result was returned without input method activated.
97104

98-
# [1.6.0]
105+
# [1.6.0] - [2020/05/10]
99106

100107
* Support HEIC/HEIF image type.
101108

102-
# [1.5.0+1]
109+
# [1.5.0+1] - [2020/05/09]
103110

104111
* Upgrade `photo_manager` to `0.5.1`.
105112
* Replace deprecate `TextTheme.title` API usage.
106113
* Document (dartdoc) update.
107114

108-
# [1.5.0]
115+
# [1.5.0] - [2020/05/09]
109116

110117
* Bumping flutter sdk minimum version to `1.17.0`.
111118
* Declare API stability and compatibility with 1.0.0 ( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
112119

113-
# [1.4.1]
120+
# [1.4.1] - [2020/04/20]
114121

115122
* Remove loading indicator for image widget.
116123
* Refactor video page's initialization for ratio update.
117124
* Using constants to store text delegate.
118125
* Add error catching for main methods.
119126
* Update text delegate management.
120127

121-
# [1.4.0+1]
128+
# [1.4.0+1] - [2020/04/19]
122129

123130
* Fix call on null with `currentlySelectedAssets`.
124131

125-
# [1.4.0]
132+
# [1.4.0] - [2020/04/17]
126133

127134
* Support paging assets load.
128135
* Fix selected assets not synced with picker provider.
129136
* Bump `photo_manager` to `0.5.1-dev.5`
130137

131-
# [1.3.2]
138+
# [1.3.2] - [2020/04/15]
132139

133140
* Expose page transition curve and duration to static method.
134141
* Fix theme color not passed to static method.
135142

136-
# [1.3.1+1]
143+
# [1.3.1+1] - [2020/04/14]
137144

138145
* Fix `pageBuilder` null issue.
139146

140-
# [1.3.1]
147+
# [1.3.1] - [2020/04/13]
141148

142149
* Add upwards slide page transition.
143150
* Add padding to bottom action bar in picker.
144151

145-
# [1.3.0]
152+
# [1.3.0] - [2020/04/09]
146153

147154
* Add iOS style.
148155
* Add cancel field to text delegate.
149156
* `Set` -> `List`.
150157

151-
# [1.2.1]
158+
# [1.2.1] - [2020/04/08]
152159

153160
* Fix missing aspect ratio for video player.
154161
* Using common request type in example.
155162

156-
# [1.2.0]
163+
# [1.2.0] - [2020/04/07]
157164

158165
* Add text delegate support. (Also with i18n support using delegate).
159166

160-
# [1.1.0]
167+
# [1.1.0] - [2020/04/07]
161168

162169
* Support video assets. You can use `requestType` to select video or video+image.
163170
* Hide system ui overlays according to flag and system.
164171
* Update GIF indicator and add video indicator.
165172

166-
# [1.0.0]
173+
# [1.0.0] - [2020/03/31]
167174

168175
* Initial release.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker
22
description: An assets' picker written in pure Dart which looks like the one in WeChat, support multi asset pick from the device.
3-
version: 4.1.0+2
3+
version: 4.1.0+3
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)