> For the complete documentation index, see [llms.txt](https://devbook.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devbook.site/2-ji-cheng.md).

# 第二章：原生项目集成Flutter

本章介绍在已有的原生项目中集成Flutter，以使得您的原生项目中的部分界面/功能可以通过Flutter来实现。

本章目前主要介绍在iOS项目中集成Flutter、在Android项目中集成Flutter两个部分。

其他参考资料：

* [flutter自家的混编wiki:Add Flutter to existing apps](https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps)

[点击此处，进入本章第1节的正式学习 >](/2-ji-cheng/ios-xiang-mu-ji-cheng-flutter.md)
