power_geojson 1.2.5+5
power_geojson: ^1.2.5+5 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.2.5+5 #
- Minor Bug fixes
2025-06-09
1.2.5+4 #
- Bug fixes (PowerJSON) for DateTime && Enums
2025-06-09
1.2.5+3 #
- Bug fixes (PowerJSON) for DateTime && Enums
2025-06-09
1.2.5+1 #
2025-05-14
1.2.5 #
2025-02-27
- Bug fixes (PowerJSON)
1.2.4-pre.1+7 #
2025-02-18
- @MandaGate
- Bug fixes
1.2.3-pre.1+6 #
2025-01-09
- @MandaGate
- Bug fixes
1.2.3-pre.1+5 #
2025-01-09
- @MandaGate
- Bug fixes
1.1.3+24 #
2025-01-09
- @MandaGate
1.1.2+23 #
2025-01-09
- Wasm Support
1.0.9+15 #
2025-01-07
- unplugin android/iOS
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.