nominatim_flutter 0.0.1
nominatim_flutter: ^0.0.1 copied to clipboard
The Nominatim Flutter Plugin provides a convenient way to interact with the Nominatim service, enabling reverse geocoding and place searching in your Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nominatim_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nominatim_flutter: ^0.0.1Alternatively, 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:nominatim_flutter/nominatim_flutter.dart';