Releases: kauemurakami/flutter_tamper_detector
Releases · kauemurakami/flutter_tamper_detector
0.5.0
0.4.0
- Adding functionality to check if the application was installed from the store (PlayStore)
isInstalledFromPlaystorewith the optional parameterexitProcessIfFalse
0.3.1
Fix dart format to pub points This not affect the current implementation
0.2.1
Addes new verifications for Magisk etect
0.2.0
Added new method isDebug to check app stay in debug mode Update CHANGELOG Update example Update README
0.1.2
Added native example repository in readme
0.1.0
Added a new parameter to terminate the application process automatically natively.
With param exitProcessIfTrue: true in any function of the package class.
await FlutterTamperDetector.isEmulator(exitProcessIfTrue: true);
await FlutterTamperDetector.isRooted(exitProcessIfTrue: true);
await FlutterTamperDetector.isHooked(exitProcessIfTrue: true);0.0.2
v0.0.2 Fix repository refer