I completed a Codelab using Flutter! The following source code is located in lib/main.dart
in my Flutter project.
The Code
About Flutter
Flutter is a framework built around Widgets. Once a program has been written, it can be compiled into JavaScript for the web, embedded code, or native code for Windows, Linux, Android, & iOS. Write once, run anywhere!