-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Pull in main branch into v4_webview #6661
Conversation
…d forceCodeForRefreshToken parameter (flutter#3356)
…refer_const_contructor (flutter#6463)
…_purchase/in_app_purchase/example/android/app (flutter#6481)
… prefer_const_literals_to_create_immutables (flutter#6499)
…/google_sign_in/google_sign_in_android/android (flutter#6361)
…lutter#6469)" (flutter#6506) This reverts commit 1c47c3b.
|
Note: this branch is duplicating commit hashes from |
stuartmorgan-g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM once the pub get resolving failures are addressed.
We're developing the new v4 interface in parallel with the current interface, but made some tactical mistakes in the development and ended up in a situation where iterating the v4 interface would actually require a major version change (because we started building the new implementations in-tree before finding issues in the interface). To avoid that, we're finishing v4 in a branch, and then will do a single breaking change to adopt v4 as the new interface once we have things working end to end on the branch. |
Pulls the
mainbranch into thev4_webviewbranch. This is for work being done for flutter/flutter#94051.Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.