decorated_app_bar 1.25.0-8.3.pre
decorated_app_bar: ^1.25.0-8.3.pre copied to clipboard
Customize app bar with any decoration whatever you like. Notice that we follow the same version policy with flutter framework, so that you won't get any inconsistency with the official AppBar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add decorated_app_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
decorated_app_bar: ^1.25.0-8.3.pre
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:decorated_app_bar/decorated_app_bar.dart';