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