rocket_timer 0.0.2
rocket_timer: ^0.0.2 copied to clipboard
The rocket_timer package provides a RocketTimer class for implementing countdown or normal timers in Flutter applications, as well as a RocketTimerBuilder widget for building widgets that respond to c [...]
0.0.1 #
- Initial release of the
rocket_timerpackage. - Added the
RocketTimerclass for implementing countdown or normal timers. - Added the
RocketTimerBuilderwidget for building widgets that respond to changes in aRocketTimerobject. - Added support for starting, pausing, stopping, resetting, and switching between countdown and normal modes in
RocketTimer. - Added
formattedDuration,hours,minutes, andsecondsproperties toRocketTimerfor getting the formatted timer values. - Added
handleTimer()method toRocketTimerfor handling the timer logic. - Added
dispose()method toRocketTimerfor cleaning up the timer object. - Added comprehensive unit tests for the
RocketTimerclass. - Added documentation for the
rocket_timerpackage.
0.0.2 #
- Added
restartmethod for restart timer - Changed
durationtype frominttoDuration