code_input 0.0.2 copy "code_input: ^0.0.2" to clipboard
code_input: ^0.0.2 copied to clipboard

outdated

Flutter Code Input Widget

code_input #

Code input wdiget : segmented code input control

This is the Widget #

Example #

return Scaffold(
  appBar: AppBar(
    title: Text("Code Input"),
  ),
  body: Center(
    child: CodeInput(
      //how many input widget you want  
      lenght: 5,
    ),
  ),
);

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

9
likes
10
pub points
70%
popularity

Publisher

unverified uploader

Flutter Code Input Widget

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on code_input