easy_textformfield

Creator: coderz1093

Last updated:

0 purchases

easy_textformfield Image
easy_textformfield Images

Languages

Categories

Add to Cart

Description:

easy textformfield

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
copied to clipboard



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
},
),
copied to clipboard
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: [email protected]
**


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 **
copied to clipboard

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.