Update flutter web worker example too

This commit is contained in:
Simon Binder 2022-04-01 23:48:15 +02:00
parent 6e79a5b58c
commit e4671d40f7
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
This example demonstrates how a shared web worker can be used with Drift and Flutter.
To run this example:
- Run `./generate_js.sh`
- Run `./generate_js.sh`
- Then, run `flutter run` and select a browser to run the example
For more information visit https://drift.simonbinder.eu/web/

View File

@ -6,7 +6,7 @@ part of 'database.dart';
// MoorGenerator
// **************************************************************************
// ignore_for_file: unnecessary_brace_in_string_interps, unnecessary_this
// ignore_for_file: type=lint
class Entrie extends DataClass implements Insertable<Entrie> {
final int id;
final String value;

View File

@ -18,9 +18,9 @@ dev_dependencies:
drift_dev:
dependency_overrides:
drift:
drift:
path: ../../drift
drift_dev:
drift_dev:
path: ../../drift_dev
sqlparser:
path: ../../sqlparser