map_picker_free 0.0.1 copy "map_picker_free: ^0.0.1" to clipboard
map_picker_free: ^0.0.1 copied to clipboard

A flutter place search and location picker plugin that uses Open Street Map for free without any API key.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add map_picker_free

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

dependencies:
  map_picker_free: ^0.0.1

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:map_picker_free/map_picker_free.dart';
5
likes
100
pub points
72%
popularity

Publisher

verified publishermicroprogramers.org

A flutter place search and location picker plugin that uses Open Street Map for free without any API key.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, flutter_map, http, latlong2

More

Packages that depend on map_picker_free