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

A Flutter package providing an awesome text field with custom features.

This is a fancy text form field with customization and validation.

Features #

fancy design , validaiton , having beautiful icons.

Getting started #

just call the Awsome_Textfield_Package wisget and you will find its properties.

Usage #

the usage is very simple call the widget name

Awsome_Textfield_Package(
              keyboard: TextInputType.phone,
              preficicon: const Icon(CupertinoIcons.person),
             hintext: "+92356574575",
             errortext: loginprovider.phone.error,
             onchange: (String value) {
              loginprovider.validatephone(value);
                },
            controller: loginprovider.phoneController,
             );

Additional information #

you can find more info in git_hub or pub.dev community

3
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing an awesome text field with custom features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on awsome_textfield_package