not used. • UI is rendered by Flutter’s own rendering engine. • Flutter rendering is fast. • Flutter offers: Material widgets, „Cupertino“ rewrite of iOS UI, customizable basic widgets
title: new Text(widget.title), ), body: new Center( child: new Column( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ new Text('You have pushed the button this many times:',), new Text(‚$_counter', style: Theme.of(context).textTheme.display1,), ], ), ), floatingActionButton: new FloatingActionButton( onPressed: _incrementCounter, tooltip: 'Increment', child: new Icon(Icons.add), ), );
Flutter (Workshop) • Brian Egan: Build a reactive Flutter app! • Tomek Polanski: I convinced Groupon to Flutter. Do the same with your company. • Matthias Friedrich: Production Flutter’ing • Alternative for sharing business logic: Kotlin Multiplatform • Tobias Heine, Said Tahsin Dane: (Code) Sharing is caring