trusted_time 1.0.0 copy "trusted_time: ^1.0.0" to clipboard
trusted_time: ^1.0.0 copied to clipboard

Tamper-proof, offline-safe, multi-source trusted time for Flutter. Provides reliable timestamps immune to system clock manipulation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add trusted_time

With Flutter:

 $ flutter pub add trusted_time

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

dependencies:
  trusted_time: ^1.0.0

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:trusted_time/trusted_time.dart';
3
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Tamper-proof, offline-safe, multi-source trusted time for Flutter. Provides reliable timestamps immune to system clock manipulation.

Repository (GitHub)
View/report issues

Topics

#time #ntp #security #tamper-proof #anti-fraud

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, http, intl, ntp, plugin_platform_interface

More

Packages that depend on trusted_time

Packages that implement trusted_time