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
copied to clipboard

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
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:maps_curved_line/maps_curved_line.dart';
copied to clipboard
36
likes
160
points
1.34k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on maps_curved_line