japan_maps 1.0.1
japan_maps: ^1.0.1 copied to clipboard
A Flutter package for displaying and interacting with customizable maps of Japan.
1.0.1 #
- Update README
1.0.0 #
- Initial release of
japan_maps. - Added
JapanMapsWidgetfor rendering an interactive, zoomable, and pannable map of Japan alongside other countries. - Added
JapanColorMapsWidgetfor rendering Japan maps with customizable color overlays. - Added support for color-coding each individual prefecture using the
Prefecturedata object. - Included interactive callbacks (
onPrefectureTap) to retrieve the name of the tapped prefecture. - Optimized underlying map GeoJSON data (reduced size from 60MB to 21MB, retaining prefecture boundaries for Japan while displaying only country borders globally).