Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an application using Flutter. Under main.dart, develope a simple form that that has a Name and Email fields. Then develope it further through these

Create an application using Flutter. Under main.dart, develope a simple form that that has a Name and Email fields. Then develope it further through these enhancements:
image text in transcribed
image text in transcribed
- Extend the form by adding the following fields: - Phone number - Password - Password confirmation - All form fields should have appropriate labels \& hint-text as well as trigger the appropriate keyboard type - Password fields should have hidden text - Perform the following validations: - name field isn't empty - email is of correct format - phone number has only numbers & is of correct length (10 digits) - password is at least 6 characters containing at least 1 of each of the following: uppercase character, lowercase character, number \& special character. It also shouldn't have any empty spaces - password confirmation is same as password - All form field errors are shown attached to the field as shown in lecture - Use rflutter_alert package to display an appropriate alert both in case of successful validation or failure Technical Requirements Create a new Flutter project called "Lab4". The app should satisfy the following: 1. Add all required fields 2. Validates fields as explained above 3. Displays user friendly alert when submit button is clicked

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions

Question

3 How the market system answers four fundamental questions.

Answered: 1 week ago