Skip to content

Commit 44ad870

Browse files
authored
🔖 9.0.0 (#554)
1 parent 6ef7aff commit 44ad870

File tree

3 files changed

+21
-36
lines changed

3 files changed

+21
-36
lines changed

CHANGELOG.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,30 @@ that can be found in the LICENSE file. -->
77
> [!IMPORTANT]
88
> See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.
99
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.
1118

1219
### Improvements
1320

21+
- Adapt `ThemeData` usages.
1422
- Use `wechat_picker_library`.
1523
- Make the first asset count not blocking loads.
1624

1725
### Fixes
1826

27+
- Fix unhandled child semantics with the app bar title.
28+
- Fix styles around the app bar and other widgets.
1929
- Fix previewing selected assets' behavior.
2030
- Use `PermissionRequestOption` as much as possible.
2131
- Raise more errors for non-synced paths.
2232
- Fix the experience with `shouldRevertGrid`.
2333

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-
4934
## 8.8.0
5035

5136
### New features

example/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: wechat_assets_picker_demo
22
description: The demo project for the wechat_assets_picker package.
3-
version: 9.0.0+48
3+
version: 9.0.0+49
44
publish_to: none
55

66
environment:
7-
sdk: '>=3.1.0'
8-
flutter: '>=3.13.0'
7+
sdk: ^3.2.0
8+
flutter: '>=3.16.0'
99

1010
dependencies:
1111
flutter:
@@ -15,10 +15,10 @@ dependencies:
1515

1616
wechat_assets_picker:
1717
path: ../
18-
wechat_camera_picker: ^4.0.0
18+
wechat_camera_picker: ^4.2.0
1919

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
2222
path: ^1.8.0
2323
path_provider: ^2.0.15
2424
provider: ^6.0.2

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_assets_picker
2-
version: 9.0.0-dev.3
2+
version: 9.0.0
33
description: |
44
An image picker (also with videos and audio)
55
for Flutter projects based on WeChat's UI,
@@ -22,10 +22,10 @@ dependencies:
2222
flutter:
2323
sdk: flutter
2424

25-
wechat_picker_library: ^1.0.0-0
25+
wechat_picker_library: ^1.0.0
2626

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
2929
photo_manager_image_provider: ^2.0.0
3030
provider: ^6.0.5
3131
video_player: ^2.7.0

0 commit comments

Comments
 (0)