dart_polylabel2 1.0.0 copy "dart_polylabel2: ^1.0.0" to clipboard
dart_polylabel2: ^1.0.0 copied to clipboard

A fast algorithm for finding polygon pole of inaccessibility. Useful for optimal placement of a text label on a polygon.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_polylabel2

With Flutter:

 $ flutter pub add dart_polylabel2

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

dependencies:
  dart_polylabel2: ^1.0.0

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:dart_polylabel2/dart_polylabel2.dart';
2
likes
150
points
81.9k
downloads

Publisher

verified publisherjaffaketchup.dev

Weekly Downloads

A fast algorithm for finding polygon pole of inaccessibility. Useful for optimal placement of a text label on a polygon.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

ISC, BSD-3-Clause (license)

Dependencies

collection, meta

More

Packages that depend on dart_polylabel2