datetime_loop 1.2.1 copy "datetime_loop: ^1.2.1" to clipboard
datetime_loop: ^1.2.1 copied to clipboard

A Flutter package that provides a widget to listen to the system's datetime and trigger a rebuild based on the specified time unit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add datetime_loop

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

dependencies:
  datetime_loop: ^1.2.1

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:datetime_loop/datetime_loop.dart';
7
likes
160
points
306
downloads

Publisher

verified publishertkantira.com

Weekly Downloads

A Flutter package that provides a widget to listen to the system's datetime and trigger a rebuild based on the specified time unit.

Repository (GitHub)
View/report issues

Topics

#widget #datetime #timer

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on datetime_loop