Seamless Flutter Native Integration: FFI & Pigeon by Dreamwalker

FlutterKaigi 2024
一般セッション

Seamless Flutter Native Integration: FFI & Pigeon

jaichangpark Dreamwalker jaichangpark

概要

This presentation introduces two tools for bridging Flutter apps with native code: FFI (Foreign Function Interface) and Pigeon. FFI enables direct calls to C/C++ functions, optimizing performance and hardware access. Pigeon streamlines method invocations between Flutter and native platforms (Android/iOS), facilitating better data communication. I’ll demonstrate the implementation and success stories of using these tools to enhance native functionality in Flutter applications.

想定視聴者

Aiming to expand knowledge of FFI & Pigeon for native platform integration.