flutter_timer_button 0.1.1 copy "flutter_timer_button: ^0.1.1" to clipboard
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.

  • TimerButton widget with countdown and progress modes, plus TimerButton.countdown and TimerButton.progress convenience factories.
  • TimerButtonController (ChangeNotifier) driving elapsed/remaining fractions, manual setProgress, start/pause/resume/stop/reset.
  • Animated fill indicator representing elapsed time or progress.
  • TimerButtonStyle with filled, outlined, and dark factory constructors, plus full manual customization via copyWith.
  • Configurable leading/trailing widgets, custom label builders, and a fully custom child override.
  • autoStart, disableWhileRunning, restartOnPressWhenIdle, and enabled behavior flags.
  • Example app showcasing OTP resend, countdowns, and sync/download progress patterns.
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable timed & progress button for Flutter with an animated fill indicator. OTP resend, countdowns, sync/upload/download progress, rate-limited actions.

Repository (GitHub)
View/report issues

Topics

#button #timer #progress #otp #countdown

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_timer_button