hide_scroll_navbar 1.0.1
hide_scroll_navbar: ^1.0.1 copied to clipboard
A Flutter package that automatically hides the AppBar and BottomNavigationBar when scrolling down, and shows them again when scrolling up — with smooth fade and slide animations for a modern UI feel. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hide_scroll_navbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hide_scroll_navbar: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hide_scroll_navbar/hide_scroll_navbar.dart';