Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Google I/O 2017 報告会 Flutter/Dart

najeira
June 10, 2017

Google I/O 2017 報告会 Flutter/Dart

najeira

June 10, 2017
Tweet

More Decks by najeira

Other Decks in Technology

Transcript

  1. Reactive Widget build(BuildContext context) { return new Row( children: <Widget>[

    new RaisedButton( onPressed: increment, child: new Text('Increment'), ), new Text('Count: $counter'), ], ); }