timerun 0.8.3 copy "timerun: ^0.8.3" to clipboard
timerun: ^0.8.3 copied to clipboard

Is a timer library for Flutter that allows you to easily manage timers with customizable configurations. You can use this library to implement timers in your Flutter applications in a simple and flexible way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add timerun

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  timerun: ^0.8.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:timerun/timerun.dart';
1
likes
130
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Is a timer library for Flutter that allows you to easily manage timers with customizable configurations. You can use this library to implement timers in your Flutter applications in a simple and flexible way.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on timerun

Packages that implement timerun