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.
@nisrulz #GDDEuropeExtended APK Analyzer Android Oreo Profile any debuggable APK Android Nougat and below Enable advanced profiling, build and deploy from AS 3.0 Memory allocations need recording first (like CPU tracing)
@nisrulz #GDDEuropeExtended import 'package:flutter/material.dart'; void main() { runApp(new MaterialApp( // 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!"), ),),)));}