code_entry_field library
Classes
- CodeEntryField
- A Flutter widget for entering single characters at a time in a series of boxes.
- CodeEntryFieldStyle
- Defines the visual styling for the CodeEntryField widget.
Enums
- Capitalization
- Capilization of the characters. allwaysAllcaps - Character is converted to allcaps alwaysSmall - Character is converted to lowercaps keyboardDefined - Character is defined by the keyboard (default)