This package provide easy way pick location using flutter_map.

Features

  • X Single/multiple selection.
  • X Support flutter_map package and its options.
  • X Cache tiles using cached_network_image package.
  • X Support all cached_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:

  1. osrm: Open Source Routing Machine (OSRM) client for Dart.
  2. indexed: indexed widget, allow you to order the items inside stack, sothing like z-index.
  3. kplayer: audio player that support all platforms.
  4. puncher: puncher is a flutter package that helps you to create a puncher widget.
  5. flutter_map_cached_tile_provider: cache for flutter_map plugin.
  6. latlng_picker: loaction picker for flutter_map plugin.
  7. motif: patterns for flutter.
  8. shaper: shapes for flutter.

Support/Job?

contact me: mohamadlounnas@gmail.com

Libraries

latlng_picker