You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/guides/dart/flutter.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -696,7 +696,7 @@ class favoritesPage extends StatelessWidget {
696
696
}
697
697
```
698
698
699
-
You might notice at no point is the favorites list actually being fetched, so the `favoritesProvider` will always contain an empty favorites list. This will be handled in the next section where we build the navigation.
699
+
You might notice that at no point is the favorites list actually being fetched, so the `favoritesProvider` will always contain an empty favorites list. This will be handled in the next section where we build the navigation.
0 commit comments