diff --git a/src/content/packages-and-plugins/developing-packages.md b/src/content/packages-and-plugins/developing-packages.md index 94a2c5f8c1..aa264a5137 100644 --- a/src/content/packages-and-plugins/developing-packages.md +++ b/src/content/packages-and-plugins/developing-packages.md @@ -1020,7 +1020,6 @@ PENDING [federated plugins]: #federated-plugins [ffigen docs]: {{site.pub-pkg}}/ffigen/install [Android]: /platform-integration/android/c-interop -[iOS]: /platform-integration/ios/c-interop [macOS]: /platform-integration/macos/c-interop [`fluro`]: {{site.pub}}/packages/fluro [Flutter editor]: /tools/editors diff --git a/src/content/platform-integration/android/c-interop.md b/src/content/platform-integration/android/c-interop.md index ff52225d09..9dc5fe05e2 100644 --- a/src/content/platform-integration/android/c-interop.md +++ b/src/content/platform-integration/android/c-interop.md @@ -26,14 +26,13 @@ _native interface_ and _language bindings._ :::note This page describes using the `dart:ffi` library in Android apps. For information on iOS, see -[Binding to native iOS code using dart:ffi][ios-ffi]. +Binding to native iOS code using `dart:ffi`. For information in macOS, see [Binding to native macOS code using dart:ffi][macos-ffi]. This feature is not yet supported for web plugins. ::: -[ios-ffi]: /platform-integration/ios/c-interop [dart:ffi]: {{site.dart.api}}/dart-ffi/dart-ffi-library.html [macos-ffi]: /platform-integration/macos/c-interop [FFI]: https://en.wikipedia.org/wiki/Foreign_function_interface diff --git a/src/content/platform-integration/index.md b/src/content/platform-integration/index.md index c2a9bfa8f9..9a209d7370 100644 --- a/src/content/platform-integration/index.md +++ b/src/content/platform-integration/index.md @@ -188,14 +188,6 @@ Learn how to add custom integrations with iOS to your Flutter app.
Learn about plugins that support functionality from native iOS frameworks.
- -Learn how to bind to native C, Objective-C, and Swift code from your app.
-