gt_appbar 1.1.0
gt_appbar: ^1.1.0 copied to clipboard
A customizable AppBar widget for Flutter with enhanced features including curved bottom edges, optional divider, gradient backgrounds, and full Material 3 support. Perfect for creating unique and mode [...]
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.1.0Alternatively, 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';