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

Tasting Flutter Samples

konifar
November 28, 2017

Tasting Flutter Samples

konifar

November 28, 2017
Tweet

More Decks by konifar

Other Decks in Programming

Transcript

  1. • Flutter makes it easy and fast to build beautiful

    mobile apps. • Used by Google. • Inspired from React. What is Flutter?
  2. Differences from RN Flutter ReactNative Language Dart Javascript UI Support

    Support officially Depends on 3rd party libraries Rendering Own engine JS bridge & Native https://flutter.io/faq/
  3. • hello_world • catalog • layers • flutter_view • platform_channel

    • platform_channel_swift • platform_view • flutter_gallery • stocks Flutter Samples https://github.com/flutter/flutter/tree/master/examples Basic Component Sample Native Integration Advanced
  4. • hello_world • catalog • layers • flutter_view • platform_channel

    • platform_channel_swift • platform_view • flutter_gallery • stocks Flutter Samples https://github.com/flutter/flutter/tree/master/examples Basic Component Sample Native Integration Advanced