Simple and easy to use plugin for apple lockdown mode detection.
This package includes platform-specific implementation code for iOS 16+, iPadOS 16+.
In the dependencies: section of your pubspec.yaml, add the following line:
apple_lockdown_mode: <latest_version>You can use it very easily. For example:
import 'package:apple_lockdown_mode/apple_lockdown_mode.dart';
final isEnabled = await AppleLockdownMode().isLockdownModeEnabled();apple_lockdown_mode version: 1.0.0
MIT