You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/powersync/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Web support is currently in an alpha release. This Readme has been updated to re
10
10
11
11
The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
12
12
13
-
1. Checkout this repo's `alpha_release` branch.
14
-
* Note: If you are an existing user updating to the latest code after a git pull, run `melos exec 'flutter pub upgrade'` in the project's root and make sure it succeeds.
* Note: If you are an existing user updating to the latest code after a git pull, run `melos exec 'flutter pub upgrade'` in the repo's root and make sure it succeeds.
15
+
2. Run `melos prepare` in the repo's root
16
16
3. cd into the `demos/supabase-todolist` folder
17
17
4. If you haven’t yet: `cp lib/app_config_template.dart lib/app_config.dart` (optionally update this config with your own Supabase and PowerSync project details).
18
18
5. Run `flutter run -d chrome`
@@ -24,6 +24,7 @@ Install the latest alpha version of the package, for example:
24
24
```
25
25
flutter pub add powersync:1.3.0-alpha.1
26
26
```
27
+
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
27
28
28
29
### Additional config
29
30
Web support requires `sqlite3.wasm` and `powersync_db.worker.js` assets to be served from the web application. This is typically achieved by placing the files in the project `web` directory.
@@ -98,6 +99,8 @@ To test web support, install the latest alpha version of the SDK, for example:
98
99
99
100
```flutter pub add powersync:1.3.0-alpha.1```
100
101
102
+
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
103
+
101
104
If you want to install the latest stable version of the SDK, run:
0 commit comments