-
Notifications
You must be signed in to change notification settings - Fork 61
[Chore] Upgrade flutter version and disable flutter deep linking to address breaking change #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Claude finished @quetool's task —— View job PR Review CompleteReviewing PR: [Chore] Upgrade flutter version and disable flutter deep linking to address breaking change OverviewThis PR upgrades Flutter from 3.35.1 to 3.38.3 and addresses a Flutter deep linking breaking change by disabling Flutter's automatic deep link handling in sample apps. The changes are isolated to example applications and CI/CD configurations. Issues Found1.
|
Description
Upgrade to latest flutter version 3.38.1 and address flutter breaking change as described in the following issue: flutter/flutter#179135
This only affects Sample Apps, not SDK
How Has This Been Tested?
Smoke and manual tests
Due Dilligence