datetime_loop 1.2.0 copy "datetime_loop: ^1.2.0" to clipboard
datetime_loop: ^1.2.0 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.0

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';
6
likes
150
pub points
82%
popularity

Publisher

verified publishertkantira.com

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