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.dartfile. - InputDecoration fix.
0.1.6 - 2025-08-02 #
- Updated the
lib/otpify.dartfile. - Updated the
example/lib/main.dartfile. - Changed
resendColorproperty toresendEnableColor. - Changed
resendEnableColorproperty toresendDisableColor. - State Management on resend button.
- Light/Dark Theme compatibility.
- Optimized the code.
0.1.5 - 2025-03-04 #
- Updated the
otpify.dartfile. - Optimized the code.
- Deleted some extra files.
0.1.4 - 2025-01-20 #
- Updated the
README.mdfile.
0.1.2 - 2025-01-20 #
- Fixed the resend timer button bug.
0.1.1 - 2025-01-17 #
- Updated the
README.mdfile.
0.1.0 - 2025-01-16 #
isResendButtonEnableproperty to show the resend button below OTP fields.verticalSpacingproperty for spacing between OTP fields and the resend button.- Renamed the
secondsproperty 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.