You are on page 1of 1

INFOLABZ IT SERVICES PVT LTD

1) Create flutter project, Add Scaffold widget. (assign orange color instead of
blue to Appbar )
2) Create App bar with title “INTERNSHIP”
3) Add 2 icons ( User and Cart ) at the right most side of App bar
4) Create floating action button and put + (add) icon over it. ( floating action
button color should be orange )
5) Create a drawer ( menu ) at left side of Appbar
6) Create bottom navigation bar contains 3 tabs ( with icon and text )
7) On click it should print tab 1 / tab 2 / tab 3 clicked.
(Try to search and understand widget structure [same as AppBar, body etc ]
This task will be solved / solution will be provided next week )

API : https://api.coindesk.com/v1/bpi/currentprice.json

- Try to load this API in your application


- Try to print bitcoin current live price in USD at center of body.

“Difficult challenges in programming, always lead to expertise”

You might also like