pin_code_fields icon indicating copy to clipboard operation
pin_code_fields copied to clipboard

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓

Results 44 pin_code_fields issues
Sort by recently updated
recently updated
newest added

Getting this error on Firebase Crashlytics for the following version ``` Flutter: 2.8.1 ``` ``` pin_code_fields: ^7.4.0 ``` Code: ``` import 'package:flutter/material.dart'; import 'package:pin_code_fields/pin_code_fields.dart'; import '../../app_imports.dart'; class InputPasscodeWidget extends StatelessWidget...

I try to enter something on web, but I can't. Initialized values from controller are shown, but entered no. OnChanged, Validators methods don't call. Flutter (Channel stable, 2.10.4) ``` Widget...

Hello @adar2378 I am @FlutterDev6778 and I added placeholdWidget attribute. I want you check it and merge. Thanks.

When we complete all the character fields, it becomes unfocused and we cannot delete it, can you help with this? Package; always last version Flutter doctor: ``` [✓] Flutter (Channel...

I want disable textfield, i was set "enable = false" but it not working. So how to disable textfield of Pin Code Field?

When Adding PinCodeTextField to a screen it causes constant frame redraws, causing performance issues and making Integration testing impossible. Flutter: v3.16.5 pin_code_fields: 8.0.1 Here is the Same Page with and...

Accessibility text sizes in system settings are currently not really supported by `PinCodeTextField`: The field does not resize to accommodate very large text, which is thus clipped. Currently a workaround...

lib/src/models/pin_theme.dart doesn't match the Dart formatter which doesn't add 10 pub points in pub.dev. After the commit 140/140 pub points should be given.

Fixes https://github.com/adar2378/pin_code_fields/issues/368