flutter_geokit 0.1.2 flutter_geokit: ^0.1.2 copied to clipboard
A Flutter package for handling GeoJSON, GeoPackage, and Shapefiles.
0.1.1 #
- Update internal structure.
0.1.0 #
- Initial release of
flutter_geokit
. - Added support for handling:
- GeoJSON files (reading and parsing).
- Shapefiles (reading and parsing).
- GeoPackage (reading and parsing).
- Ability to convert between GeoJSON, Shapefile, and GeoPackage formats.
- Basic integration with
flutter_map
for map visualization.