floating_menu_overlay 1.0.1+1  floating_menu_overlay: ^1.0.1+1 copied to clipboard
floating_menu_overlay: ^1.0.1+1 copied to clipboard
A customizable floating menu overlay for Android. Supports 0-6 draggable menu icons, custom colors/gradients, shapes (circular/rect), sizes, borders, and app launcher as center icon. Clickable with Fl [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add floating_menu_overlayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  floating_menu_overlay: ^1.0.1+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:floating_menu_overlay/floating_menu_overlay.dart';