simple_location_picker 0.0.3 copy "simple_location_picker: ^0.0.3" to clipboard
simple_location_picker: ^0.0.3 copied to clipboard

A Simple Location Picker for Flutter using OpenStreetMap. Pick any location from openstreetmaps or use it to display a fixed location.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_location_picker

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

dependencies:
  simple_location_picker: ^0.0.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:simple_location_picker/simple_location_picker_screen.dart';
import 'package:simple_location_picker/simple_location_result.dart';
import 'package:simple_location_picker/utils/slp_constants.dart';
8
likes
40
pub points
76%
popularity

Publisher

unverified uploader

A Simple Location Picker for Flutter using OpenStreetMap. Pick any location from openstreetmaps or use it to display a fixed location.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_map, flutter_web_plugins, latlong

More

Packages that depend on simple_location_picker