flutter_jailbreak_detection 1.1.0
flutter_jailbreak_detection #
Flutter jailbreak and root detection plugin.
It uses RootBeer on Android, and DTTJailbreakDetection on iOS.
Getting Started #
import 'package:flutter_jailbreak_detection/flutter_jailbreak_detection.dart';
bool jailbroken = await FlutterJailbreakDetection.jailbroken;
bool developerMode = await FlutterJailbreakDetection.developerMode; // android only.
1.1.0 #
- Prevent plugin initialization when Activity is not available
1.0.0 #
- Upgrade gradle plugin and support for AndroidX
flutter_jailbreak_detection_example #
Demonstrates how to use the flutter_jailbreak_detection plugin.
Getting Started #
For help getting started with Flutter, view our online documentation.
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
flutter_jailbreak_detection: ^1.1.0
2. Install it
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter pub get
Alternatively, your editor might support pub get
or flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:flutter_jailbreak_detection/flutter_jailbreak_detection.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
81
|
Health:
Code health derived from static analysis.
[more]
|
0
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
53
|
Overall:
Weighted score of the above.
[more]
|
51
|
We analyzed this package on Dec 6, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.6.1
- pana: 0.12.21
- Flutter: 1.9.1+hotfix.6
Platforms
Detected platforms:
Error(s) prevent platform classification:
Fix dependencies in
pubspec.yaml
.
Analysis issues and suggestions
Fix dependencies in pubspec.yaml
.
Running flutter pub upgrade
failed with the following output:
ERR: The current Flutter SDK version is 1.9.1+hotfix.6.
Because flutter_jailbreak_detection requires Flutter SDK version >=1.10.0 <2.0.0, version solving failed.
Health suggestions
Format lib/flutter_jailbreak_detection.dart
.
Run flutter format
to format lib/flutter_jailbreak_detection.dart
.
Format lib/generated/i18n.dart
.
Run flutter format
to format lib/generated/i18n.dart
.
Maintenance issues and suggestions
Fix platform conflicts. (-20 points)
Error(s) prevent platform classification:
Fix dependencies in pubspec.yaml
.
Make sure dartdoc
successfully runs on your package's source files. (-10 points)
Dependencies were not resolved.
The package description is too short. (-17 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.1.0 <3.0.0 |