decorated_app_bar 1.25.0-8.3.pre copy "decorated_app_bar: ^1.25.0-8.3.pre" to clipboard
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';
0
likes
70
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on decorated_app_bar