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-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ 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 the powersync.dart repo's `alpha_release`` branch.
13
+
1. Checkout this repo's `alpha_release` branch.
14
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.
15
15
2. Run `melos prepare` in the project's root
16
16
3. cd into the `demos/supabase-todolist` folder
@@ -21,7 +21,9 @@ The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos
21
21
22
22
Install the latest alpha version of the package, for example:
23
23
24
-
```flutter pub add powersync:1.3.0-alpha.1```
24
+
```
25
+
flutter pub add powersync:1.3.0-alpha.1
26
+
```
25
27
26
28
### Additional config
27
29
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.
@@ -81,10 +83,10 @@ Direct access to the synchronous `CommonDatabase` (`sqlite.Database` equivalent
81
83
82
84
## Examples
83
85
84
-
For complete app examples, see our [example app gallery](https://docs.powersync.com/resources/demo-apps-example-projects#flutter)
86
+
For complete app examples, see our [example app gallery](https://docs.powersync.com/resources/demo-apps-example-projects#flutter).
85
87
86
88
87
-
For examples of some common patterns, see our [example snippets](./example/README.md)
89
+
For examples of some common patterns, see our [example snippets](./example/README.md).
0 commit comments