timerun 0.8.3
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 timerunThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
timerun: ^0.8.3Alternatively, 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';