v9.0.0
What's Changed
Important
See the Migration Guide for the details of breaking changes between versions.
9.0.0
Breaking changes
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
- Bump
photo_manager
to v3.x. - Export
photo_manager_image_provider
. - Integrate
PermissionRequestOption
for callers.
Improvements
- Adapt
ThemeData
usages. - Use
wechat_picker_library
. - Make the first asset count not blocking loads.
Fixes
- Fix unhandled child semantics with the app bar title.
- Fix styles around the app bar and other widgets.
- Fix previewing selected assets' behavior.
- Use
PermissionRequestOption
as much as possible. - Raise more errors for non-synced paths.
- Fix the experience with
shouldRevertGrid
.
New Contributors
- @CaiJingLong made their first contribution in #506
Full Changelog: v8.8.0...v9.0.0