-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[webview_flutter] Support new onUrlChanged event on Android. #4511
[webview_flutter] Support new onUrlChanged event on Android. #4511
Conversation
…w_flutter/url_notifications_android
…w_flutter/url_notifications_android
…w_flutter/url_notifications_android
packages/webview_flutter/webview_flutter_android/example/android/build.gradle
Outdated
Show resolved
Hide resolved
...iew_flutter/webview_flutter_android/example/android/gradle/wrapper/gradle-wrapper.properties
Outdated
Show resolved
Hide resolved
|
@BeMacized are you still interested in working on this PR? Is there anything you need from anyone? |
|
@Hixie We stopped working on this feature due to there being no good way to implement it in the current structure without a breaking change. The changes to the platform interface these PRs depend on that were merged have been reverted. Once #94051 has been resolved I'll be happy to pick it back up again. |
|
@BeMacized should we close this PR in the meantime? We can always refer to the changes in a closed PR. (I ask just because this is one of our oldest PRs and I'm generally trying to clean up our PR queue.) |
Yes, I'm closing this. I'll probably be rewriting this feature once 4.0 has been released. |
This PR adds Android support for the new onUrlChanged event added to the platform interface in #4509.
As this PR contains and depends on the changes made to the platform interface in #4509, this PR will remain in draft state until that PR has been successfully merged and the changes have been published.
Relevant issue:
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.///).