power_geojson 1.0.8+14 power_geojson: ^1.0.8+14 copied to clipboard
A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems
Change Log #
[1.0.8+14] - 2024-02-29 #
- Upgrade flutter_map: ^7
- add fallback widget
- add marker_popup and clustering
- add real_world data samples
- upgrade targetSdk=34, flutter 3.24.4
- Bug fixing
[1.0.7+13] - 2024-02-29 #
- Add Esri Json Support
- Bug fixing
[1.0.6+12] - 2024-02-27 #
- Bug Fix
[1.0.5+11] - 2024-02-27 #
- Add PowerGeoJSONClipper
- Enhance PowerGSON
[1.0.4+10] - 2024-02-15 #
- Add IsPointIsidePolygon
[1.0.3+9] - 2024-02-14 #
- Bugs fix
- Enhanced FutureBuilder
- Whitelisted StatusCodes for network
[1.0.2+8] - 2024-02-13 #
- Up To Date Dependencies
[1.0.1+7] - 2024-02-13 #
- Removing POINT_IN_POLYGON
[1.0.0+6] - 2024-02-06 #
- Adding PowerJSON
[0.0.4] - 2023-09-20 #
- fixing errors
[0.0.3] - 2023-09-19 #
- fixing errors
[0.0.2] - 2023-09-19 #
Added #
- Added the
PowerGeoJSONPolygons
class to display polygons on a map. - Added support for loading polygons from network, assets, files, memory, and strings.
- Introduced the
PolygonProperties
class for customizing polygon appearance and behavior. - Created the
LayerPolygonIndexes
enum to index polygon properties. - Added the
PowerGeoJSONPolylines
class to display polylines on a map. - Supported loading polylines from network, assets, files, memory, and strings.
- Introduced the
PolylineProperties
class for customizing polyline appearance and behavior. - Created the
LayerPolylineIndexes
enum to index polyline properties.
Changed #
- Improved code readability and maintainability.
- Enhanced error handling and fallback mechanisms.
- Simplified usage examples in documentation comments.
Deprecated #
- Removed redundant or unused code snippets.
- Cleaned up codebase for better consistency.
[0.0.1] - 2023-09-01 #
Added #
- Initial release of the Flutter package.
- Added support for displaying GeoJSON polygons and polylines on a map.
- Provided basic customization options for polygon and polyline appearance.
- Supported loading GeoJSON data from network, assets, files, memory, and strings.
Changed #
- None.
Deprecated #
- None.
Removed #
- None.
[Unreleased] #
Added #
- Planned features or upcoming changes.
Changed #
- Any ongoing code modifications or improvements.
Deprecated #
- Any features or code that will be removed in future releases.
Removed #
- Features or code that have been removed from the package.
[0.0.1] - 2023-08-24 #
- First Release.