Skip to content
Merged
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
2 changes: 1 addition & 1 deletion client-sdks/advanced/attachments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We provide attachment helpers for multiple platforms:
| **Flutter** | [Built-in attachments (alpha)](https://pub.dev/documentation/powersync_core/latest/topics/attachments-topic.html) | v1.16.0 | [Flutter Todo](https://github.com/powersync-ja/powersync.dart/tree/main/demos/supabase-todolist) |
| **Swift** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-swift/blob/main/Sources/PowerSync/attachments/README.md) | v1.0.0 | [iOS Demo](https://github.com/powersync-ja/powersync-swift/tree/main/Demos/PowerSyncExample) |
| **Kotlin** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-kotlin/tree/main/common/src/commonMain/kotlin/com/powersync/attachments) | v1.0.0 | [Android Todo](https://github.com/powersync-ja/powersync-kotlin/tree/main/demos/android-supabase-todolist) |
| **.NET** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-dotnet/tree/main/PowerSync/PowerSync.Common/Attachments) | v0.1.2 | - |
| **.NET** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-dotnet/tree/main/PowerSync/PowerSync.Common/Attachments) | v0.1.2 | [MAUI Todo](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/MAUITodo) |

<Note>
Most demo applications use Supabase Storage as the storage provider, but the patterns are adaptable to any storage system.
Expand Down
1 change: 1 addition & 0 deletions intro/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ All examples are organized by platform and backend technology. You can adapt any
- A Windows desktop to-do list app built with WPF.
- [MAUI To-Do List App](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/MAUITodo#readme)
- A cross-platform to-do list app for Android, iOS, and Windows.
- Demonstrates [File/Attachment Handling](/client-sdks/advanced/attachments)
</Accordion>
<Accordion title="Rust (alpha)" icon="rust">
#### Examples
Expand Down
Loading