pull_appbar 0.1.0 pull_appbar: ^0.1.0 copied to clipboard
Transform your app's navigation with PullAppBar! Effortlessly change page content by pulling the app bar for a dynamic user experience.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pull_appbar
With Flutter:
$ flutter pub add pull_appbar
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
pull_appbar: ^0.1.0
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:pull_appbar/pull_appbar.dart';