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.
I want to report some deprecated features on Flutter 3.22.0
animated_navbar.dart
.Solution Replace deprecated features with new ones.