Skip to content

Commit 38eba5d

Browse files
committed
Simplify additional config
1 parent 72ae64d commit 38eba5d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

packages/powersync/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Our [full SDK reference](https://docs.powersync.com/client-sdk-references/flutte
2222

2323
## **Web support - Beta**
2424

25-
Web support in version 1.9.0 is currently in a beta release. It is functionally ready for production use, provided that you've tested your use cases.
25+
Flutter Web support in version 1.9.0 is currently in a beta release. It is functionally ready for production use, provided that you've tested your use cases.
2626

27-
Please familiarize yourself with the Current Limitations for Web documented [here](https://docs.powersync.com/client-sdk-references/flutter/flutter-web-support#current-limitations).
27+
Please familiarize yourself with the Current Limitations for Flutter Web documented [here](https://docs.powersync.com/client-sdk-references/flutter/flutter-web-support#current-limitations).
2828

2929
### Demo app
3030

3131
The easiest way to test Flutter Web support is to run the [Supabase Todo-List](https://github.com/powersync-ja/powersync.dart/tree/main/demos/supabase-todolist) demo app:
3232

33-
1. Checkout [this repo's](https://github.com/powersync-ja/powersync.dart/tree/main) `main` branch.
33+
1. Clone [this repo](https://github.com/powersync-ja/powersync.dart/tree/main).
3434

3535
- 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 directory and make sure it succeeds.
3636

@@ -49,11 +49,7 @@ flutter pub add powersync:'^1.9.0'
4949

5050
#### Additional config
5151

52-
Web support requires `sqlite3.wasm` and worker (`powersync_db.worker.js` and `powersync_sync.worker.js`) assets to be served from the web application. They can be downloaded to the web directory by running the following command in your application's root folder.
53-
54-
```bash
55-
dart run powersync:setup_web
56-
```
52+
Additional config is required for web projects. Please see our docs [here](https://docs.powersync.com/client-sdk-references/flutter/flutter-web-support#additional-config) for details.
5753

5854
# Changelog
5955

0 commit comments

Comments
 (0)