flutter_assignment_1

A new Flutter project.

Getting Started

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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Project Rubrics

1) Create a new Flutter App (in this project) and output an AppBar and some text below it
2) Add a button which changes the text (to any other text of your choice)
3) Split the app into three widgets: App, TextControl & Text