File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,17 @@ that can be found in the LICENSE file. -->
4
4
5
5
# Changelog
6
6
7
- ## 8.0.0-dev.2
8
-
9
- ### New Features
10
-
11
- - Add ` initializeDelayDuration ` for ` DefaultAssetPickerProvider ` . (#341 )
12
- - Add ` sortPathsByModifiedDate ` . (#342 )
13
- - Expose ` sortPathsByModifiedDate ` . (#343 )
14
-
15
- ## 8.0.0-dev.1
7
+ ## 8.0.0
16
8
17
9
To know more about breaking changes, see [ Migration Guide] [ ] .
18
10
19
11
### New Features
20
12
21
13
- Introduce ` PathWrapper ` in delegates to improve the overall loading speed. (#338 )
22
14
- Allow using ` Key ` during picking. (#339 )
15
+ - Add ` initializeDelayDuration ` for ` DefaultAssetPickerProvider ` . (#341 )
16
+ - Prevent race condition with paths. (#342 )
17
+ - Expose ` sortPathsByModifiedDate ` . (#343 )
23
18
24
19
## 7.3.2
25
20
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Language: [English](README.md) | 中文
104
104
105
105
| | 2.8.0 | 2.10.0 | 3.0.0 |
106
106
| --------| :-----:| :------:| :-----:|
107
+ | 8.0.0+ | 不适用 | 不适用 | ✅ |
107
108
| 7.3.0+ | 不适用 | 不适用 | ✅ |
108
109
| 7.0.0+ | ✅ | ✅ | ❌ |
109
110
| 6.3.0+ | ✅ | ✅ | ❌ |
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ before you have any questions.
105
105
106
106
| | 2.8.0 | 2.10.0 | 3.0.0 |
107
107
| --------| :-----:| :------:| :-----:|
108
+ | 8.0.0+ | N/A | N/A | ✅ |
108
109
| 7.3.0+ | N/A | N/A | ✅ |
109
110
| 7.0.0+ | ✅ | ✅ | ❌ |
110
111
| 6.3.0+ | ✅ | ✅ | ❌ |
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
2
description : An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3
- version : 8.0.0-dev.2
3
+ version : 8.0.0
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_assets_picker
5
5
6
6
environment :
@@ -12,7 +12,7 @@ dependencies:
12
12
sdk : flutter
13
13
14
14
extended_image : ^6.2.0
15
- photo_manager : ^2.2.0-dev.4
15
+ photo_manager : ^2.2.0
16
16
provider : ^6.0.2
17
17
video_player : ^2.4.0
18
18
You can’t perform that action at this time.
0 commit comments