You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Adds methods to the webview_flutter_platform_interface to support
loading content from Flutter asset defined in the pubspec.yaml of
directly from HTML string.
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_platform_interface/lib/src/method_channel/webview_method_channel.dart
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,24 @@ class MethodChannelWebViewPlatform implements WebViewPlatformController {
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_platform_interface/lib/src/platform_interface/webview_platform_controller.dart
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,29 @@ abstract class WebViewPlatformController {
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_platform_interface/test/src/method_channel/webview_method_channel_test.dart
0 commit comments