beautiful_textfields 0.0.1 copy "beautiful_textfields: ^0.0.1" to clipboard
beautiful_textfields: ^0.0.1 copied to clipboard

A custom text field widget for Flutter.

Nothin ! just some cool and beautiful textfields for flutter #

Features #

Label text Hint text Inputtype Secure text Capitalization Controller

Getting started #

            MyTextField(
              hintText: 'Enter your Email',
              inputType: TextInputType.emailAddress,
              labelText2: 'Email',
              secure1: false,
              capital: TextCapitalization.none,
              nameController1 : emailController,
            ),

Screenshots #

1
likes
120
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A custom text field widget for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on beautiful_textfields