screen_pinning_plugin 1.0.4 copy "screen_pinning_plugin: ^1.0.4" to clipboard
screen_pinning_plugin: ^1.0.4 copied to clipboard

discontinuedreplaced by: screen_pinning
PlatformAndroid

Flutter plugin for Android screen pinning, kiosk mode, and lock task mode. Supports both managed (device owner/admin) and unmanaged devices. Uses native Android app pinning and lock task features for [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_pinning_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  screen_pinning_plugin: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:screen_pinning_plugin/screen_pinning_plugin.dart';
0
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Android screen pinning, kiosk mode, and lock task mode. Supports both managed (device owner/admin) and unmanaged devices. Uses native Android app pinning and lock task features for dedicated device apps.

Repository (GitHub)

Topics

#kiosk-mode #screen-pinning #lock-task #android #kiosk

License

MIT (license)

Dependencies

flutter, wakelock_plus

More

Packages that depend on screen_pinning_plugin

Packages that implement screen_pinning_plugin