fadable_app_bar 0.1.0 copy "fadable_app_bar: ^0.1.0" to clipboard
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_bar

This 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.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:fadable_app_bar/fadable_app_bar.dart';
5
likes
160
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on fadable_app_bar