mapbox_kit_navigation 0.0.2
mapbox_kit_navigation: ^0.0.2 copied to clipboard
A comprehensive Flutter package for Mapbox-powered navigation, offering real-time location tracking, route planning, custom markers, and turn-by-turn guidance. Designed for easy integration and a high [...]
CHANGELOG #
0.0.2 08/08/2025 #
- Pre-Release.
- Add location component setting to clearly pluck
- Fix issue to get null on mapbox street v8 class adding "street_limited" at the intersection
0.0.1 15/07/2025 #
- First Pre-Release / Initial Version.
- Map visualization implementation with Mapbox.
- Functionality for obtaining and displaying the user's current location.
- Integrated search bar for finding places (Mapbox Searchbox API).
- Destination point selection and marker visualization.
- Route calculation with the Mapbox Directions API.
- Route visualization on the map.
- Basic navigation with route start and stop.
- Turn-by-turn voice instructions (Text-to-Speech).
- Dynamic visualization of route progress (traversed segments).
- Location permission handling.
- Zoom controls (zoom in/out).
- Initialization state and basic error handling.