my_timer 1.0.0 my_timer: ^1.0.0 copied to clipboard
A customizable Flutter timer widget that supports incrementing and decrementing time with callbacks for tick and completion.
1.0.0 #
Initial release #
- Added
MyTimer
widget that allows incrementing and decrementing time. - Supports custom tick intervals via the
tickInSecond
property. - Added start, stop, and complete callbacks through the
MyTimerController
. - Allows customizable child widget or default time display.
- Accepts styling options for the time display text.
- Supports both incrementing and decrementing modes with start and end time.