chronograph 1.0.1
chronograph: ^1.0.1 copied to clipboard
Lightweight reactive stopwatch/countdown for Flutter. ChronoGraph provides ValueListenable for stopwatch, timer, and DateTime countdown, plus a tiny ChronoView.
1.0.1 #
- Add comprehensive Dart doc across
lib/src(classes, fields, methods). - Expand README with features and usage examples.
- Clarify package description in
pubspec.yaml(<=175 chars). - Add example: countdown to a specific
DateTimein demo app. - Translate Indonesian comments to English.
- Improve Pub score: add topics/metadata, documentation, examples, and linting.
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.