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

Flutter package for easy text form field with validation and error message handling.

A very simple and easy package with a less boilerplate code and more organised for text form field

Features #

- Easy to use
- Easy to understand
- Easy to implement
- Easy to customise
- Easy to maintain
- Easy to debug
[]

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

EasyTextFormField(
                    hint: const TFFHint(title: 'Password',),
                    header: const TFFHeader(title: 'Password'),
                    prefix: PrefixWithIconImage(iconImage: "assets/images/password.png"), // TODO: Replace with any image from your assets
                    validation: PasswordValidator.instance.validate,
                    secureType: SecureType.Toggle,
                    controller: _.passwordController,
                    onComplete: (){
                      // TODO: login function is triggered here
                    },
                  ),

Additional information #

** please note the following :

  • This package is still under developing ...

  • It supports only English for now but in the next few updates it would support [English][French][Arabic]

  • If you find out any bug in the package other than in the cases we already mentioned : contact the Developer on email: ahmed.elsherbiny2020@gmail.com **

  • If you want to contribute to the package please contact the developer on the same email

-- Thank you for using the package <3 --

 ** Made with love by Sherbini **
3
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for easy text form field with validation and error message handling.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easy_textformfield