-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (36 loc) · 955 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
41 lines (36 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: screen_lock_detector
description: "A Flutter plugin to detect screen lock/unlock events across Android and iOS platforms."
maintainer: Mrr Hak
homepage: https://mrrhak.com
repository: https://github.com/mrrhak/screen_lock_detector/tree/master
issue_tracker: https://github.com/mrrhak/screen_lock_detector/issues
version: 2.0.0
funding:
- https://ko-fi.com/mrrhak
screenshots:
- description: "Screen Lock Detector"
path: assets/screen_lock_detector.png
topics:
- screen-lock-detector
- screen-lock
- device-lock
- lockscreen
environment:
sdk: ^3.12.0
flutter: '>=3.44.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.mrrhak.screen_lock_detector
pluginClass: ScreenLockDetectorPlugin
ios:
pluginClass: ScreenLockDetectorPlugin