code_input_fields

Creator: coderz1093

Last updated:

0 purchases

code_input_fields Image
code_input_fields Images

Languages

Categories

Add to Cart

Description:

code input fields

This Package offers a pre-built otp/passcode field for users with obscuring capabilities, enhancing security for One-Time Password (OTP) inputs. Additionally, it provides customization options for tailoring the OTP field to specific needs.
Features #
Adjustable Field Length: Customize the length of the OTP field according to requirements.
Color Customization: Modify the color scheme of the OTP field to fit your app's design.
Customizable Widgets: Tailor default widgets for both filled and unfilled cells in the OTP field.
Getting started #
Use this widget like any other flutter widget
| | | | |
Usage #
@override

Widget build(BuildContext context) {

return Scaffold(

appBar: AppBar(),

body: Center(

child: ConstrainedBox(

constraints: const BoxConstraints(maxWidth: 200),

child: PasscodeField(

defaultColor: Colors.pink.shade100,

fieldLength: 4,

),
),

),

);

}
copied to clipboard
Additional information #
This package is in very early stage. Additional UIs/functionalities will be added to this package in future.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.