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
18 changes: 9 additions & 9 deletions src/content/interop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ sitemap: false
noindex: true
---

<div class="card-list no_toc_section">
{% card "C interop & FFI", "/interop/c-interop" %}
<div class="card-grid no_toc_section">
<Card title="C interop & FFI" link="/interop/c-interop">
Learn how to interop with C libraries and code from Dart.
{% endcard %}
{% card "Java interop", "/interop/java-interop" %}
</Card>
<Card title="Java interop" link="/interop/java-interop">
Learn how to interop with Java code, such as on Android, from Dart.
{% endcard %}
{% card "Objective-C & Swift interop", "/interop/objective-c-interop" %}
</Card>
<Card title="Objective-C & Swift interop" link="/interop/objective-c-interop">
Learn how to interop with Objective-C and Swift code,
such as on iOS, from Dart.
{% endcard %}
{% card "JS interop", "/interop/js-interop" %}
</Card>
<Card title="JS interop" link="/interop/js-interop">
Learn how to interop with the web and other JavaScript code from Dart.
{% endcard %}
</Card>
</div>
Loading