flutter_animarker 0.1.2 copy "flutter_animarker: ^0.1.2" to clipboard
flutter_animarker: ^0.1.2 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.2

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';
157
likes
30
pub points
96%
popularity

Publisher

verified publishergaurisjavier.com

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on flutter_animarker