maps_curved_line 1.0.1 maps_curved_line: ^1.0.1 copied to clipboard
A package to help draw curved lines on Google Maps. This can be used as a cost effective way draw a route between location A and location B.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add maps_curved_line
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
maps_curved_line: ^1.0.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:maps_curved_line/maps_curved_line.dart';