Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/content/packages-and-plugins/developing-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/content/platform-integration/android/c-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Removing this reference definition will result in a broken link at line 29, where [ios-ffi] is still used in the text. Please update or remove the sentence referencing iOS interop in the note block at the top of the file.

[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
Expand Down
8 changes: 0 additions & 8 deletions src/content/platform-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@ Learn how to add custom integrations with iOS to your Flutter app.
<p>Learn about plugins that support functionality from native iOS frameworks.</p>
</div>
</a>
<a class="card outlined-card" href="/platform-integration/ios/c-interop">
<div class="card-header">
<span class="card-title">Bind to native code</span>
</div>
<div class="card-content">
<p>Learn how to bind to native C, Objective-C, and Swift code from your app.</p>
</div>
</a>
<a class="card outlined-card" href="/platform-integration/ios/platform-views">
<div class="card-header">
<span class="card-title">Embed an iOS view</span>
Expand Down
232 changes: 0 additions & 232 deletions src/content/platform-integration/ios/c-interop.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/content/platform-integration/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ or begin improving integration with iOS.
<li>
<a class="text-button" href="/deployment/ios">Build and deploy to iOS</a>
</li>
<li>
<a class="text-button" href="/platform-integration/ios/c-interop">Bind to native iOS code</a>
</li>
<li>
<a class="text-button" href="/platform-integration/ios/apple-frameworks">Leverage system frameworks</a>
</li>
Expand Down
1 change: 0 additions & 1 deletion src/content/platform-integration/macos/c-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ This feature is not yet supported for web plugins.


[android-ffi]: /platform-integration/android/c-interop
[ios-ffi]: /platform-integration/ios/c-interop
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Removing this reference definition will result in a broken link at line 32, where [ios-ffi] is still used in the text. Please update or remove the sentence referencing iOS interop in the note block at the top of the file.

[dart:ffi]: {{site.dart.api}}/dart-ffi/dart-ffi-library.html
[FFI]: https://en.wikipedia.org/wiki/Foreign_function_interface

Expand Down
Loading