flutter_time_guard 1.1.0
flutter_time_guard: ^1.1.0 copied to clipboard
A Flutter plugin for detecting system Date/Time and Time zone changes and validate device time against NTP, ensuring reliable and secure time-sensitive operations.
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
toleranceInSeconds
parameter. - 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.