Explain build_runner is necessary for web samples

This commit is contained in:
Simon Binder 2023-12-17 18:12:49 +01:00
parent 7046f24f0e
commit e1ab8abcb2
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ When running the app, either with `flutter run` or by running the outputs of
When running the app in a regular Dart VM, for instance through `flutter test`,
you need to ensure that sqlite3 is available yourself. See the [documentation](https://drift.simonbinder.eu/docs/platforms/#desktop)
for more details on this.
To run or build this app on the web, first run `build_runner build` to compile
the web worker used to access databases.
## Development