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

outdated

In this package I have customized the textformfield for easy use.

In this package I have customized the textformfield for easy use.

Features #

The text field widget is made very handy to use. Added some more features to it by using some other w

Getting started #

Just add the plugin to your code and enjoy.

Usage #

    CustomTextField(
            hintText: "Hint goes here",
            onTap: () {
              print("On tap action called");
            },
            isRequired: true,
            title: "Title goes here",
            border: const OutlineInputBorder(),
          ),
4
likes
0
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

In this package I have customized the textformfield for easy use.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on text_field_custom