ymir 1.1.2
ymir: ^1.1.2 copied to clipboard
A new Flutter package for handling leaflet map easier
1.1.2 #
[BCBREAK] changed geomType enum to match offical geojson norm (line -> linestring, multiline -> multilinestring)
1.1.1 #
- cancellable network tiles on web
- migrated to flutter_map: ^8.2.2
1.0.1 #
- added [YmirDebug] to customize the debug print you want to see
- Fixed state problem causing MenuOverlay to close when hovering interractive map elements
1.0.0 #
- Reworked all controlling logic
- Removed unuseful parameters from [OwlnextMap]
0.0.8 #
- added a forceRefresh callback of [LazyloadMapLayer] /// Forces a refresh of the layer even if no movement occurred. /// Useful for manual reloads or zoom-triggered events.
0.0.7 #
added FormatException('Invalid or missing "coordinates" in GeoJSON polygon');
0.0.6 #
removed mapController dispose on [owlnextMap] dispose(). it was causing state errors for specific use cases. responsibility is now delageted to the package's user, dont forget to call .dispose() onto your map controller to free up memory
0.0.5 #
- Added handleMapScreenshot callback attacher to trigger it from outside [OwlnextMap]
0.0.4 #
- FIX IGN url changed
0.0.1 #
- TODO: Describe initial release.