flutter_animarker 1.0.0 copy "flutter_animarker: ^1.0.0" to clipboard
flutter_animarker: ^1.0.0 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: ^1.0.0

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/interpolation/linear_interpolation.dart';
import 'package:flutter_animarker/interpolation/rotation_interpolation.dart';
import 'package:flutter_animarker/lat_lng_interpolation.dart';
import 'package:flutter_animarker/models/lat_lng_delta.dart';
import 'package:flutter_animarker/models/lat_lng_info.dart';
import 'package:flutter_animarker/streams/lat_lng_delta_stream.dart';
import 'package:flutter_animarker/streams/lat_lng_stream.dart';
163
likes
30
points
32.8k
downloads

Publisher

verified publishergaurisjavier.com

Weekly Downloads

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

Homepage
Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

async, flutter

More

Packages that depend on flutter_animarker