smart_osm_map 0.1.0
smart_osm_map: ^0.1.0 copied to clipboard
A plug-and-play OpenStreetMap widget with clustering, image markers, user location, and nearby radius support.
0.1.0 #
- Features:
- Added
minZoomparameter to limit map zoom-out level. - Added smooth animated zoom when tapping on clusters.
- Added
- Fixes:
- Fixed issue where markers were not clickable during radius animation.
- Fixed
Null check operator used on a null valueerror inMarkerClusterLayerWidget. - Fixed map reloading/flashing during user location updates.
- Maintenance:
- Upgraded dependencies to latest compatible versions (
flutter_map8.x,geolocator14.x). - Removed deprecated
withOpacitycalls in favor ofwithValues. - Resolved all static analysis warnings.
- Comprehensive README documentation and license updates.
- Upgraded dependencies to latest compatible versions (
0.0.1 #
- Initial release.