File tree 1 file changed +5
-2
lines changed 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
22
22
Install the latest alpha version of the package, for example:
23
23
24
24
```
25
- flutter pub add powersync:1.3.0-alpha.1
25
+ flutter pub add powersync:'^ 1.3.0-alpha.1'
26
26
```
27
+
27
28
The latest prerelease version can be found [ here] ( https://pub.dev/packages/powersync/versions ) .
28
29
29
30
### Additional config
@@ -97,7 +98,9 @@ You'll need to create a PowerSync account and set up a PowerSync instance. You c
97
98
### Install the package
98
99
To test web support, install the latest alpha version of the SDK, for example:
99
100
100
- ``` flutter pub add powersync:1.3.0-alpha.1 ```
101
+ ```
102
+ flutter pub add powersync:'^1.3.0-alpha.1'
103
+ ```
101
104
102
105
The latest prerelease version can be found [ here] ( https://pub.dev/packages/powersync/versions ) .
103
106
You can’t perform that action at this time.
0 commit comments