We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78173f commit 4343412Copy full SHA for 4343412
demos/supabase-todolist/lib/widgets/todo_list_page.dart
@@ -125,7 +125,7 @@ class _SyncStreamTodosState extends State<_SyncStreamTodoListWidget> {
125
builder: (context, snapshot) {
126
final hasSynced = switch (_listSubscription) {
127
null => null,
128
- final sub => snapshot.requireData.statusFor(sub),
+ final sub => snapshot.requireData.forStream(sub),
129
}
130
?.subscription
131
.hasSynced ??
0 commit comments