mapzone_flutter_alert_plugin 0.0.2 copy "mapzone_flutter_alert_plugin: ^0.0.2" to clipboard
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 vietmap pub.flutter-io.cn topic with mapzone.

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 iOS MapZoneSpeedAlertSDK 2.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>) + the VoiceAlertType enum, 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) and getLinkCoords(linkId) (Android-only matched-link polyline).
  • AlertConfig reads the app's own bundle id / package name natively — no bundleId field 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.
0
likes
150
points
10
downloads

Documentation

API reference

Publisher

verified publishertienich.id.vn

Weekly Downloads

Flutter plugin for the MapZone Speed Alert SDK: real-time speed-limit, camera & toll-gate alerts with voice, for Android and iOS.

Repository (GitHub)
View/report issues

Topics

#speed-alert #navigation #mapzone #geolocation #adas

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mapzone_flutter_alert_plugin

Packages that implement mapzone_flutter_alert_plugin