-
Notifications
You must be signed in to change notification settings - Fork 2
Task 1 : Make your own Profile
Abhinav Agrawal edited this page Jan 19, 2021
·
5 revisions
For this task we want you to create something personal, your very own Profile! The task is quite simple, you have to replicate the image shown below using the different Widgets you read about till now and a few others. Feel free to customize however you want, just make sure all the components given below are present.
Make sure that you document your progress, in the Markdown file that you created in Task 0, in the following format:
# Week 1
## Task Description:
// task description here
## App Screenshots:
// app screenshots here, please note than the screenshots should be appropriate in size so that they take a maximum of 2 rows.
// the number of screenshots to be added is entirely up to you, but make sure than there is at least one.
## Packages/Assets Used:
// mention all the packages and assets used Once you complete the above task, try to create buttons that change the color of the app as shown in the gif above.
Hint: Use Stateful Widgets and setState() function to add this functionality.