flutter_time_guard 0.0.2 copy "flutter_time_guard: ^0.0.2" to clipboard
flutter_time_guard: ^0.0.2 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 Dart:

 $ dart pub add flutter_time_guard

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 dart pub get):

dependencies:
  flutter_time_guard: ^0.0.2

Alternatively, your editor might support dart pub get or 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
0
points
394
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

License

unknown (license)

Dependencies

dartz, dio, flutter, flutter_secure_storage, ntp, plugin_platform_interface

More

Packages that depend on flutter_time_guard

Packages that implement flutter_time_guard