trusted_time_android 0.0.4
trusted_time_android: ^0.0.4 copied to clipboard
A Flutter plugin providing reliable and accurate time keeping for Android apps using Google's TrustedTime API.
0.0.1 #
- Initial release of the plugin, only supports
computeCurrentUnixEpochMillismethod.
0.0.2 #
- Added
getLatestTimeSignalmethod. - Added
SerializableTimeSignalclass. - Added
SerializableCurrentInstantclass. - Added tests.
0.0.3 #
- Bump Dart and Flutter SDK constraints.
- Update the repository URL.
0.0.4 #
- Bump Dart and Flutter SDK constraints.
- Update dependency versions.
- Codebase updates according to new
analysis_options.yamlfile.