flutter_animarker 0.1.1+1 copy "flutter_animarker: ^0.1.1+1" to clipboard
flutter_animarker: ^0.1.1+1 copied to clipboard

outdated

Solution to move a Marker smoothly throught Google Maps in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_animarker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_animarker: ^0.1.1+1

Alternatively, 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_animarker/flutter_map_marker_animation.dart';
import 'package:flutter_animarker/helpers/math_util.dart';
import 'package:flutter_animarker/helpers/spherical_util.dart';
import 'package:flutter_animarker/lat_lng_interpolation.dart';
import 'package:flutter_animarker/models/lat_lng_delta.dart';
import 'package:flutter_animarker/streams/lat_lng_delta_stream.dart';
import 'package:flutter_animarker/streams/lat_lng_stream.dart';
163
likes
0
points
32.8k
downloads

Publisher

verified publishergaurisjavier.com

Weekly Downloads

Solution to move a Marker smoothly throught Google Maps in Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on flutter_animarker