time_tracker 1.1.2
time_tracker: ^1.1.2 copied to clipboard
A Dart object that records time-status changes and can be started, paused, resumed, and ended.
1.1.2 #
- Added custom matchers.
- Added the mixin getters:
durationAsMicroseconds,pauses,durationOfPausesAsMicroseconds,durationOfPauses.
- Added validation to ensure time line provided by a json map is compatible with the provided time state.
1.1.1 #
- Updated dependencies.
- Added additional getters to enum
TimeStatusand mixinTimeTracker. - Simplified example.
1.1.0 #
- Require Dart ^3.0.0
TimeTrackeris now a mixin.- Updated docs.
1.0.1 #
- Updated documentation.
1.0.0 #
- Initial version.