Tasting FlutterSamplespotatotips#45@konifar
View Slide
• GitHub/Twitter: @konifar• Blog: konifar.hatenablog.com konifar-zatsu.hatenadiary.jp• Podcast: yome.fm@konifar
Flutterhttps://flutter.io/
• Flutter makes it easy and fast to buildbeautiful mobile apps.• Used by Google.• Inspired from React.What is Flutter?
Differences from RNFlutter ReactNativeLanguage Dart JavascriptUI Support Support officiallyDepends on 3rd partylibrariesRendering Own engine JS bridge & Nativehttps://flutter.io/faq/
Awesome Codelab
• hello_world• catalog• layers• flutter_view• platform_channel• platform_channel_swift• platform_view• flutter_gallery• stocksFlutter Sampleshttps://github.com/flutter/flutter/tree/master/examplesBasicComponent SampleNative IntegrationAdvanced
flutter_viewHow to embed Flutterwithin an iOS or Androidapplication.
StocksHow to create material-designed app andlocalize it.
flutter_galleryHow to create materialdesigned app andimplement animation.
Thanks