-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (36 loc) · 981 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (36 loc) · 981 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
42
name: engine_security
description: Advanced security detection system for Flutter applications focused on Android and iOS. Detects Frida, Root/Jailbreak, Emulator, and Debugger threats with high precision.
version: 1.2.1
homepage: https://stmr.tech
repository: https://github.com/moreirawebmaster/engine-security
issue_tracker: https://github.com/moreirawebmaster/engine-security/issues
documentation: https://github.com/moreirawebmaster/engine-security#readme
funding:
- https://github.com/sponsors/moreirawebmaster
topics:
- security
- detection
- frida
- mobile
- android
platforms:
android:
ios:
environment:
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"
dependencies:
flutter:
sdk: flutter
device_info_plus: ^11.5.0
package_info_plus: ^8.3.0
geolocator: ^14.0.1
location: ^8.0.1
permission_handler: ^12.0.0+1
crypto: ^3.0.5
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.25.15
flutter_lints: ^6.0.0
coverage: ^1.14.1