main function

void main()

Example app demonstrating the usage of CustomTextField.

This registration form includes:

  • First & Last Name
  • Phone Number (only numbers allowed)
  • Email Address
  • Password (with strength indicator)
  • Confirm Password (with validation)

On submission, entered data is displayed in a preview box.

Implementation

void main() {
  runApp(const MyApp());
}