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

This is a simple Flutter plugin that provides the device's last boot time on Android and iOS.

[1.0.0] - 2025-05-20 #

🎉 Initial stable release

🚀 Features #

  • Provides device boot time as both DateTime and raw milliseconds.
  • Provides runtime (uptime) since last reboot as Duration or milliseconds.
  • Cross-platform support for Android and iOS.

✨ Improvements #

  • Introduced getRunTime() that returns a Duration.
  • Introduced getRunTimeMs() that returns a Int.
  • Renamed getBootTimeMillisecondsgetBootTimeMs for clarity and consistency.
  • Standardized time units across platforms (milliseconds).

✅ Breaking Changes #

  • None — all previous method names retained (if they existed before pre-1.0.0 versions).

📦 Notes #

  • This version marks the first stable (1.0.0) release.
  • Compatible with the latest versions of Flutter SDK and platform APIs.
  • Ideal for production apps needing uptime or boot tracking.
0
likes
150
points
200
downloads

Publisher

unverified uploader

Weekly Downloads

This is a simple Flutter plugin that provides the device's last boot time on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on boot_time_plugin