Flutter Essentials

Go to class
Write Review

Flutter Essentials provided by Qwiklabs is a comprehensive online course, which lasts for 6 hours worth of material. Upon completion of the course, you can receive an e-certificate from Qwiklabs. The course is taught in Englishand is Free Certificate. Visit the course page at Qwiklabs for detailed price information.

Overview
  • Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this quest you will learn how to create a Flutter app using generated template code. Be sure to tag #flutterfestival in your social posts!

Syllabus
    • Flutter Qwik Sta
      • 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.
    • uild a Two Screen Flutter Applicatio
      • 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 Applicatio
      • 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 Applicatio
      • 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.