gt_appbar 1.0.1
gt_appbar: ^1.0.1 copied to clipboard
A customizable AppBar widget for Flutter, offering enhanced features like bottom curveness and an optional divider for versatile app bar design. #flutter_appbar #sticky_app_bar #custom_appbar
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gt_appbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gt_appbar: ^1.0.1Alternatively, 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:gt_appbar/gt_appbar.dart';