maheshj01 / navbar_router

A Navbar widget for advanced usecases to improve user experience and save your time.
https://docs.maheshjamdade.com/navbar_router/
MIT License
29 stars 7 forks source link

Deprecated Features #49

Closed bebaoboy closed 4 months ago

bebaoboy commented 4 months ago

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 4 months ago

Fixed should be available in upcoming release

maheshj01 commented 4 months ago

Fixed and released in v0.7.5