casa_google_map 0.0.2 copy "casa_google_map: ^0.0.2" to clipboard
casa_google_map: ^0.0.2 copied to clipboard

A Flutter package which can be used to make polylines(route) from a source to a destination, and make smooth animation when source start moving towards destination with smooth polyline removal from be [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add casa_google_map

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

dependencies:
  casa_google_map: ^0.0.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:casa_google_map/casa_google_map.dart';
3
likes
70
pub points
35%
popularity

Publisher

verified publishertechroomteam.com

A Flutter package which can be used to make polylines(route) from a source to a destination, and make smooth animation when source start moving towards destination with smooth polyline removal from behind and also handle a driver's realtime location (if any) on the map.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_compass, flutter_polyline_points, geolocator, google_map_marker_animation, google_maps_flutter, maps_toolkit, url_launcher

More

Packages that depend on casa_google_map