0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.