0% found this document useful (0 votes)
40 views

Assignment 3 Flutter (Edit)

This document provides instructions for a Flutter contacts app assignment. Students are asked to design a contacts screen that validates two text fields before adding new contacts, allows deleting individual contacts with icons instead of a button, and clears the text fields after adding. The assignment should be submitted as a zip file containing specific files from the project and renamed to match the assignment name.

Uploaded by

HasSoOna 7S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Assignment 3 Flutter (Edit)

This document provides instructions for a Flutter contacts app assignment. Students are asked to design a contacts screen that validates two text fields before adding new contacts, allows deleting individual contacts with icons instead of a button, and clears the text fields after adding. The assignment should be submitted as a zip file containing specific files from the project and renamed to match the assignment name.

Uploaded by

HasSoOna 7S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Flutter Diploma

Become a Flutter Developer with just one course

Stateful Widget Practice.


Design Contacts Screen with at most three contacts.

Description:
This assignment is an edit of the previous assignment. There are some changes to
previous assignment:
1. Validate the two textfields and don’t add new items if two textfields are
empty
2. Remove the delete button and make an icon delete for every contact item
to delete specific items.
3. Clear two textfields after adding a new item.
Watch the video for details.
Flutter Diploma
Become a Flutter Developer with just one course

Screen with no contacts items added


Flutter Diploma
Become a Flutter Developer with just one course

Screen when two items added

Note 2: Please submit the assignment in these steps:


1. compress dart files in folder lib with folder assets and pubspec.yaml file in a
zip file
2. rename this file with the name of the assignment
3. send it to your mentor's email
Don’t submit the full project. Submitting full project will be refused

You might also like