system_boot_time 0.0.1 copy "system_boot_time: ^0.0.1" to clipboard
system_boot_time: ^0.0.1 copied to clipboard

A Flutter Plugin for getting system boot time.

system_boot_time #

A Flutter Plugin for getting system boot time.

Getting Started #

Add system_boot_time as a dependency in your pubspec.yaml file. Just run:

flutter pub add system_boot_time

Next, import as you need.

import 'package:system_boot_time/system_boot_time.dart';

And then just have fun:

final second = await SystemBootTime().second();
1
likes
140
points
307
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Plugin for getting system boot time.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on system_boot_time