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

A package contains ElapsedTimer, which allows easy access to the elapsed time of your timer.

example/README.md

Usage #

final timer = ElapsedTimer(const Duration(seconds: 5), () => print('All done'));
// Somewhere in the code:
final elapsed = timer.elapsed;
7
likes
150
points
19
downloads

Publisher

verified publisherkabadh.com

Weekly Downloads

A package contains ElapsedTimer, which allows easy access to the elapsed time of your timer.

Repository (GitHub)

Topics

#timer #elapsed-time

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on elapsed_timer