-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.f: routesNavigator, Router, and related APIs.Navigator, Router, and related APIs.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework team
Description
This seems to be a very common source of bugs when using the Hero API:
- Heroes don't handle inherited properties #213
- Hero wrapping a widget that require Material widget ancestor #34119
- Text in Hero red when animating #30647
- Text in Hero glitches during transition #12463
and in the framework:
- Unable to Change TextSelectionHandleColor using Theme Widget #34640
- Hero inserts widgets After Dispose #35555 (not really in the same category but somewhat related)
Workaround
As a temporary workaround, manually wrap whatever is missing inside the hero, or in its shuttleBuilder.
See: #30647 (comment)
additional context:
#6072 (comment)
creativecreatorormaybenot, AndreHaueisen, Piinks, MartinNiederl, martinory and 42 more
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.f: routesNavigator, Router, and related APIs.Navigator, Router, and related APIs.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework team