nav_marker 0.1.2
nav_marker: ^0.1.2 copied to clipboard
nav_marker is a Flutter package that enables navigation of markers on flutter_map
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nav_markerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nav_marker: ^0.1.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:nav_marker/map_or_nav_marker.dart';