Last updated:
0 purchases
kiosk
Kiosk #
A Flutter plugin to enable, disable, and check Kiosk Mode on Android devices. Kiosk Mode restricts the user to a single app, preventing them from accessing other apps or settings on the device.
Features #
Start Kiosk Mode
Stop Kiosk Mode
Check if the device is in Kiosk Mode
Installation #
Add the following dependency to your pubspec.yaml file:
dependencies:
kiosk: ^0.0.1
copied to clipboard
Start Kiosk Mode
Kiosk.instance.startKioskMode();
copied to clipboard
Stop Kiosk Mode
Kiosk.instance.stopKioskMode();
copied to clipboard
Check if the device is in Kiosk Mode
Kiosk.instance.isInKioskMode();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.