poly_bool_dart icon indicating copy to clipboard operation
poly_bool_dart copied to clipboard

Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs

Results 2 poly_bool_dart issues
Sort by recently updated
recently updated
newest added

Update coordinate.dart see https://github.com/mohammedX6/poly_bool_dart/issues/6

Thanks for this package! Unfortunately I get this error with some (valid) coordinates. **polybool 0.2.0** Here is a simple example: ``` import 'package:polybool/polybool.dart'; void main(args) { var poly1 = Polygon(regions:...