reliable_interval_timer 1.0.1 copy "reliable_interval_timer: ^1.0.1" to clipboard
reliable_interval_timer: ^1.0.1 copied to clipboard

A timer that produces ticks within a given interval, accurate to the millisecond.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reliable_interval_timer

With Flutter:

 $ flutter pub add reliable_interval_timer

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

dependencies:
  reliable_interval_timer: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:reliable_interval_timer/reliable_interval_timer.dart';
9
likes
150
points
169
downloads

Publisher

unverified uploader

Weekly Downloads

A timer that produces ticks within a given interval, accurate to the millisecond.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on reliable_interval_timer