Skip to content

Handy flutter plugin which simplifies apple lockdown mode detection.

License

Notifications You must be signed in to change notification settings

Code-Growers/apple_lockdown_mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Lockdown mode

Simple and easy to use plugin for apple lockdown mode detection.

This package includes platform-specific implementation code for iOS 16+, iPadOS 16+.

Instalation

In the dependencies: section of your pubspec.yaml, add the following line:

apple_lockdown_mode: <latest_version>

Usage

You can use it very easily. For example:

import 'package:apple_lockdown_mode/apple_lockdown_mode.dart';

final isEnabled = await AppleLockdownMode().isLockdownModeEnabled();

Info

apple_lockdown_mode version: 0.0.1

License

MIT

About

Handy flutter plugin which simplifies apple lockdown mode detection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published