flutter_time_guard 1.1.0 copy "flutter_time_guard: ^1.1.0" to clipboard
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.

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: ^1.1.0

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';
12
likes
160
points
416
downloads

Publisher

unverified uploader

Weekly Downloads

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.

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