Uh oh!
There was an error while loading. Please reload this page.
[webview_flutter]Adds support to intercept JavaScript alert/confirm/prompt dialog. - #5026
[webview_flutter]Adds support to intercept JavaScript alert/confirm/prompt dialog.#5026gtbluesky wants to merge 6 commits into
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
gtbluesky
commented
Sep 29, 2023
Hi @bparrishMines ,could you please check my first PR for this project, thx! |
* main: Roll Flutter from d3df8f6 to d42313c (4 revisions) (#5044) [webview_flutter] Adds app facing implementation to override console log (#4705) Roll Flutter from 57b5c3c to d3df8f6 (24 revisions) (#5043) [webview_flutter] Add a method for getting the user agent (#4472) [webview_flutter_android] Fix race condition in flaky test (#5037) [ci] Wait for LUCI test checkin in `release` (#4911) [webview_flutter_android][webview_flutter_wkwebview] Adds support for `getUserAgent` for `webview_flutter` platform implementations (#4927) [ci] Disable maps tests in Android emulator (#5003) [camera] Dispose resources correctly on setDescription (#4003) [webview_flutter_android] Adds Android implementation to override console log (#4702) [camera] Remove `@throw` from iOS implementation (#5034) Roll Flutter from ff4a0f6 to 57b5c3c (47 revisions) (#5036)
bparrishMines
commented
Oct 3, 2023
@gtbluesky Correct me if I'm wrong, but this is adding the same feature as #4704. That PR is already in the process of review, so I'm going to close this one in favor of the other one. |
gtbluesky
commented
Oct 8, 2023
@bparrishMines you are right, but my PR implementation is more standardized and according to your review requirements. |
bparrishMines
commented
Oct 11, 2023
@gtbluesky I'm not sure what you mean by that, but the other PR was following https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins |
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.