Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f9abb1

Browse filesBrowse files
Comment typo
1 parent 5cb2c4f commit 0f9abb1
Copy full SHA for 0f9abb1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/flutter/lib/src/widgets/heroes.dart

Copy file name to clipboardExpand all lines: packages/flutter/lib/src/widgets/heroes.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ class HeroController extends NavigatorObserver {
928928
// For pop transitions driven by a user gesture: if the "to" page has
929929
// maintainState = true, then the hero's final dimensions can be measured
930930
// immediately because their page's layout is still valid. Unless due to directly
931-
// adding routes to the pages stack caused the route to never get laid out.
931+
// adding routes to the pages stack causing the route to never get laid out.
932932
final bool needsLayout = toRoute.subtreeContext?.findRenderObject()?.debugNeedsLayout ?? true;
933933
if (isUserGestureTransition &&
934934
flightType == HeroFlightDirection.pop &&

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.