mhj_maps 1.2.5
mhj_maps: ^1.2.5 copied to clipboard
The open-source Maps SDK for Flutter. Zero API keys, zero cost. High-performance routing, geocoding, autocomplete, and fully customizable map rendering powered by OpenStreetMap.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mhj_mapsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mhj_maps: ^1.2.5Alternatively, 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:mhj_maps/mhj_maps.dart';