| # Documentation |
| |
| ## Documentation applicable to all interop |
| |
| - [3 Layers in Dart Interop](interop-layers.md) |
| - [Performance analysis and improvements](performance.md) |
| |
| ## Guides |
| |
| - [C interop using dart:ffi](https://dart.dev/interop/c-interop) and the related |
| pages about interop with other languages. |
| - [Flutter platform integration and native |
| interop](https://docs.flutter.dev/platform-integration) and the nested pages |
| related to binding to native code. |
| - [Build and link hooks](https://dart.dev/tools/hooks). |
| |
| ## Libraries and Packages |
| |
| - [dart:ffi API reference](https://api.dart.dev/stable/dart-ffi/dart-ffi-library.html) |
| - Each package in this repository contains its own documentation in its respective `README.md` file. |