poly 1.0.7 copy "poly: ^1.0.7" to clipboard
poly: ^1.0.7 copied to clipboard

outdated

A library for checking if given point(s) is present inside Polygon or not.

1.0.0 #

  • Initial version, with Polygon, contains()

1.0.1 #

As suggested by pub-web.flutter-io.cn analysis

  • Ran dartfmt on poly.dart &
  • Added description in pubspec.yaml

1.0.2 #

As suggested by pub-web.flutter-io.cn analysis

  • Removed some description from pubspec.yaml

1.0.3 #

Added following functions & examples for -

1.0.4 #

1.0.5 #

  • Added toListNum() along with examples
  • Added toListListNum() along with examples

1.0.6 #

  • Updated documentation to include Travis CI build status

1.0.7 #

  • Added following functions -
    • listOfList()
    • pointToList() : Point => List<num>
    • pointsToList : List<Point> => List<List (x,y)>
29
likes
0
pub points
76%
popularity

Publisher

unverified uploader

A library for checking if given point(s) is present inside Polygon or not.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, csv

More

Packages that depend on poly