headwind_plugin 0.2.1 copy "headwind_plugin: ^0.2.1" to clipboard
headwind_plugin: ^0.2.1 copied to clipboard

PlatformAndroid

Flutter plugin that bridges Headwind MDM (h-mdm.com) per-device managed configuration to Dart. Android-only: binds to the on-device com.hmdm.launcher and streams config snapshots.

0.2.1 #

  • Prefer live Headwind SDK values first, falling back to RestrictionsManager only when the SDK omits an attribute. This avoids pinning managed devices to stale system-cached restriction values.
  • Tighten connect() success reporting so RestrictionsManager only counts when the device actually has app restrictions available.
  • Update Dart and Android API docs to match the SDK-first resolution order.
  • Add an Android example app that demonstrates connect, refresh, SDK-only mode, device id lookup, and live config snapshots.

0.2.0 #

  • Read managed config from Android RestrictionsManager as the primary source, falling back to the Headwind MDM SDK per attribute.
  • Add a preferSdk toggle (constructor arg + setPreferSdk) to read straight from the SDK and bypass RestrictionsManager.
  • Re-read config on the system ACTION_APPLICATION_RESTRICTIONS_CHANGED broadcast; isManaged and connect now also account for restrictions.

0.1.0 #

  • HeadwindMdm Dart API: connect, refresh, isManaged, getDeviceId, snapshots stream, and opt-out foreground auto-refresh (refreshOnResume).
  • Android HeadwindPlugin: pure FlutterPlugin binding the Headwind MDM SDK with the application context; bundles the SDK AAR and the launcher <queries> manifest entry.
0
likes
160
points
49
downloads

Documentation

API reference

Publisher

verified publisheryanuar.id

Weekly Downloads

Flutter plugin that bridges Headwind MDM (h-mdm.com) per-device managed configuration to Dart. Android-only: binds to the on-device com.hmdm.launcher and streams config snapshots.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on headwind_plugin

Packages that implement headwind_plugin