flappy_popup_bubble 1.1.2
flappy_popup_bubble: ^1.1.2 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 Dart:
$ dart pub add flappy_popup_bubbleWith Flutter:
$ flutter pub add flappy_popup_bubbleThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flappy_popup_bubble: ^1.1.2Alternatively, your editor might support dart pub get or 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';