3
3
## 7.0.3
4
4
5
5
### Fixes
6
+
6
7
- Fix the broken semantics on iOS/macOS. (#272 )
7
8
8
9
## 7.0.2
9
10
10
11
### Fixes
12
+
11
13
- Fix wrong conditions judging when obtaining path thumbnails.
12
14
13
15
## 7.0.1
14
16
15
17
### Improvements
18
+
16
19
- Support semantics with Japanese text delegates. (#266 ).
17
20
18
21
### Fixes
22
+
19
23
- Obtain the path thumbnail only when asset is image or video.
20
24
21
25
## 7.0.0
22
26
23
27
To know more about breaking changes, see [ Migration Guide] [ ] .
24
28
25
29
### New features
30
+
26
31
- Support predictable special item display. (#264 )
27
32
- Support live photos display. (#251 )
28
33
- Expose ` AssetPickerPageRoute ` for customization. (#248 )
29
34
- Add full semantics support. (#232 , #235 , #240 , #242 , #243 , #245 , #254 )
30
35
31
36
### Improvements
37
+
32
38
- Improve scaling with select indicators and numbers.
33
39
- Implement the default light theme. (#234 )
34
40
35
41
### Fixes
42
+
36
43
- Fix ` LocallyAvailableBuilder ` with more edge conditions. (#263 )
37
44
- Fix potentially "No elements" error with thumbnails.
38
45
39
46
## 6.3.1
40
47
41
- - Improve image type determine when resolving image data.
42
- This mostly resolved the occasionally HEIC loading issue
43
- when apps are running under the release mode.
48
+ - Improve image type determine when resolving image data.This mostly resolved the occasionally HEIC loading issue when
49
+ apps are running under the release mode.
44
50
45
51
## 6.3.0
46
52
@@ -69,8 +75,7 @@ To know more about breaking changes, see [Migration Guide][].
69
75
70
76
## 6.2.0
71
77
72
- - Introduce ` shouldRevertGrid ` to determine whether the assets grid should revert.
73
- It's set with Apple OS accordingly before.
78
+ - Introduce ` shouldRevertGrid ` to determine whether the assets grid should be reverted.
74
79
- Upgrade ` photo_manager ` to resolve issues against ` AssetEntity ` s comparison.
75
80
76
81
## 6.1.2
@@ -108,8 +113,7 @@ To know more about breaking changes, see [Migration Guide][].
108
113
109
114
## 6.0.2
110
115
111
- - Expose ` shouldReversePreview ` for ` AssetPickerViewerBuilderDelegate ` ,
112
- which provides a more precise control for the viewer.
116
+ - Expose ` shouldReversePreview ` for ` AssetPickerViewerBuilderDelegate ` .
113
117
114
118
## 6.0.1
115
119
@@ -120,17 +124,18 @@ To know more about breaking changes, see [Migration Guide][].
120
124
## 6.0.0
121
125
122
126
### New features
127
+
123
128
- Sync all UI details from WeChat 8.x.
124
129
- Integrate iCloud progress overview in previews.
125
130
- Change the permission from the app settings when it's limited.
126
131
- Request more assets on iOS when the permission is limited.
127
132
- Fit the assets' grid's layout as the iOS ` Photos ` app (reverted and started from the bottom).
128
133
- Add Arabic language text delegate.
129
134
- Allow using ` AssetPicker ` and ` AssetPickerViewer ` directly with delegates.
130
- - Add ` keepScrollOffset ` feature for the ` AssetPickerBuilderDelegate ` ,
131
- which allow users to keep the scroll offset between pickings.
135
+ - Add ` keepScrollOffset ` feature for the ` AssetPickerBuilderDelegate ` .
132
136
133
137
### Improvements
138
+
134
139
- Items that being banned from select (reached max assets or type conflict)
135
140
will have a stronger color cover to indicate.
136
141
- Video preview in the [ SpecialPickerType.wechatMoment] is completely different from other previews.
@@ -288,8 +293,7 @@ To know more about breaking changes, see [Migration Guide][].
288
293
- Migrate to non-nullable by default.
289
294
- ` CustomItemBuilder ` -> ` SpecialItemBuilder ` , ` CustomItemPosition ` -> ` SpecialItemPosition ` .
290
295
- Abstract ` AssetPickerBuilderDelegate<A, P> ` , ` AssetPickerViewerBuilderDelegate<A, P> ` ,
291
- ` AssetPickerProvider<A, P> ` , and minify the ` AssetPickerViewerProvider<A> ` . Support
292
- custom types by generic type.
296
+ ` AssetPickerProvider<A, P> ` , and minify the ` AssetPickerViewerProvider<A> ` . Support custom types by generic type.
293
297
- The ` assets ` param in ` AssetPickerViewer.pushToViewer ` is now ` previewAssets ` .
294
298
295
299
## 4.2.2
@@ -428,7 +432,7 @@ To know more about breaking changes, see [Migration Guide][].
428
432
## 1.5.0
429
433
430
434
- Bumping flutter sdk minimum version to ` 1.17.0 ` .
431
- - Declare API stability and compatibility with 1.0.0
435
+ - Declare API stability and compatibility with 1.0.0
432
436
( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
433
437
434
438
## 1.4.1
0 commit comments