fadable_app_bar 0.1.0
fadable_app_bar: ^0.1.0 copied to clipboard
Simple implementation of a fadable app bar for flutter. A wrapper on flutter's AppBar() to create a fade effect on the app bar when scrolling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fadable_app_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fadable_app_bar: ^0.1.0Alternatively, 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:fadable_app_bar/fadable_app_bar.dart';