longpress_popup 3.0.3+2 copy "longpress_popup: ^3.0.3+2" to clipboard
longpress_popup: ^3.0.3+2 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 Flutter:

 $ flutter pub add longpress_popup

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  longpress_popup: ^3.0.3+2

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:longpress_popup/extension_api.dart';
import 'package:longpress_popup/fluttermap_markerpopup.dart';
2
likes
150
points
192
downloads

Publisher

verified publisheryoumti.net

Weekly Downloads

This Flutter package extends flutter_map to easily show customizable popups when markers are long-pressed.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_map, latlong2, vector_math

More

Packages that depend on longpress_popup