This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[webview_flutter] Extract Android implementation into a separate package #4343
Merged
mvanbeusekom
merged 13 commits into
flutter:master
from
Baseflow:webview/federated_architecture_part_3
Sep 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b3045fc
Setup webview_flutter_android package.
mvanbeusekom 58b7bdb
Direct copy of "android" folder.
mvanbeusekom 5b3f4aa
Direct copy of Android specific .dart files.
mvanbeusekom aa74a33
Modify .dart code to work with platform_interface.
mvanbeusekom f730772
Direct copy of the `webview_flutter/example` app.
mvanbeusekom aae5c83
Update example to Android specific implementation.
mvanbeusekom 4c76e5b
Update integration tests.
mvanbeusekom 881e652
Update webview_flutter_platform_interface dependency
mvanbeusekom 2fe112a
Use different bundle ID for Android example app.
mvanbeusekom 52859e9
Skip flaky integration_tests (issue 86757).
mvanbeusekom 39718f1
Exlude platform implementations from build all step.
mvanbeusekom d6f1705
Split helper classes from main example widget.
mvanbeusekom a33132b
Merge remote-tracking branch 'upstream/master' into webview/federated…
mvanbeusekom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Nit: _skipDueToIssue86757