Deprecated Features
Closed this issue · 2 comments
bebaoboy commented
I want to report some deprecated features on Flutter 3.22.0
animated_navbar.dart
.
'onBackground' is deprecated and shouldn't be used. Use onSurface instead. This feature was deprecated after v3.18.0-0.1.pre.
'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
Solution
Replace deprecated features with new ones.
maheshj01 commented
Fixed should be available in upcoming release