Sample Flutter application.
Task #1 :
- Create a new flutter project
- Change the color of the demo project
- Change the Icon widget of the add button and replace it with a Text widget containing the text "Add"
- Include an extra button in the app which when clicked will decrease the value of the variable by one.
- Intro to Widgets - (https://www.youtube.com/playlist?list=PLOU2XLYxmsIJyiwUPCou_OVTpRIn_8UMd)
- Begineer stuff - (https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ)
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our https://www.youtube.com/playlist?list=PLOU2XLYxmsIJyiwUPCou_OVTpRIn_8UMd online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.