flutter_mapbox_animarker 0.0.10
flutter_mapbox_animarker: ^0.0.10 copied to clipboard
A Flutter package for smoothly animating markers with position and rotation on Mapbox maps, ideal for tracking real-time movement like vehicles or users images.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_mapbox_animarkerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_mapbox_animarker: ^0.0.10Alternatively, 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:flutter_mapbox_animarker/flutter_mapbox_animarker.dart';