maps_curved_line 1.0.2 copy "maps_curved_line: ^1.0.2" to clipboard
maps_curved_line: ^1.0.2 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.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:maps_curved_line/maps_curved_line.dart';
34
likes
130
pub points
87%
popularity

Publisher

unverified uploader

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.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on maps_curved_line