monotime 0.1.0 copy "monotime: ^0.1.0" to clipboard
monotime: ^0.1.0 copied to clipboard

Tamper-resistant network time for Flutter. Anchors NTP + HTTPS-authenticated consensus to the hardware monotonic clock. No Rust, no NTS-KE complexity — just reliable, manipulation-proof time for mobile apps.

Changelog #

All notable changes to this project will be documented in this file.

0.1.0 - 2026-06-05 #

Added #

  • Initial release of monotime.
  • Pure Dart NTP & HTTPS-authenticated Date header time sources.
  • Marzullo consensus engine for multi-source time verification.
  • Monotonic hardware clock anchoring on Android (SystemClock.elapsedRealtime) and iOS (systemUptime).
  • Clock-tamper detection via ACTION_TIME_CHANGED and NSSystemClockDidChange.
  • Offline time estimation fallback based on wall-clock progression with error-growth tracking.
  • Test override mechanism to mock high-integrity time in unit/widget tests.
0
likes
150
points
10
downloads

Documentation

API reference

Publisher

verified publisheranuragbharati.com.np

Weekly Downloads

Tamper-resistant network time for Flutter. Anchors NTP + HTTPS-authenticated consensus to the hardware monotonic clock. No Rust, no NTS-KE complexity — just reliable, manipulation-proof time for mobile apps.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

flutter, http, meta, ntp, shared_preferences

More

Packages that depend on monotime

Packages that implement monotime