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

LINE TECHPULSE 2020 - LINE LINE SHOPPING App with Flutter

LINE TECHPULSE 2020 - LINE LINE SHOPPING App with Flutter

LINE LINE SHOPPING App with Flutter by Chia-Cheng Chu (Aaron) @ LINE TECHPULSE 2020 https://techpulse.line.me/

LINE Developers Taiwan

December 18, 2020
Tweet

More Decks by LINE Developers Taiwan

Other Decks in Programming

Transcript

  1. Hybrid Composition Hybrid composition refers to the ability of composing

    native views alongside Flutter widgets https://github.com/flutter/flutter/wiki/Hybrid-Composition
  2. Hybrid Composition Hybrid composition refers to the ability of composing

    native views alongside Flutter widgets https://github.com/flutter/flutter/wiki/Hybrid-Composition
  3. Hybrid Composition Side Effect App is prone to crash while

    switching between foreground and background https://github.com/flutter/flutter/issues/63897
  4. Hybrid Composition Side Effect Beta channel is fine to use

    if necessary https://flutter.dev/docs/development/tools/sdk/releases?tab=macos
  5. Wrap Up › Pay attention to Flutter framework/engine issues ›

    Introduce BLoC and demonstrate how to use it