Skip to content
Abhinav Agrawal edited this page Jan 28, 2021 · 3 revisions

Task 2

In this task, you will be implementing an app which has multiple pages and possibly links. Since these are the times, where we are struck with a pandemic, we will build a COVID Information App!

The app should look something like this:

Try and use different text styles, fonts and images. Look for the information given inside the individual tabs online and add valid/verified facts only. You can add more sections if you want but make sure that the sections in the screenshots are at least present.


Documenting Your Work

To submit your work for this task, follow these steps :

  • Create a folder named Task 2
  • We need you to add only the assets, lib folders, the pubspec.yaml file, and screenshots of your app. Please note that you have to add all these files and folder in the Task 2 folder.

Make sure that you document your progress, in the Markdown file that you created in Task 0, in the following format:

# Week 2

## 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 two.

## Packages/Assets Used:
// mention all the packages and assets used 

Bonus Task

Try and implement Dark Mode in the App.
Hint: Use setState. Avoid using the system dark theme settings in the app.

Clone this wiki locally