animate_map_markers 0.0.3
animate_map_markers: ^0.0.3 copied to clipboard
A Flutter package providing smooth scaling animations for Google Maps markers with an optional draggable sheet feature for dynamic user experiences.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add animate_map_markersWith Flutter:
$ flutter pub add animate_map_markersThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
animate_map_markers: ^0.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:animate_map_markers/animate_map_markers.dart';