customizable_space_bar 0.2.0 customizable_space_bar: ^0.2.0 copied to clipboard
AppBar which changes the content with scrolling rate. Enables to implement "Large Title"
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add customizable_space_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
customizable_space_bar: ^0.2.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:customizable_space_bar/customizable_space_bar.dart';