trusted_time_android 0.0.3 copy "trusted_time_android: ^0.0.3" to clipboard
trusted_time_android: ^0.0.3 copied to clipboard

PlatformAndroid

A Flutter plugin providing reliable and accurate time keeping for Android apps using Google's TrustedTime API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trusted_time_android

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

dependencies:
  trusted_time_android: ^0.0.3

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:trusted_time_android/trusted_time_android.dart';
7
likes
160
points
114
downloads

Publisher

verified publisherbizjak.dev

Weekly Downloads

A Flutter plugin providing reliable and accurate time keeping for Android apps using Google's TrustedTime API.

Repository (GitHub)

Topics

#time #android #trustedtime #google #play-services

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on trusted_time_android