Skip to content

Releases: kauemurakami/flutter_tamper_detector

0.5.0

19 Mar 21:18

Choose a tag to compare

Implemented new functionality to enhance app security settings, allowing control over screenshot prevention and hiding the app from the recent apps menu.
Added the appSecuritySettings method, which uses a native method channel to configure the app’s window

0.4.0

19 Mar 17:09
cfcab62

Choose a tag to compare

  • Adding functionality to check if the application was installed from the store (PlayStore)
  • isInstalledFromPlaystore with the optional parameter exitProcessIfFalse

0.3.1

18 Mar 23:14

Choose a tag to compare

Fix dart format to pub points

This not affect the current implementation

0.2.1

17 Mar 00:42

Choose a tag to compare

Addes new verifications for Magisk etect

0.2.0

14 Mar 18:28

Choose a tag to compare

Added new method isDebug to check app stay in debug mode

Update CHANGELOG
Update example
Update README

0.1.2

13 Mar 21:17

Choose a tag to compare

Added native example repository in readme

0.1.0

13 Mar 02:17
448f6ef

Choose a tag to compare

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

12 Mar 17:14

Choose a tag to compare

v0.0.2

Fix repository refer