otp_input 1.0.4
otp_input: ^1.0.4 copied to clipboard
A Flutter package that provides customizable OTP (One-Time Password) input fields. Supports multiple field styles (box, underline, dash), flexible spacing, text styling, and validation to easily integ [...]
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.0.4 - 2025-08-22 #
Added #
- Support for multiple OTP field styles (
box,underline,dash). - Option to customize field gap, height, and text style.
- Improved documentation with clear usage examples.
Changed #
- Enhanced package description for better visibility on pub.dev.
- Minor internal refactor for cleaner widget structure.