Skip to content
Merged
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
9 changes: 8 additions & 1 deletion client-sdk-references/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
</Card>
</CardGroup>

### Quickstart

Get started quickly by using the self-hosted **Flutter** + **Supabase** template

📂 GitHub Repo
[https://github.com/powersync-community/flutter-powersync-supabase](https://github.com/powersync-community/flutter-powersync-supabase)

### SDK Features

<SdkFeatures />
Expand Down Expand Up @@ -75,7 +82,7 @@
Similar functionality exists in the [CLI](/usage/tools/cli).

</Info>
The types available are `text`, `integer` and `real`. These should map directly to the values produced by the [Sync Rules](/usage/sync-rules). If a value doesn't match, it is cast automatically. For details on how Postgres types are mapped to the types below, see the section on [Types](/usage/sync-rules/types) in the _Sync Rules_ documentation.

Check warning on line 85 in client-sdk-references/flutter.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

client-sdk-references/flutter.mdx#L85

Did you really mean '_Sync'?

Check warning on line 85 in client-sdk-references/flutter.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

client-sdk-references/flutter.mdx#L85

Did you really mean 'Rules_'?

**Example**:

Expand Down Expand Up @@ -376,4 +383,4 @@

## Supported Platforms

See [Supported Platforms -> Dart SDK](/resources/supported-platforms#dart-sdk).
See [Supported Platforms -> Dart SDK](/resources/supported-platforms#dart-sdk).