- Initial version, with
Polygon
,contains()
As suggested by pub.dartlang.org analysis
- Ran dartfmt on poly.dart &
- Added description in pubspec.yaml
As suggested by pub.dartlang.org analysis
- Removed some description from pubspec.yaml
Added following functions & examples for -
- Optimized imports
- Added
Polygon.hasSamePoint()
- Issue raised for
List<List<dyanamic>>
toList<List<num>>
casting exception
- Added following functions -
listOfList()
pointToList()
:Point
=>List<num>
pointsToList
:List<Point>
=>List<List (x,y)>
- Added following functions -
distanceInMeter
which calculates distance between two points {lat1,lon1} and {lat2,lon2} in meterisPointInsideT
- Fix to
isPointInsideT
- migrated to null safety