In this lab you will develop a Flutter app using a ListView widget. Learn how to contruct a Flutter application that is capable of efficiently showing a list of data. Customise the application AppBar to provide additional functionality.
Overview
Syllabus
- GSP1011
- Overview
- Task 1. Open the Code Server Editor
- Task 2. Creating a Flutter Template
- Task 3. Opening the new app
- Task 4. Running the Flutter Web application
- Task 5. Adding Boilerplate code
- Task 6. Designing our application
- Task 7. Working with AppBar
- Task 8. Working with ListView
- Task 9. Adding interactivity
- Task 10. Creating a Details page
- Task 11. Navigating between pages
- Congratulations!