fab_menu_expressive 0.6.0
fab_menu_expressive: ^0.6.0 copied to clipboard
A Material 3 Expressive FAB Menu implementation for Flutter. Replicates the Jetpack Compose Material 3 FAB Menu component.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fab_menu_expressiveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fab_menu_expressive: ^0.6.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:fab_menu_expressive/fab_menu_expressive.dart';