Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
54de8c0
Add an option to set a transparent background for the webview
e-adrien Sep 30, 2021
bd7ac95
Update webview_flutter version
e-adrien Sep 30, 2021
02c3d27
Add tests for the configuration
e-adrien Sep 30, 2021
abba19d
Add integration test for the transparent background
e-adrien Sep 30, 2021
28f50f8
Add iOS native test for the transparent background
e-adrien Sep 30, 2021
56cac9b
Make functions statics, rename variables & add comment in iOS native …
e-adrien Sep 30, 2021
ef0d920
Replace the sleep call in iOS native test
e-adrien Sep 30, 2021
2c22d57
Rename opaque parameter to transparent
e-adrien Sep 30, 2021
99ae827
Android integration test for the transparent background
e-adrien Sep 30, 2021
9205b43
Replace the transparent parameter by a backgroundColor parameter
e-adrien Sep 30, 2021
ef562c3
Update CHANGELOG.md
e-adrien Sep 30, 2021
9657dea
Add Android native test for the transparent background
e-adrien Sep 30, 2021
9a58db8
Remove the integration test for the background color as we have XCUIT…
e-adrien Sep 30, 2021
c21abef
Add missing comments
e-adrien Sep 30, 2021
c2f7002
Move android native tests into the webview_flutter_android package
e-adrien Sep 30, 2021
754360f
Move ios native tests into the webview_flutter_wkwebview package
e-adrien Sep 30, 2021
768c915
Add ios native test for background colors with transparency
e-adrien Sep 30, 2021
feffcb6
Add missing dependency_overrides
e-adrien Sep 30, 2021
91e823e
Update changelogs
e-adrien Oct 6, 2021
d169d79
Fix failing iOS test
e-adrien Oct 7, 2021
c7436c4
Fix iOS implementation
e-adrien Oct 8, 2021
a561545
Update Android Espresso Test
e-adrien Oct 28, 2021
726d517
Merge branch 'main' into webview-transparent-background
stuartmorgan-g Nov 30, 2021
2ba4b91
Merge branch 'master' into webview-transparent-background
e-adrien Dec 1, 2021
3d3f66b
Update changelogs
e-adrien Dec 1, 2021
a164d03
Fix warnings
e-adrien Dec 1, 2021
5eff98a
Run mockito
e-adrien Dec 1, 2021
d0ef738
Merge branch 'master' into webview-transparent-background
e-adrien Dec 2, 2021
c8b0303
Merge branch 'main' into webview-transparent-background
stuartmorgan-g Dec 7, 2021
19ae1a6
Update to match #4584
stuartmorgan-g Dec 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing dependency_overrides
  • Loading branch information
e-adrien committed Nov 15, 2021
commit feffcb652ea7b961660dbdfa2e707d9ee45d953d
6 changes: 6 additions & 0 deletions packages/webview_flutter/webview_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ flutter:
assets:
- assets/sample_audio.ogg
- assets/sample_video.mp4

# FOR TESTING ONLY. DO NOT MERGE.
dependency_overrides:
webview_flutter_platform_interface:
path:
../../webview_flutter_platform_interface