This repository was archived by the owner on Feb 22, 2023. It is now read-only.
[WIP] [webview_flutter] dependency overrrides #4992
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an experiment PR that:
webview_flutterand its platform implementations:webview_flutter/example/pubspec.yaml:webview_flutter_android/example/pubspec.yaml:webview_flutter_wkwebview/example/pubspec.yaml:Removes redundant integration tests (non-platform-specific tests) from implementation packages because
webview_flutter/examplenow uses local versions.Implementation packages' examples now depend on
webview_flutter. This mean that they don't need to maintain their own copy of thewebview_flutterapi inwebview_flutter_platform/example/lib/web_view.dart.The goals of this PR:
webview_flutter_platform_interface:[webview_flutter] Revert deprecation of clearCookies #4566
[webview_flutter] Revert addition of onUrlChanged #4524
Related: [flutter_plugin_tools] Add a new 'make-deps-path-based' command #4575
webview_flutterapi.webview_flutter/exampleandwebview_flutter_platfrom/example.This PR can also be expanded to move platform implementation unit tests from
webview_flutter_platform/teststowebview_flutter_platform/example/tests.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.