A Flutter widget for inputting content with a fixed length
Read Time:17 Second

A Flutter widget for inputting content with a fixed length

0 0

code_input

A Flutter widget for inputting content with a fixed length

A Flutter widget for inputting content with a fixed length, visually treating each character as a separate segment.

Usage

This is a small example:

CodeInput(
  length: 4,
  keyboardType: TextInputType.number,
  builder: CodeInputBuilders.lightCircle(),
  onFilled: (value) => print('Your input is $value.'),
)

A Flutter widget for inputting content with a fixed length

For more information about the properties, have a look at the API reference.

GitHub

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A simple customizable animated circular menu for Flutter
Entrada siguiente A Flutter package that help you create a verification input