alpha_world_map 0.1.0
alpha_world_map: ^0.1.0 copied to clipboard
World map widget fetching live GeoJSON with full style customization
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 Initial release #
Added #
- Core widget
AlphaWorldMapto fetch and render country (Admin 0) and subdivision (Admin 1) geometries at runtime. - Customization options for fill and stroke colors for country and district layers.
- Stroke width customization.
- Option to show or hide subdivisions.
- In-memory caching of fetched GeoJSON data.
- Error handling in map data loading.
- Usage example demonstrating customization.
- README with installation, usage, data sources, and notes.
- Updated dependencies to compatible versions supporting null safety.