Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo code input

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.'),
)
code input
Code Input #1 Fix Length Content

for more information about the properties, have a look at the api reference.

download the full project for this post from the following button

this source is fully free for all time

download as zip


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top