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

discontinued

A plugin for flutter_map to show a customisable popup Widget when a marker is tapped. Also provides methods to show/hide popups.

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: ^1.5.3

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
0
pub points
22%
popularity

Publisher

unverified uploader

A plugin for flutter_map to show a customisable popup Widget when a marker is tapped. Also provides methods to show/hide popups.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_map, latlong2

More

Packages that depend on longpress_popup