simpli 0.1.1+2
simpli: ^0.1.1+2 copied to clipboard
Polyline simplification algorithms, made simple! Sporting exciting algorithms such as Ramer-Douglas-Peucker and Visvalingam.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add simpliWith Flutter:
$ flutter pub add simpliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
simpli: ^0.1.1+2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:simpli/simpli.dart';