chronograph 1.0.0
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.
1.0.0 #
- Initial release of Chronograph.
ChronoGraphengine with factories:stopwatch,timer,countdown.Chronovalue model with padded/time-total helpers.ChronoViewwidget for easyValueListenable<Chrono>binding.- Example app demonstrating stopwatch and timer.
Unreleased #
- Improve docs: add Dart doc across
lib/src. - Clarify package description in
pubspec.yaml. - Add example: countdown to a specific
DateTime.