flutter_time_guard 1.2.5
flutter_time_guard: ^1.2.5 copied to clipboard
Flutter plugin that detects manual date/time/timezone changes, validates device clocks against NTP, and prevents clock-tampering in security-critical apps.
1.2.5 #
- Fixed late realTime attribute error
1.2.4 #
- Upgrade dependancies and propagate enableLogs flag to native code
1.2.3 #
- Improve ReadMe.md
1.2.2 #
- Adjusted tolerance value and added false positive example
- client can now enable or disable logs
1.2.1 #
- Fixed stuck on NTP.now().
1.2.0 #
- Fixed trigger on Android.
1.1.0 #
- Adding guards on screen state.
1.0.0 #
- Added automatic foreground time change detection for Android.
- Marked plugin as production-ready.
0.0.6 #
- Included time zone change detection.
- Code cleanup.
0.0.5 #
- Exposed
toleranceInSecondsparameter. - Refactored code and removed unnecessary packages.
0.0.4 #
- Fixed demo.
0.0.3 #
- Added demo.
0.0.2 #
- Added proper documentation.
0.0.1 #
- Initial release.
- Detected manual system time/date changes.
- Validated device time using NTP.