new_pinput library

Flutter package to create easily customizable Pin code input field, that your designers can't even draw in Figma 🤭

Classes

Pinput
Flutter package to create easily customizable Pin code input field, that your designers can't even draw in Figma 🤭
PinputConstants
The constant values for Pinput
PinTheme
Theme of the individual pin items for following states: default, focused pin, submitted pin, following pin, disabled pin and error pin

Enums

AndroidSmsAutofillMethod
The method that is used to get the sms code on Android
HapticFeedbackType
The vibration type when user types
PinAnimationType
The animation type if Pin item
PinputAutovalidateMode
The mode which determines the Pinput validation method

Extensions

PinputControllerExt on TextEditingController
Helper methods for Pinput to easily set, delete, append the value programmatically

Typedefs

PinputErrorBuilder = Widget Function(String? errorText, String pin)
Error widget builder of Pinput