latlng_picker 0.0.6
latlng_picker: ^0.0.6 copied to clipboard
location picker for flutter using flutter_map
This package provide easy way pick location using flutter_map.
Features #
- ✅ Single/multiple selection.
- ✅ Support
flutter_mappackage and its options. - ✅ Cache tiles using
cached_network_imagepackage. - ✅ Support all
cached_network_imageoptions.
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_mapplugin. - latlng_picker: loaction picker for
flutter_mapplugin. - motif: patterns for flutter.
- shaper: shapes for flutter.
Support/Job? #
contact me: mohamadlounnas@gmail.com
