Commit f0cae99
Source url: https://docs.flutter.dev/learn/pathway/tutorial/slivers
**Page**: Flutter Docs
**Tutorial Scope**: Flutter UI 102
**Global Lesson number**: 15 - _Advanced scrolling and slivers_
**Lesson Section**: 04 - _Create Advanced scrolling for contacts_
**Problem Description**
In the first placeholder code snippet of the specified lesson section,
there is a class misnomer (`ContactsListPage`) in the given else block:
`else {
return const ContactsListPage(listId: 0); // New, temporary
}`
The typo results in an error in the `adaptive_layout.dart` file during
that section of the tutorial.
This commit corrects the class name to ContactListsPage, defined in the
`lib/data/screens/contacts.dart` file.
1 parent 4a78d54 commit f0cae99
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments