apple_lockdown_mode 0.0.1 copy "apple_lockdown_mode: ^0.0.1" to clipboard
apple_lockdown_mode: ^0.0.1 copied to clipboard

PlatformiOS

Handy flutter plugin which simplifies apple lockdown mode detection.

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

3
likes
150
pub points
48%
popularity

Publisher

verified publishercodegrowers.tech

Handy flutter plugin which simplifies apple lockdown mode detection.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on apple_lockdown_mode