Flutter_Pinput icon indicating copy to clipboard operation
Flutter_Pinput copied to clipboard

Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill

Results 55 Flutter_Pinput issues
Sort by recently updated
recently updated
newest added

**Describe the bug** useNativeKeyboard = false is not triggering validation **Code** ``` Form ( key: _con.formKey, child: Column( children: [ Pinput( useNativeKeyboard: false, validator: (value) { return value == '2222'...

**Describe the bug** Cursor is not shown on Pinput tap after completion. To display the cursor, a backspace needs to be made after Pinput tap. **To Reproduce** Steps to reproduce...

We love Pinput's UI and capabilities for entering typical 4-6 length pin codes. However, when faced with a very large key codes which are typical used for activating product keys...

**Describe the bug** A text error is not shown the first time when you write the wrong sms code, but second time error text exist also i get error text...

Hello, I add pinput version ^3.0.1 to my Flutter project. and imported and used it. after running the android app. the app throw me an error in my debug console...

**Describe the bug** Assume that I have a text field. 1. On first OTP request , it will show the consent to allow or deny the read permission. 2. Assume...

When all pins are submitted, last pin can be in both submitted & focused state and currently it'll pick `focusedPinTheme`. This PR adds an option to pick `submittedPinTheme` instead. This...

**Describe the bug** I have several user profile images which download from Firebase Storage. As soon as a user joins the chat the Image lags a bit until it loads....

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...