-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[webview_flutter] Add loadRequest functionality to app facing package. #4573
[webview_flutter] Add loadRequest functionality to app facing package. #4573
Conversation
…w_flutter/request_url_app
…w_flutter/request_url_app
…w_flutter/request_url_app
…w_flutter/request_url_app
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.
Small typo to fix when you update this once Android finishes postsubmit tests and in published.
Test retries finally survived flaky tests; Android is published! |
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to master. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master, unless this is an intentional hotfix/cherrypick. |
Oh no, the rogue redirect bot runs when changing a PR from draft to non-draft 😱 |
Wait, there is UI to fix this after all. Whew. Not sure why I couldn't find it before. |
@stuartmorgan Pretty sure I've seen this happening on multiple PRs today. Is it alright to merge when the bot has changed it to |
It's happening to every new PR today; there's an infra ticket open to find out what's going on.
Once the PR has been manually switched back to targeting |
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.
LGTM
flutter#4573) * Add android implementations for loadRequest. * Update changelog and pubspec. * Fix comment. * Fix comment. * Add tests * Add back removed license headers * Fix analysis error * Add support for loadRequest to app facing package * Add test * Comment pending dependency in pubspec * Remove workaround for supporting custom headers when making post requests on Android. * Document android workaround in dart doc * Enforce uri scheme * Update loadRequest dartdoc * Document android workaround in readme * Processed PR feedback. * Updated dependency, version and changelog.
flutter#4573) * Add android implementations for loadRequest. * Update changelog and pubspec. * Fix comment. * Fix comment. * Add tests * Add back removed license headers * Fix analysis error * Add support for loadRequest to app facing package * Add test * Comment pending dependency in pubspec * Remove workaround for supporting custom headers when making post requests on Android. * Document android workaround in dart doc * Enforce uri scheme * Update loadRequest dartdoc * Document android workaround in readme * Processed PR feedback. * Updated dependency, version and changelog.
Adds the
loadRequest
method to the WebViewController.As this PR contains and depends on changes from #4563, containing the native implementation for Android, this PR will remain in draft mode until those changes have been merged and published.Likewise, this should not be merged before #4558, as the proposed workaround for setting headers with a post request on Android is based on this functionality being available.Related issue:
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.md
to add a description of the change, [following repository CHANGELOG style].///
).