rubber_app_bar 1.0.4 copy "rubber_app_bar: ^1.0.4" to clipboard
rubber_app_bar: ^1.0.4 copied to clipboard

A Flutter package that provides a custom widget for having a rubber app bar that stretches and contracts while scrolling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rubber_app_bar

With Flutter:

 $ flutter pub add rubber_app_bar

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

dependencies:
  rubber_app_bar: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rubber_app_bar/rubber_app_bar.dart';
9
likes
0
pub points
37%
popularity

Publisher

verified publisheri3mr.com

A Flutter package that provides a custom widget for having a rubber app bar that stretches and contracts while scrolling.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rubber_app_bar