custom_otp_modal 0.0.1
custom_otp_modal: ^0.0.1 copied to clipboard
To be able to create a custom otp modal easily
This Flutter package provides a customizable OTP (One-Time Password) modal for input verification. It supports dynamic digit lengths, a seamless user experience with a single TextEditingController to prevent keyboard flickering, and flexible formatting of OTP inputs. The modal handles validation, provides built-in success and error popups, and allows for easy integration into any Flutter application.
Features Dynamic OTP length configuration Smooth input with a single TextEditingController Customizable success and error messages Easy-to-use and integrate into existing projects