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.

Decorated App Bar #

TODO(tom): update description Love the material DecoratedAppBar? Do you want to add more color to the DecoratedAppBar? Here's a DecoratedAppBar.

It works just like the normal DecoratedAppBar. Also with actions, back buttons, titles. So it's just your normal DecoratedAppBar, but with a twist!

Screenshots #

(TBW)

Getting Started #

  1. Depend on it by adding this to your pubspec.yaml file: decorated_app_bar: ^1.22.4

  2. Import it: import 'package:decorated_app_bar/decorated_app_bar.dart'

  3. Replace your current DecoratedAppBar (In the scaffold) to DecoratedAppBar.

appBar: DecoratedAppBar(
    title: Text('Flutter'),
    decoration: BoxDecoration(gradient: LinearGradient(colors: [Colors.blue, Colors.purple, Colors.red]))
  ),
0
likes
70
pub points
0%
popularity

Publisher

unverified uploader

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)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on decorated_app_bar