flutter_time_guard 0.0.6 copy "flutter_time_guard: ^0.0.6" to clipboard
flutter_time_guard: ^0.0.6 copied to clipboard

Flutter Time Guard is used to detect system time changes and validate device time using NTP, ensuring reliable and secure time-sensitive operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_time_guard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_time_guard: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_time_guard/flutter_time_guard.dart';
14
likes
160
points
407
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Time Guard is used to detect system time changes and validate device time using NTP, ensuring reliable and secure time-sensitive operations.

Homepage
Repository (GitHub)
View/report issues

Topics

#time #ntp #datetime #security

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, ntp, plugin_platform_interface

More

Packages that depend on flutter_time_guard

Packages that implement flutter_time_guard