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

Flutter / Google I/O 2018 報告会 信州

Flutter / Google I/O 2018 報告会 信州

najeira

May 18, 2018
Tweet

More Decks by najeira

Other Decks in Technology

Transcript

  1. Beta 3 Google I/O 2018 May Beta 2: 2018-04 Beta

    1: 2018-02 Alpha: 2017-05 Flutter とは? 3
  2. 特徴 クロスプラットフォー ム Dart Reactive 自前UI (Material / iOS) オー

    プンソー ス on GitHub by Google 高い開発効率 高い実行パフォー マンス Flutter とは? 4
  3. Reactive React インスパイア build メソッドが返すWidget ツリー setState で状態を変えて再build Flutter は、

    前回build と今回build の Widget ツリー の 差分 を描画する Flutter とは? 7
  4. Hello, Flutter! void main() { runApp(new MaterialApp( home: new Scaffold(

    appBar: new AppBar( title: const Text('Hello, 信州'), ), body: const Center(child: const Text( 'This is Flutter!', style: const TextStyle(fontSize: 48.0), )), ), )); } Flutter とは? 12
  5. 多数のWidget よく使うもの Text, TextStyle, Icon, Theme, RaisedButton, FlatButton, Scaffold, AppBar,

    ListView, GridView, ScrollView, ListTile, ListBody, Container, Row, Column, Stack, Padding, Expand, Image, BottomNavigationBar, TabBar, TabBarView, MaterialApp, Drawer, Card, AlertDialog, Color, EdgeInset, InkWell, GestureDetector, ... Widget だけで1000 近くある Flutter とは? 13
  6. Flutter モバイルアプリのSDK Android / iOS 両対応 高い開発効率 ベー タ版 来年の

    I/O でバー ジョン 1.0 になるかも? Flutter とは? 18