Flutter Essentials
When you complete this activity, you can earn the badge displayed above! View all the badges you have earned by visiting your profile page. Boost your cloud career by showing the world the skills you have developed!
Flutter Qwik Start
In this lab start with the Flutter template and walk through the environment. Understand the basic template and use hot reload to quickly render on screen changes in Flutter.
Build a Two Screen Flutter Application
In this lab you will build simple two page app that demonstrates the basics of Flutter. At the end of this lab you will have a simple application that demonstrates why Flutter is so popular with developers.
Working with Onscreen Data in a Flutter Application
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.
Implementing Page Navigation in a Flutter Application
In this lab you will create a Flutter app with a TabView to isolate data. Add navigation to the application to move directly to a page.