File tree Expand file tree Collapse file tree 3 files changed +21
-36
lines changed Expand file tree Collapse file tree 3 files changed +21
-36
lines changed Original file line number Diff line number Diff line change @@ -7,45 +7,30 @@ that can be found in the LICENSE file. -->
7
7
> [ !IMPORTANT]
8
8
> See the [ Migration Guide] ( guides/migration_guide.md ) for the details of breaking changes between versions.
9
9
10
- ## 9.0.0-dev.3
10
+ ## 9.0.0
11
+
12
+ ### Breaking changes
13
+
14
+ - Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
15
+ - Bump ` photo_manager ` to v3.x.
16
+ - Export ` photo_manager_image_provider ` .
17
+ - Integrate ` PermissionRequestOption ` for callers.
11
18
12
19
### Improvements
13
20
21
+ - Adapt ` ThemeData ` usages.
14
22
- Use ` wechat_picker_library ` .
15
23
- Make the first asset count not blocking loads.
16
24
17
25
### Fixes
18
26
27
+ - Fix unhandled child semantics with the app bar title.
28
+ - Fix styles around the app bar and other widgets.
19
29
- Fix previewing selected assets' behavior.
20
30
- Use ` PermissionRequestOption ` as much as possible.
21
31
- Raise more errors for non-synced paths.
22
32
- Fix the experience with ` shouldRevertGrid ` .
23
33
24
- ## 9.0.0-dev.2
25
-
26
- ### Fixes
27
-
28
- - Fix unhandled child semantics with the app bar title.
29
- - Fix styles around the app bar and other widgets.
30
-
31
- ## 9.0.0-dev.1
32
-
33
- ### Breaking changes
34
-
35
- - Integrate ` PermissionRequestOption ` for callers.
36
-
37
- ### Improvements
38
-
39
- - Adapt ` ThemeData ` usages.
40
-
41
- ## 8.9.0-dev.1
42
-
43
- ### Breaking changes
44
-
45
- - Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
46
- - Bump ` photo_manager ` to v3.x.
47
- - Export ` photo_manager_image_provider ` .
48
-
49
34
## 8.8.0
50
35
51
36
### New features
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker_demo
2
2
description : The demo project for the wechat_assets_picker package.
3
- version : 9.0.0+48
3
+ version : 9.0.0+49
4
4
publish_to : none
5
5
6
6
environment :
7
- sdk : ' >=3.1.0 '
8
- flutter : ' >=3.13 .0'
7
+ sdk : ^3.2.0
8
+ flutter : ' >=3.16 .0'
9
9
10
10
dependencies :
11
11
flutter :
@@ -15,10 +15,10 @@ dependencies:
15
15
16
16
wechat_assets_picker :
17
17
path : ../
18
- wechat_camera_picker : ^4.0 .0
18
+ wechat_camera_picker : ^4.2 .0
19
19
20
- extended_image : ^8.1 .0
21
- package_info_plus : ^4 .0.0
20
+ extended_image : ^8.2 .0
21
+ package_info_plus : ^5 .0.0
22
22
path : ^1.8.0
23
23
path_provider : ^2.0.15
24
24
provider : ^6.0.2
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
- version : 9.0.0-dev.3
2
+ version : 9.0.0
3
3
description : |
4
4
An image picker (also with videos and audio)
5
5
for Flutter projects based on WeChat's UI,
@@ -22,10 +22,10 @@ dependencies:
22
22
flutter :
23
23
sdk : flutter
24
24
25
- wechat_picker_library : ^1.0.0-0
25
+ wechat_picker_library : ^1.0.0
26
26
27
- extended_image : ^8.1 .0
28
- photo_manager : ^3.0.0-dev.1
27
+ extended_image : ^8.2 .0
28
+ photo_manager : ^3.0.0
29
29
photo_manager_image_provider : ^2.0.0
30
30
provider : ^6.0.5
31
31
video_player : ^2.7.0
You can’t perform that action at this time.
0 commit comments