flutter-interoperating-with-native-apis作者: flutter
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 provide asynchronous messaging between...
npx skills add https://github.com/flutter/skills --skill flutter-interoperating-with-native-apis來自 flutter 的更多技能
dart-modern-features
by flutter
To find candidates for modernization:
dart-log-failure-parser
by flutter
Parse failures from Dart and Flutter test logs.
find-release
by flutter
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart…
flutter-pr-checks-finder
by flutter
Find failing checks on a Flutter PR and locate the corresponding LUCI log URLs.
rebuilding-flutter-tool
by flutter
Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.
upgrade-browser
by flutter
Upgrade browser versions (Chrome or Firefox) in the Flutter Web Engine and/or Framework tests. Use when asked to roll or upgrade Chrome or Firefox to a newer…
create-catalog-item
by flutter
Use this skill when the user asks to create a new CatalogItem, data class, and/or widget class based on a JSON Schema definition in an application that uses…
genui-helper
by flutter
This skill provides workflows and best practices specific to the genui repository.