otp_resend_timer 1.0.1
otp_resend_timer: ^1.0.1 copied to clipboard
Flutter widget that handle OTP resend functionality with customizable UI, animations, and callback support.
Changelog #
1.0.1 #
- Document public APIs for dartdoc.
- Align default timer and ready copy with tests.
- Bump Dart SDK constraint to
^3.11.5.
1.0.0 #
- Initial release
- Core features implemented:
- Customizable countdown timer
- Start and reset functionality
- Automatic resend button after timer completion
- Customizable styles and messages
- Stream-based time updates
- Added comprehensive test coverage
0.1.0-beta #
- Beta release for initial testing