Skip to content

Commit d7a0711

Browse files
committed
Update readme
1 parent 3f4cdd4 commit d7a0711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/supabase-todolist-drift/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PowerSync + Supabase + Drift Flutter Demo: Todo List App
22

33
This demo app is an extension of the [Supabase Todo List App](../supabase-todolist/README.md) and showcases how to set up and use the [drift_sqlite_async](https://pub.dev/packages/drift_sqlite_async) library (Drift ORM) with PowerSync.
4+
This demo also uses [riverpod](https://riverpod.dev) to highlight best practices for state management.
45

56
Notes about the Drift usage are [further below](#drift).
67

@@ -52,5 +53,5 @@ Insert the credentials of your new Supabase and PowerSync projects into `lib/app
5253
The `database.g.dart` file containing the \_$AppDatabase class has to be generated if there are changes made to the `database.dart` file.
5354

5455
- `dart run build_runner build` generates all the required code once.
55-
- `dart run build_runner build --delete-conflicting-outputs` deletes previously generated files and generates the required code once.
56+
- `dart run build_runner build -d` deletes previously generated files and generates the required code once.
5657
- `dart run build_runner watch` watches for changes in your sources and generates code with incremental rebuilds. This is better for development.

0 commit comments

Comments
 (0)