hide_scroll_navbar 1.0.2 copy "hide_scroll_navbar: ^1.0.2" to clipboard
hide_scroll_navbar: ^1.0.2 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_navbar

This 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.2

Alternatively, 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';
6
likes
115
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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. Developed with by Kaish.

Homepage
Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on hide_scroll_navbar