flutter_android_enterprise 0.1.1
flutter_android_enterprise: ^0.1.1 copied to clipboard
Android Enterprise and managed-device APIs for Flutter — managed configuration, kiosk mode, compliance reporting, and profile awareness.
Changelog #
All notable changes to flutter_android_enterprise are documented here. Format follows Keep a Changelog.
[Unreleased] #
0.1.1 - 2026-07-10 #
Changed #
- Point homepage/repository links to
https://github.com/iamsathish-dev/flutter_android_enterprise
0.1.0 - 2026-07-10 #
Added #
EnterpriseManagerfacade with Tier 1 and Tier 2 Android Enterprise APIsProfileAwarenessfacade for profile-related checksManagedConfigtyped wrapper for managed-configuration mapsgetManagedConfig()convenience method onEnterpriseManagerstartKioskMode(useScreenPinningFallback:)with screen-pinning fallback when not Device OwnerRequiresDeviceOwnerException,NotSupportedBelowApiException, andEnterpriseChannelException- Federated plugin layout: umbrella, platform interface, and Android implementation packages
- Kotlin managers for profile awareness, managed config, kiosk mode, and compliance reporting
- Example app with Tier 1 and Tier 2 demonstration sections
- Robolectric and Dart unit tests, plus integration test scaffold
- CI workflow with analyze, format, tests, Android lint, and optional pana on pull requests