casa_google_map 0.0.2 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
copied to clipboard
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
copied to clipboard
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';
copied to clipboard