longpress_popup 3.0.0 copy "longpress_popup: ^3.0.0" to clipboard
longpress_popup: ^3.0.0 copied to clipboard

This Flutter package extends flutter_map to easily show customizable popups when markers are long-pressed. It lets you add images, text, and buttons, and provides methods to programmatically show or h [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add longpress_popup

With Flutter:

 $ flutter pub add longpress_popup

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

dependencies:
  longpress_popup: ^3.0.0

Alternatively, 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';
2
likes
0
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. It lets you add images, text, and buttons, and provides methods to programmatically show or hide popups—making map interactions simple and seamless.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_map, latlong2, vector_math

More

Packages that depend on longpress_popup