awsome_textfield_package 0.0.2 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