-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[webview] Add new method for cross plugin webview access #11714
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
c4d49c6
5114624
6496537
7cd9914
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,11 +2,11 @@ name: webview_flutter_android | |
| description: A Flutter plugin that provides a WebView widget on Android. | ||
| repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android | ||
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22 | ||
| version: 4.12.0 | ||
| version: 4.13.0 | ||
|
|
||
| environment: | ||
| sdk: ^3.9.0 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We require that the Dart and Flutter versions align in our packages, so this needs to be updated as well. |
||
| flutter: ">=3.35.0" | ||
| flutter: ">=3.44.0" | ||
|
|
||
| flutter: | ||
| plugin: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,11 +2,11 @@ name: webview_flutter_wkwebview | |
| description: A Flutter plugin that provides a WebView widget based on Apple's WKWebView control. | ||
| repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_wkwebview | ||
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22 | ||
| version: 3.25.1 | ||
| version: 3.26.0 | ||
|
|
||
| environment: | ||
| sdk: ^3.10.0 | ||
| flutter: ">=3.38.0" | ||
| flutter: ">=3.44.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @stuartmorgan-g Does this PR need to wait until we bump all the plugins in the repo to 3.44? This isn't fixing a bug, so I don't think it is an exemption to support n-2 stable version.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't require supporting N-2, we just don't allow supporting things older than N-2. We only require supporting stable. This will need wait until Flutter |
||
|
|
||
| flutter: | ||
| plugin: | ||
|
|
||
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.
Everything from here on can be extracted to a private helper instead of duplicated.