flutter_timer_button 0.1.1
flutter_timer_button: ^0.1.1 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.1 #
- Fix README demo image so it renders on pub.dev (was pointing at a GitHub HTML viewer page instead of the raw file).
- Keep demo assets (GIF/image) out of the published package archive via
.pubignore.
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.