trusted_time 2.0.3
trusted_time: ^2.0.3 copied to clipboard
Tamper-proof network time for Flutter. Anchored to hardware monotonic clocks with optional NTS (RFC 8915) to prevent system-time manipulation and network-level spoofing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add trusted_timeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
trusted_time: ^2.0.3Alternatively, 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:trusted_time/trusted_time.dart';