neshan_maps_flutter 1.0.2
neshan_maps_flutter: ^1.0.2 copied to clipboard
A Flutter SDK for Neshan Maps. Provides an interactive map widget and a ready-to-use location picker with reverse-geocoding and search.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add neshan_maps_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
neshan_maps_flutter: ^1.0.2Alternatively, 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:neshan_maps_flutter/location_picker.dart';
import 'package:neshan_maps_flutter/map.dart';