Flutter 的嵌入式支援
關於 Flutter 如何支援建立嵌入式體驗的詳細說明。
如果你想要將 Flutter 引擎嵌入到汽車、冰箱、恆溫器……你可以這麼做!例如,你可以在以下情境中嵌入 Flutter:
- 在「嵌入式裝置」上使用 Flutter,這類裝置通常是低功耗的硬體設備,例如智慧顯示器、恆溫器或類似裝置。
- 將 Flutter 嵌入到新的作業系統或環境中,例如全新的行動平台或作業系統。
嵌入 Flutter 的能力雖然已經穩定,但它使用的是低階 API,不 適合初學者。除了下方列出的資源外,你也可以考慮加入 Discord,Flutter 開發者(包含 Google 工程師)會在那裡討論 Flutter 的各種面向。Flutter 的社群頁面也有更多社群資源的資訊。
- 自訂 Flutter 引擎嵌入器(Custom Flutter Engine Embedders),位於 Flutter wiki。
-
GitHub 上 Flutter engine
embedder.h檔案中的文件註解。 - docs.flutter.dev 上的 Flutter 架構總覽。
- Flutter engine GitHub 儲存庫中的一個小型、獨立的 Flutter Embedder Engine GLFW 範例。
- 透過實作 Flutter 的自訂嵌入器 API,探索在終端機中嵌入 Flutter。
- Issue 31043:將 Flutter engine 移植到新作業系統的相關問題 也可能對你有所幫助。
Was this page's content helpful?
Unless stated otherwise, the documentation on this site reflects Flutter 3.44.0. Page last updated on 2026-06-14. View source or report an issue.