GDD Europe Extended was organized at GDG Cloud Vancouver. This session covers a recap of what happened at GDD Europe Event. Towards the end is a demo of Flutter Framework.
Title title: "Simple Material App", // Home home: new Scaffold( // Appbar appBar: new AppBar( // Title title: new Text("Simple Material App"), ), // Body body: new Container( // Center the content child: new Center( // Add Text child: new Text("Hello World!"), ),),)));}