longpress_popup 3.0.3+1
longpress_popup: ^3.0.3+1 copied to clipboard
This Flutter package extends flutter_map to easily show customizable popups when markers are long-pressed.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add longpress_popupWith Flutter:
$ flutter pub add longpress_popupThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
longpress_popup: ^3.0.3+1Alternatively, 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:longpress_popup/extension_api.dart';
import 'package:longpress_popup/fluttermap_markerpopup.dart';