kiosk

Last updated:

0 purchases

kiosk Image
kiosk Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.