I think this package functionality just got released as part of flutter
https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c
and
https://api.flutter.dev/flutter/material/BottomAppBar-class.html
The ability to scroll the page and make the app bar appear and disappear depending on the scroll direction.
Not sure if it supports both directions, worth checking out.
If it does the same we need to change the readme to reflect that this package is no longer needed and users should move to the native flutter implementation.
I think this package functionality just got released as part of flutter
https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c
and
https://api.flutter.dev/flutter/material/BottomAppBar-class.html
The ability to scroll the page and make the app bar appear and disappear depending on the scroll direction.
Not sure if it supports both directions, worth checking out.
If it does the same we need to change the readme to reflect that this package is no longer needed and users should move to the native flutter implementation.