This package provide easy way pick location using flutter_map.
Features
X
Single/multiple selection.X
Supportflutter_map
package and its options.X
Cache tiles usingcached_network_image
package.X
Support allcached_network_image
options.
Getting started
dependencies:
latlng_picker: ^0.0.1
Usage
for easy way you can use the showLatLngPicker
function to show the picker in a dialog.
it uses LatLngPickerDialog
internally wish is embading the LatLngPicker
widget.
import 'package:latlng_picker/latlng_picker.dart';
LatLng? latLng = await showLatLngPicker(context);
Additional information
for advanced usage you can use the LatLngPicker
widget. it contains all the features of the flutter_map
package.
Other projects?
check my other projects:
- osrm: Open Source Routing Machine (OSRM) client for Dart.
- indexed: indexed widget, allow you to order the items inside stack, sothing like
z-index
. - kplayer: audio player that support all platforms.
- puncher: puncher is a flutter package that helps you to create a puncher widget.
- flutter_map_cached_tile_provider: cache for
flutter_map
plugin. - latlng_picker: loaction picker for
flutter_map
plugin. - motif: patterns for flutter.
- shaper: shapes for flutter.
Support/Job?
contact me: mohamadlounnas@gmail.com