otpify 0.1.7
otpify: ^0.1.7 copied to clipboard
Otpify is a customizable OTP input field widget for Flutter, adapts to different mobile screen sizes. It includes a resend code timer button for added convenience.
Changelog #
0.1.7 - 2025-08-02 #
- Updated the
lib/otpify.dart
file. - InputDecoration fix.
0.1.6 - 2025-08-02 #
- Updated the
lib/otpify.dart
file. - Updated the
example/lib/main.dart
file. - Changed
resendColor
property toresendEnableColor
. - Changed
resendEnableColor
property toresendDisableColor
. - State Management on resend button.
- Light/Dark Theme compatibility.
- Optimized the code.
0.1.5 - 2025-03-04 #
- Updated the
otpify.dart
file. - Optimized the code.
- Deleted some extra files.
0.1.4 - 2025-01-20 #
- Updated the
README.md
file.
0.1.2 - 2025-01-20 #
- Fixed the resend timer button bug.
0.1.1 - 2025-01-17 #
- Updated the
README.md
file.
0.1.0 - 2025-01-16 #
isResendButtonEnable
property to show the resend button below OTP fields.verticalSpacing
property for spacing between OTP fields and the resend button.- Renamed the
seconds
property toresendSecond
. - Updated the package description.
0.0.2 - 2025-01-16 #
- Updated the description of the Otpify package.
0.0.1 - 2025-01-16 #
- Initial release of the Otpify package.