osm_maps_engine 0.0.8
osm_maps_engine: ^0.0.8 copied to clipboard
A plug-and-play map engine powered by OpenStreetMap and OSRM for Flutter.
0.0.8 #
- docs: Replaced local assets/ GitHub URLs with Giphy media URLs to resolve pub.dev rendering issues without bloating the package size.
- docs: Removed local
assets/directory. - docs: Updated Quick Start example class name to be more generic.
0.0.7 #
- docs: Updated preview GIF paths to absolute raw GitHub URLs for proper pub.dev rendering.
- docs: Added link to OpenStreetMap integration journal article.
0.0.6 #
- docs: Added preview animations (
nav.GIFandscreen_record.GIF) in README.md. - docs: Removed all emojis from README.md to maintain clean and readable formatting.
0.0.5 #
- fix: Fixed
recalculateRouteto use raw GPS position (_lastRealGpsPosition) as origin instead of the interpolated marker position, resolving rerouting failures on small roads. - fix: OSRM step instructions now format roundabout exits correctly (
roundaboutExit) and clean up empty street name references (avoiding "onto" when the street has no name). - perf: Camera positioning updates throttled to improve performance and prevent lag on Android.
0.0.4 #
- feat: initial base structure for osm map engine.
0.0.3 #
- feat: add cost optimization comparison to README.
- fix: integrate custom color support for icons.
0.0.2 #
- feat: update navigation and voice engine.
0.0.1 #
- Initial release.