mapzone_flutter_alert_plugin 0.0.2
mapzone_flutter_alert_plugin: ^0.0.2 copied to clipboard
Flutter plugin for the MapZone Speed Alert SDK: real-time speed-limit, camera & toll-gate alerts with voice, for Android and iOS.
0.0.2 #
- Docs / metadata only — no API or behaviour change.
- Rebranded the package description, README and CHANGELOG to MapZone Speed
Alert SDK; replaced the
vietmappub.flutter-io.cn topic withmapzone.
0.0.1 #
- Initial release of
mapzone_flutter_alert_plugin. - Wraps the MapZone Speed Alert SDK, resolved from the published native
packages: Android
com.github.mapzone-global:mapzone_speed_alert_android:2.0.1(JitPack) and iOSMapZoneSpeedAlertSDK2.0.1(CocoaPods). - Two GPS modes: standalone (the plugin captures native GPS and drives the
engine) and injected (feed snapped GPS via
processExternalLocation()for navigation integration). - Event streams:
onAlert(speed-limit / next-sign / camera / toll signs + distances + speed status),onVoice(WAV bytes + trigger + priority),onReady,onResult(errors),onLocation. - Sign images are delivered as PNG bytes with native change-detection caching.
- Per-category voice muting:
setMutedAlertTypes(List<VoiceAlertType>)+ theVoiceAlertTypeenum, on both Android and iOS. Muting a camera / toll category also hides its on-screen sign; speed-limit and speeding cues can never be muted. - Utilities:
updateZoneLocation(lat, lng)(zone warm-up) andgetLinkCoords(linkId)(Android-only matched-link polyline). AlertConfigreads the app's own bundle id / package name natively — nobundleIdfield to pass.- Example app: a single map screen with destination search (autocomplete / place v4), simulated navigation, a speed-limit / camera / toll sign HUD, a speed chip, per-category voice muting, and a vehicle-profile / simulation settings dialog.