scroll_app_bar 2.0.0 copy "scroll_app_bar: ^2.0.0" to clipboard
scroll_app_bar: ^2.0.0 copied to clipboard

Hide or show app bar while scrolling. This package works without custom scroll view and slivers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scroll_app_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  scroll_app_bar: ^2.0.0

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:scroll_app_bar/scroll_app_bar.dart';
98
likes
80
pub points
85%
popularity

Publisher

unverified uploader

Hide or show app bar while scrolling. This package works without custom scroll view and slivers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, scroll_bars_common

More

Packages that depend on scroll_app_bar