floating_action_bubble 1.1.4 floating_action_bubble: ^1.1.4 copied to clipboard
A animated menu using a floating action button , the aesthetic of the menu items are fully customisable
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add floating_action_bubble
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
floating_action_bubble: ^1.1.4
Alternatively, 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:floating_action_bubble/floating_action_bubble.dart';