Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[webview_flutter_platform_interface] Updates platform interface to new interface #6846

Merged
merged 5 commits into from
Dec 15, 2022

Conversation

bparrishMines
Copy link
Contributor

@bparrishMines bparrishMines commented Dec 14, 2022

  • Copies webview_flutter_platform_interface from v4_webview branch.
  • Updates pubspec.yaml, CHANGELOG.md, and README.md.
  • Exclude package from build-all-packages test.

Part of flutter/flutter#94051

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@github-actions github-actions bot added the p: webview_flutter Edits files for a webview_flutter plugin label Dec 14, 2022
@bparrishMines bparrishMines changed the title Webview new interface [webview_flutter_platform_interface] Updates platform interface to new interface Dec 15, 2022
@bparrishMines bparrishMines added the override: allow breaking change Override the check preventing breaking changes to platform interfaces label Dec 15, 2022
@bparrishMines
Copy link
Contributor Author

See e42b9ff for a better layout of all the added files of this PR

Copy link
Contributor

@stuartmorgan stuartmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🍾 LGTM!

(I didn't review any of the source since it's just a merge of previously reviewed code; I just skimmed the file list and double-checked the metadata: pubspec, README, etc.)

@@ -8,3 +8,4 @@

# This is a permament entry, as it should never be a direct app dependency.
- plugin_platform_interface
- webview_flutter_platform_interface
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to update the PR and do CI again for this, but for the next round: we should put comments about why we're temporarily adding things here (with issue reference) even when we plan to almost immediately remove them again because it's easy to forget to take things back off of this list, so having a clear way to see what's an entry that we just forgot to remove is helpful.

@bparrishMines bparrishMines added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 15, 2022
@auto-submit auto-submit bot merged commit 78de28c into flutter:main Dec 15, 2022
@bparrishMines bparrishMines deleted the webview_new_interface branch December 15, 2022 15:23
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 15, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 15, 2022
* 00b77e4cc Roll Flutter from 15af817 to 028c6e2 (13 revisions) (flutter/plugins#6843)

* b2cdcb69a [camera_android_camerax] `unnecessary_parenthesis` lint fix (flutter/plugins#6841)

* 3a093e49b [various] Enable avoid_print (flutter/plugins#6842)

* 78de28ca2 [webview_flutter_platform_interface] Updates platform interface to new interface (flutter/plugins#6846)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…#117145)

* 00b77e4cc Roll Flutter from 15af817 to 028c6e2 (13 revisions) (flutter/plugins#6843)

* b2cdcb69a [camera_android_camerax] `unnecessary_parenthesis` lint fix (flutter/plugins#6841)

* 3a093e49b [various] Enable avoid_print (flutter/plugins#6842)

* 78de28ca2 [webview_flutter_platform_interface] Updates platform interface to new interface (flutter/plugins#6846)
mauricioluz pushed a commit to mauricioluz/plugins that referenced this pull request Jan 26, 2023
…w interface (flutter#6846)

* Set new interface in main

* update pubspec changelog and readme

* exclude from all plugins app test

* delete all of platform interface

* add all back to platform interface
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App override: allow breaking change Override the check preventing breaking changes to platform interfaces p: webview_flutter Edits files for a webview_flutter plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants