custom_timer 0.2.3
custom_timer: ^0.2.3 copied to clipboard
A Flutter package to create a customizable timer with controller.
0.2.3 Jan. 15, 2023 #
- Pass pub static analysis.
0.2.2 Jan. 15, 2023 #
- Fix jumpTo function.
- Add setters for begin and end.
- Functions to increase/decrease the remaining time.
0.2.1 Jan. 13, 2023 #
- Function to move the current time.
0.2.0 Jan. 12, 2023 #
- Store the remaining time in the controller.
- Subscribe to status changes.
- Customize timer update intervals.
- Removing stateBuilder and animationBuilder.
- Other small fixes.
0.1.2 Aug. 7, 2022 #
- Fix disposing of CustomTimerController
0.1.1 Dec. 31, 2021 #
- Add pub tests
0.1.0 Dec. 30, 2021 #
New version of the package.
- Correct operation of the milliseconds of the timer.
- New controller using state notifications.
- New builders with reduced code.
- Timer widget optimization.
0.0.6 Jun. 16, 2021 #
- Bug fixes.
0.0.5 Jun. 16, 2021 #
- CustomTimerController dispose method.
0.0.4 Jun. 10, 2021 #
- Support null safety.
0.0.3 Jan. 8, 2021 #
- Added internal Custom Timer Controller for proper function of builders.
0.0.2 Nov. 18, 2020 #
- Structured code in different files.
- Corrections in the README.
0.0.1 Nov. 16, 2020 #
This is the initial release of the custom_timer package. This includes features such as
- Timer builders with customization options
- Manually controlling the custom timer via the CustomTimerController