An exercise from Maximilian Schwarzmüller's course on Flutter & Dart - The Complete Guide on Udemy.
A Simple App, where a user can change the text on the screen repeatedly by triggering an event i.e. clicking on the button.
- Create a new Flutter App (in this project) and output an AppBar and some text below it
- Add a button which changes the text (to any other text of your choice)
- Split the app into three widgets: App, TextControl & Text
Simulator used was an iPhone 12 Pro Max.