timer_builder 2.0.0 copy "timer_builder: ^2.0.0" to clipboard
timer_builder: ^2.0.0 copied to clipboard

A widget that rebuilds itself on scheduled, periodic, or dynamically generated time events.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add timer_builder
copied to clipboard

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

dependencies:
  timer_builder: ^2.0.0
copied to clipboard

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:timer_builder/timer_builder.dart';
copied to clipboard
166
likes
150
points
14.2k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

A widget that rebuilds itself on scheduled, periodic, or dynamically generated time events.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on timer_builder