custom_timer 0.1.1
custom_timer: ^0.1.1 copied to clipboard
A Flutter package to create a customizable timer with controller.
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