forked from neckaros/secure_application
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
34 lines (31 loc) · 894 Bytes
/
pubspec.yaml
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: secure_application
description: Secure app content visibility when user leave app. It will hide content
in the app switcher and display a frost barrier above locked content when the user get backs
version: 3.8.0
homepage: https://github.com/neckaros/secure_application
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.0
rxdart: ^0.27.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: org.jezequel.secure_application
pluginClass: SecureApplicationPlugin
ios:
pluginClass: SecureApplicationPlugin
web:
pluginClass: SecureApplicationWeb
fileName: secure_application_web.dart
windows:
pluginClass: SecureApplicationPlugin