Skip to content

Add a missing import and a note about an edge-case crash#13247

Open
sfshaza2 wants to merge 2 commits intomainfrom
fix-13192
Open

Add a missing import and a note about an edge-case crash#13247
sfshaza2 wants to merge 2 commits intomainfrom
fix-13192

Conversation

@sfshaza2
Copy link
Copy Markdown
Contributor

@sfshaza2 sfshaza2 commented Apr 2, 2026

Fixes #13192

The user has identified a missing import and a crash that can happen in a specific situation. Fixing this crash in a more sophisticated way involves state management so, in this case, we've added a note.

FYI: @lamek

@sfshaza2 sfshaza2 requested a review from johnpryan April 2, 2026 18:50
@sfshaza2 sfshaza2 requested a review from a team as a code owner April 2, 2026 18:50
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the navigation tutorial documentation by adding a missing import to a Dart code snippet and including a note regarding a known Hero tag exception that occurs when resizing the application. A review comment suggests correcting the description of the page where this exception occurs from 'contact list page' to 'contact detail page' to accurately reflect the scenario where a route has been pushed to the Navigator.

@flutter-website-bot
Copy link
Copy Markdown
Collaborator

flutter-website-bot commented Apr 2, 2026

Visit the preview URL for this PR (updated for commit 0bc91a5):

https://flutter-docs-prod--pr13247-fix-13192-r0b8rhqr.web.app

`lib/screens/contact_groups.dart` is implemented as follows:

```dart title="lib/screens/contact_groups.dart"
import 'package:rolodex/screens/contacts.dart';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed? Something doesn't seem right here, the rolodex package on pub.dev is not what we want (it's old and out of date), and the Rolodex project we were working on is no longer maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minor problems with Contacts app (Flutter UI 102 tutorial)

3 participants