https://github.com/androidovshchik/flutter_kiosk
A Flutter plugin for kiosk mode in Android
https://github.com/androidovshchik/flutter_kiosk
android cosu flutter kiosk
Last synced: 10 months ago
JSON representation
A Flutter plugin for kiosk mode in Android
- Host: GitHub
- URL: https://github.com/androidovshchik/flutter_kiosk
- Owner: androidovshchik
- License: other
- Created: 2020-08-11T09:56:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T10:30:00.000Z (almost 6 years ago)
- Last Synced: 2025-07-01T00:02:41.513Z (about 1 year ago)
- Topics: android, cosu, flutter, kiosk
- Language: Kotlin
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_kiosk
> A Flutter plugin for kiosk mode in Android
Scan qr code to install example app as device owner:

## Getting Started
To set device owner with command line:
$ adb shell dpm set-device-owner androidovshchik.flutter_kiosk_example/androidovshchik.flutter_kiosk.AdminReceiver
To get the checksum of apk:
$ apksigner verify -print-certs *.apk | grep -Po "(?<=SHA-256 digest:) .*" | xxd -r -p | openssl base64 | tr -- '+/' '-_'