-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (29 loc) · 734 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (29 loc) · 734 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
name: screen_lock_checker
description: "A plugin for checking whether the device has a screen lock enabled."
version: 0.1.0
repository: https://github.com/splashbyte/screen_lock_checker
issue_tracker: https://github.com/splashbyte/screen_lock_checker/issues
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: dev.splashbyte.screen_lock_checker
pluginClass: ScreenLockCheckerPlugin
ios:
pluginClass: ScreenLockCheckerPlugin
topics:
- device
- security
- information
- utils