multi_sender_pinput/pinput library

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

AutoFillValidation = bool Function(String line)
JustIndexedWidgetBuilder = Widget Function(int index)
Signature for a function that creates a widget for a given index, e.g., in a list.
PinputErrorBuilder = Widget Function(String? errorText, String pin)
Error widget builder of Pinput