polygon_finder 1.0.3 copy "polygon_finder: ^1.0.3" to clipboard
polygon_finder: ^1.0.3 copied to clipboard

Library to help you to find the polygons from defined set of lines

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add polygon_finder

With Flutter:

 $ flutter pub add polygon_finder

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

dependencies:
  polygon_finder: ^1.0.3

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:polygon_finder/polygon_finder.dart';
3
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Library to help you to find the polygons from defined set of lines

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on polygon_finder