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. Tasting Flutter
    Samples
    potatotips#45
    @konifar

    View Slide

  2. • GitHub/Twitter: @konifar
    • Blog: konifar.hatenablog.com

    konifar-zatsu.hatenadiary.jp
    • Podcast: yome.fm
    @konifar

    View Slide

  3. Flutter
    https://flutter.io/

    View Slide

  4. • Flutter makes it easy and fast to build
    beautiful mobile apps.
    • Used by Google.
    • Inspired from React.
    What is Flutter?

    View Slide

  5. 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/

    View Slide

  6. Awesome Codelab

    View Slide

  7. • 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

    View Slide

  8. flutter_view
    How to embed Flutter
    within an iOS or Android
    application.

    View Slide

  9. Stocks
    How to create material-
    designed app and
    localize it.

    View Slide

  10. flutter_gallery
    How to create material
    designed app and
    implement animation.

    View Slide

  11. View Slide

  12. View Slide

  13. View Slide

  14. View Slide

  15. View Slide

  16. View Slide

  17. • 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

    View Slide

  18. Thanks

    View Slide