Slide of "Flutter Expensive Native Embedding Journey" at FlutterKaigi 2022.
- Flutter
- Flutter architectural overview
- Writing platform-specific code
- Issue | Unable to call a platform channel method from another isolate
- Support integrating with C/C++ in plugin framework
- dart:ffi
- Others
- Concurrency in Dart
- Dart asynchronous programming: Isolates and event loops
- Codemagic | Flutter isolates – everything you need to know
- What does "costly" mean in terms of software operations?
- sensuikan1973 | FFI in Flutter/Dart
- sensuikan1973/pedax | Real world example: desktop app has native logic and background threading with
dart:ffi