poly 1.0.4 poly: ^1.0.4 copied to clipboard
A library for checking if given point(s) is present inside Polygon or not.
1.0.0 #
- Initial version, created by Stagehand
- Had
Polygon
,contains()
1.0.1 #
As suggested by pub.dartlang.org analysis
- Ran dartfmt on poly.dart &
- Added description in pubspec.yaml
1.0.2 #
As suggested by pub.dartlang.org analysis
- Removed some description from pubspec.yaml
1.0.3 #
Added following functions & examples for -
1.0.4 #
- Optimized imports
- Added
Polygon.hasSamePoint()
- Issue raised for
List<List<dyanamic>>
toList<List<num>>
casting exception