fl_geocoder 0.1.0+1 copy "fl_geocoder: ^0.1.0+1" to clipboard
fl_geocoder: ^0.1.0+1 copied to clipboard

Forward and reverse geocoding using Google Maps Platform Geocoding API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fl_geocoder

With Flutter:

 $ flutter pub add fl_geocoder

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

dependencies:
  fl_geocoder: ^0.1.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fl_geocoder/fl_geocoder.dart';
5
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Forward and reverse geocoding using Google Maps Platform Geocoding API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, json_annotation, meta

More

Packages that depend on fl_geocoder