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 46 Flutter_Pinput issues
Sort by recently updated
recently updated
newest added

pub.flutter-io.cn/pinput-2.2.11/lib/src/pinput_state.dart:334:14: Error: The method 'FocusTrapArea' isn't defined for the class '_PinputState'.

I was wondering if it would be possible for Pinput to receive sms code on showModalBottomSheet? These codes were working fine on StatefullWidget page but not in showModalBottomSheet. Any help...

``` length: 6, onCompleted: (String pin) async { print(pin); } ``` Here `print(pin);` sometimes prints a String that is longer than 6 digits in length. I am temporarily using `pin.substring(0,6)`...

This project doesn't compile with flutter 2.5.1, but the pubspec.yaml allows installing it for versions `flutter: ">=1.17.0"` At least [this](https://github.com/flutter/flutter/commit/33755f203dfeae491f586a73abdf4e400749f32a#diff-701a97b414026a5c87a06b546bb38ca70be2aa0ce44cbf170f4b43e8defcc91aR612) `copyWith` is missing. Judging from the tag list in the...

I tried to use the autofill and it works perfectly with andriod but its not working with the ios `Pinput( androidSmsAutofillMethod: AndroidSmsAutofillMethod.smsUserConsentApi, length: 6, focusNode: _pinOTPCodeFocus, controller: _pinOTPController, defaultPinTheme: PinTheme(...

Duplicate keys found is thrown while typing quickly in both Android and Ios emulators using this code: ``` Pinput( length: 4, pinAnimationType: PinAnimationType.none, controller: controller, focusNode: focusNode, showCursor: false, autofocus:...

Hey there! I was wondering if it would be possible to show the typed value for some amount of time before obscuring it? Similar to how regular TextFields handle obscured...

Hello. I've been using these tests with some integration tests, and it results in them being stuck as they often have steps which wait for no more paints to occur....

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

smart_auth-2.0.0/android/src/main/kotlin/fman/ge/smart_auth/SmartAuthPlugin.kt:99:26 Unresolved reference: AppSignatureHelper FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':smart_auth:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See...