flappy_popup_bubble 1.1.5
flappy_popup_bubble: ^1.1.5 copied to clipboard
This packages is used to show a bubble item or bubble popup menu easy.You can show the popup menu where you long touched smoothly.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flappy_popup_bubbleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flappy_popup_bubble: ^1.1.5Alternatively, 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:flappy_popup_bubble/flappy_popup_bubble.dart';