app_bar_m3e 0.1.2
app_bar_m3e: ^0.1.2 copied to clipboard
Expressive App Bar (Material 3 Expressive) with small/medium/large variants and Sliver integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_bar_m3eThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
app_bar_m3e: ^0.1.2Alternatively, 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:app_bar_m3e/app_bar_m3e.dart';