blob: 527b4505f3c20d05a164baba52e22bad593c3a9c [file] [log] [blame] [view]
# 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.