resend_timer_button 1.0.1
resend_timer_button: ^1.0.1 copied to clipboard
A customizable Flutter countdown button used for OTP or resend flows.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-07-09 #
🎉 Initial release of resend_timer_button
!
Added #
ResendTimerButton
widget for countdown-based resend flows- Support for custom text builder or static text
- Button types:
ElevatedButton
,OutlinedButton
, andTextButton
ResendTimeFormat
:time
andnumber
- Optional
ResendTimerButtonController
withstartTimer()
andloading()
- Custom styling: background color, text color, radius, padding, loading indicator
- Full example app in
example/