dynamic_maps_engine 0.0.17
dynamic_maps_engine: ^0.0.17 copied to clipboard
A plug-and-play Flutter map engine powered by Google Maps with smooth marker animation and ETA.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dynamic_maps_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dynamic_maps_engine: ^0.0.17Alternatively, 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:dynamic_maps_engine/dynamic_maps_engine.dart';