chronograph 1.0.0 copy "chronograph: ^1.0.0" to clipboard
chronograph: ^1.0.0 copied to clipboard

Lightweight reactive stopwatch/countdown for Flutter. ChronoGraph provides ValueListenable for stopwatch, timer, and DateTime countdown, plus a tiny ChronoView.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chronograph

With Flutter:

 $ flutter pub add chronograph

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

dependencies:
  chronograph: ^1.0.0

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:chronograph/chronograph.dart';
1
likes
0
points
13
downloads

Publisher

verified publisherwidgetarian.com

Weekly Downloads

Lightweight reactive stopwatch/countdown for Flutter. ChronoGraph provides ValueListenable for stopwatch, timer, and DateTime countdown, plus a tiny ChronoView.

Homepage
Repository (GitHub)
View/report issues

Topics

#chronograph #countdown #stopwatch #timer

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

unknown (license)

Dependencies

flutter

More

Packages that depend on chronograph