otp_text_field 1.1.5
otp_text_field: ^1.1.5 copied to clipboard
A flutter package to create a OTP Text Field widget in your application.
1.1.5 17/04/2026 #
- fixed backspace not moving to the previous field when pressed on an empty field
- fixed fields appearing reversed in RTL locales (field layout is now always left-to-right)
- added redirectFocusToFirstEmptyField option: when true, tapping a box beyond the first empty one moves focus to the first empty box, so the code is always entered contiguously
1.1.4 16/04/2026 #
- fixed issue with paste not working
- ui fix for cursor selecting the text when text field is highlighted
- added tests
- updated dependencies
1.1.3 25/04/2022 #
- added background color on text field
- added input formatter
1.1.2 28/01/2021 #
- Added OtpTextField Controller
1.1.1 17/05/2021 #
- Added option to set background/border color using OtpFieldStyle
1.1.0 06/03/2021 #
- Added Null-Safety
- Added Quick paste functionality
1.0.2 11/01/2021 #
- Fixed issue with field style underline not working
1.0.1 24/03/2020 #
- Added option to set keyboard Type
1.0.0 18/03/2020 #
- First release of the package