geocoder_location 0.1.1 copy "geocoder_location: ^0.1.1" to clipboard
geocoder_location: ^0.1.1 copied to clipboard

Forward and reverse geocoding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geocoder_location

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

dependencies:
  geocoder_location: ^0.1.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:geocoder_location/geocoder.dart';
import 'package:geocoder_location/model.dart';
import 'package:geocoder_location/services/base.dart';
import 'package:geocoder_location/services/distant_google.dart';
import 'package:geocoder_location/services/local.dart';
0
likes
110
pub points
27%
popularity

Publisher

unverified uploader

Forward and reverse geocoding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_lints, meta, pedantic

More

Packages that depend on geocoder_location