headwind_plugin 0.2.1
headwind_plugin: ^0.2.1 copied to clipboard
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add headwind_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
headwind_plugin: ^0.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:headwind_plugin/headwind_plugin.dart';