File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos
2222Install the latest alpha version of the package, for example:
2323
2424```
25- flutter pub add powersync:1.3.0-alpha.1
25+ flutter pub add powersync:'^ 1.3.0-alpha.1'
2626```
27+
2728The latest prerelease version can be found [ here] ( https://pub.dev/packages/powersync/versions ) .
2829
2930### Additional config
@@ -97,7 +98,9 @@ You'll need to create a PowerSync account and set up a PowerSync instance. You c
9798### Install the package
9899To test web support, install the latest alpha version of the SDK, for example:
99100
100- ``` flutter pub add powersync:1.3.0-alpha.1 ```
101+ ```
102+ flutter pub add powersync:'^1.3.0-alpha.1'
103+ ```
101104
102105The latest prerelease version can be found [ here] ( https://pub.dev/packages/powersync/versions ) .
103106
You can’t perform that action at this time.
0 commit comments