flutter_timer_button 0.1.0
flutter_timer_button: ^0.1.0 copied to clipboard
A highly customizable timed & progress button for Flutter with an animated fill indicator. OTP resend, countdowns, sync/upload/download progress, rate-limited actions.
0.1.0 #
Initial release.
TimerButtonwidget withcountdownandprogressmodes, plusTimerButton.countdownandTimerButton.progressconvenience factories.TimerButtonController(ChangeNotifier) driving elapsed/remaining fractions, manualsetProgress, start/pause/resume/stop/reset.- Animated fill indicator representing elapsed time or progress.
TimerButtonStylewithfilled,outlined, anddarkfactory constructors, plus full manual customization viacopyWith.- Configurable
leading/trailingwidgets, custom label builders, and a fully customchildoverride. autoStart,disableWhileRunning,restartOnPressWhenIdle, andenabledbehavior flags.- Example app showcasing OTP resend, countdowns, and sync/download progress patterns.