simpli 0.1.1 copy "simpli: ^0.1.1" to clipboard
simpli: ^0.1.1 copied to clipboard

Polyline simplification algorithms, made simple! Sporting Ramer-Douglas-Peucker and Visvalingam

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simpli

With Flutter:

 $ flutter pub add simpli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  simpli: ^0.1.1

Alternatively, 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';
1
likes
150
pub points
60%
popularity

Publisher

verified publisherwhynotmake.it

Polyline simplification algorithms, made simple! Sporting Ramer-Douglas-Peucker and Visvalingam

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, meta

More

Packages that depend on simpli