geojson_vi 2.0.0
geojson_vi: ^2.0.0 copied to clipboard
GeoJSON package for Dart and Flutter developers to create, read, search, update and delete the geospatial data interchange format (GIS data).
1.0.0 #
- Initial version, created by chuyentt
1.0.1 #
- Update the document
1.0.2 #
- Update the package description
1.0.3 #
- Update the package description
1.0.5 #
- Update the package description
1.0.5+1 #
- Update the package description
1.0.5+2 #
- Update the package description
1.0.5+3 #
- Update the package description
1.0.5+4 #
- Fix formatting issues
1.0.6 #
- Fix encode issues
1.0.6+1 #
- Update GeoJSON UML model
1.0.6+2 #
- Update the document
1.1.0 #
- Added calculate area example into the readme
1.1.0+1 #
- Update the package export
1.1.0+2 #
- Update the document
1.1.0+3 #
- Update the document
1.2.0 #
- Refactoring the code, create instance from a cache if available
1.2.0+1 #
- Format code
1.2.0+2 #
- Compatibility issues
1.2.0+3 #
- Compatibility issues
1.2.1 #
- Compatiple with Flutter
1.2.1+1 #
- Update the document
1.2.2 #
- Compatible with runtime flutter-web of web
1.2.3 #
- Export FeatureCollection
1.2.3+1 #
- Make the id property of the feature writable
1.2.3+2 #
- Make the title property of the feature writable
1.2.3+3 #
- Removed some sample data files
1.2.4 #
- Handles errors
1.3.0 #
- Added bbox properties and fixed minor bugs
1.3.1 #
- Fixed bbox reading
1.3.1+1 #
- Removed debugging info
1.3.1+2 #
- Removed debugging info
1.3.1+3 #
- Make properties member public
1.3.2 #
- Added distance getter for LineString
1.3.3 #
- Create GeoJSON from GeoJSON String Objects, clear cache
1.3.3+1 #
- Formatting issues
1.4.0 #
- GeoJSON from GeoJSON String Objects is supported: FeatureCollection, Feature and all the Geometries like Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection string
1.5.0 #
- Added toString() to save GeoJSON objects as string
1.6.0 #
- Changed toMap to toMap()
1.6.1 #
- Fixed bbox of multipolygons
- Adds unit tests to:
- points
- polygons
- multipolygons
2.0.0 #
- Internal refactor
- Migrate to null-safety