flutter-interoperating-with-native-apis
We need to translate the given text from English to French. The text describes accessing native APIs from Flutter code, mentioning three integration approaches: FFI, Platform Channels, and Platform Views. We must preserve the name "flutter-interoperating-with-native-apis" but it's not in the text, so we ignore. Also preserve technical terms like FFI, Platform Channels, Pigeon, Kotlin, Swift, Objective-C, Platform Views, dart:ffi, build.dart, extern "C", package:ffigen, etc. No extra commentary. Just translate the text inside <text>. The text: "Access device-specific native APIs on Android, iOS, and web from Flutter code. Supports three integration approaches: FFI for direct C/C++ binding, Platform Channels (with Pigeon for type safety) for calling Kotlin/Swift/Objective-C, and Platform Views for embedding native UI components FFI uses dart:ffi with automatic build compilation via build.dart hooks; requires extern "C" symbols and package:ffigen for Dart binding generation Platform Channels
npx skills add https://github.com/flutter/skills --skill flutter-interoperating-with-native-apis