-
-
Couldn't load subscription status.
- Fork 503
Closed
Labels
b: flutterThis is a flutter issue.This is a flutter issue.s: bugSomething isn't working.Something isn't working.
Description
Describe the bug
After upgrading Flutter from 3.32.8 to 3.35.1, this package fails to compile due to type incompatibility with updated Flutter API definitions.
Compilation errors:
/wechat_assets_picker-9.7.0/lib/src/delegates/asset_picker_delegate.dart:324:26: Error: The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
/wechat_assets_picker-9.7.0/lib/src/widget/asset_picker_app_bar.dart:108:43: Error: A value of type 'AppBarThemeData' can't be assigned to a variable of type 'AppBarTheme'.
How to reproduce
Steps to reproduce the behavior:
- Upgrade Flutter to
3.35.1. - Create a minimal Flutter project.
- Add
wechat_assets_picker: 9.7.0topubspec.yaml. - Run
flutter pub getandflutter run. - Compilation fails with the above errors.
Expected behavior
The package should compile successfully under Flutter 3.35.1 without type incompatibility errors.
Version information
- Package Version: [9.7.0]
- Flutter Version: [3.35.1]
Metadata
Metadata
Assignees
Labels
b: flutterThis is a flutter issue.This is a flutter issue.s: bugSomething isn't working.Something isn't working.