-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[Web] : In release/profile mode, TabBar with flexibleSpace throws NoSuchMethodError exception #85136
Copy link
Copy link
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appdependency: dartDart team may need to help usDart team may need to help usfound in release: 2.2Found to occur in 2.2Found to occur in 2.2found in release: 2.3Found to occur in 2.3Found to occur in 2.3has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appdependency: dartDart team may need to help usDart team may need to help usfound in release: 2.2Found to occur in 2.2Found to occur in 2.2found in release: 2.3Found to occur in 2.3Found to occur in 2.3has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Steps to Reproduce
Hi,
When I launch in Release/Profile mode, the following code will cause the problem shown in the picture.
Expected results:

in debug model
Actual results:

in release/profile model
Code
Logs