context_app_bar 1.0.2 copy "context_app_bar: ^1.0.2" to clipboard
context_app_bar: ^1.0.2 copied to clipboard

A contextual app bar for flutter. This widget allows switching between standard app bar widgets triggered by a value notifier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add context_app_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  context_app_bar: ^1.0.2

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:context_app_bar/context_app_bar.dart';
1
likes
160
points
26
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A contextual app bar for flutter. This widget allows switching between standard app bar widgets triggered by a value notifier.

Repository (GitHub)

Topics

#widget #appbar

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on context_app_bar