flet-webview 0.70.0.dev6365__py3-none-any.whl → 0.70.0.dev6412__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of flet-webview might be problematic. Click here for more details.
- flet_webview/webview.py +2 -1
- {flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/METADATA +2 -2
- {flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/RECORD +7 -7
- flutter/flet_webview/pubspec.lock +2 -2
- {flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/WHEEL +0 -0
- {flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/licenses/LICENSE +0 -0
- {flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/top_level.txt +0 -0
flet_webview/webview.py
CHANGED
|
@@ -113,7 +113,8 @@ class WebView(ft.LayoutControl):
|
|
|
113
113
|
"""
|
|
114
114
|
Checks/Validates support for the current platform (iOS, Android, or macOS).
|
|
115
115
|
"""
|
|
116
|
-
|
|
116
|
+
if self.page is None:
|
|
117
|
+
raise RuntimeError("WebView must be added to page first.")
|
|
117
118
|
if self.page.web or self.page.platform not in [
|
|
118
119
|
ft.PagePlatform.ANDROID,
|
|
119
120
|
ft.PagePlatform.IOS,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-webview
|
|
3
|
-
Version: 0.70.0.
|
|
3
|
+
Version: 0.70.0.dev6412
|
|
4
4
|
Summary: Embed web content inside Flet apps via WebView.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: flet==0.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6412
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-webview
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
flet_webview/__init__.py,sha256=OK4CdtkxGRYvBiIuNEVr_zXw8sSNI29v8lRqKtI_im0,408
|
|
2
2
|
flet_webview/types.py,sha256=PmI84y3ZTa0AVEffW-VlYHQXW1JcHAvczfrYnR9cmP0,2184
|
|
3
|
-
flet_webview/webview.py,sha256=
|
|
4
|
-
flet_webview-0.70.0.
|
|
3
|
+
flet_webview/webview.py,sha256=KyqlPWIlJifT-VOAMIddYcJCgNn3dMNaqeYr654HV4c,11850
|
|
4
|
+
flet_webview-0.70.0.dev6412.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
5
|
flutter/flet_webview/analysis_options.yaml,sha256=32kjGAc-zF87inWaH5M46yGZWQDTwrwfvNLHeAocfG4,154
|
|
6
|
-
flutter/flet_webview/pubspec.lock,sha256=
|
|
6
|
+
flutter/flet_webview/pubspec.lock,sha256=EVFkstmpJXeVABKZVleetgxszRdJ_tVaQjlrm0IgAJ4,24496
|
|
7
7
|
flutter/flet_webview/pubspec.yaml,sha256=MctG96ywqd3VIOOu97gE0ioZ1Gm4ALhdC1MF9Wfhf6I,483
|
|
8
8
|
flutter/flet_webview/lib/flet_webview.dart,sha256=aB3uPJrudP8SaZfpr2GH3c3j2jEZcEIeGrAkFiXb9IA,67
|
|
9
9
|
flutter/flet_webview/lib/src/extension.dart,sha256=lff3mOfxO2_Ite2Oi5VAoHD42BGrN3N4hjF0rGuPv3s,350
|
|
@@ -14,7 +14,7 @@ flutter/flet_webview/lib/src/webview_web_vain.dart,sha256=Asu8QRq7Fky8MDEdKcOa01
|
|
|
14
14
|
flutter/flet_webview/lib/src/webview_windows_and_linux.dart,sha256=LxkO6qbz0aaZM9UYSufUCjrNr1pK12pwlqutH4_-aio,314
|
|
15
15
|
flutter/flet_webview/lib/src/webview_windows_and_linux_vain.dart,sha256=pF5i1Tqy6avqSiwpqAoIEr98Z7y3ZE_HOrAThhIF86A,452
|
|
16
16
|
flutter/flet_webview/lib/src/utils/webview.dart,sha256=hPbqSfFsQaYyvdmhXesnV1WBHquiRv-SR4RwjPPJqXg,648
|
|
17
|
-
flet_webview-0.70.0.
|
|
18
|
-
flet_webview-0.70.0.
|
|
19
|
-
flet_webview-0.70.0.
|
|
20
|
-
flet_webview-0.70.0.
|
|
17
|
+
flet_webview-0.70.0.dev6412.dist-info/METADATA,sha256=3rGu00aRnVyGOEBTIfVAW64Ao551Cu36Vzuw5Gwj_gs,2156
|
|
18
|
+
flet_webview-0.70.0.dev6412.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
flet_webview-0.70.0.dev6412.dist-info/top_level.txt,sha256=svOnOxqAYWBe87-fr3VmmQm8S73eVhAu0t9O3MryqS4,21
|
|
20
|
+
flet_webview-0.70.0.dev6412.dist-info/RECORD,,
|
|
@@ -77,10 +77,10 @@ packages:
|
|
|
77
77
|
dependency: transitive
|
|
78
78
|
description:
|
|
79
79
|
name: device_info_plus
|
|
80
|
-
sha256:
|
|
80
|
+
sha256: dd0e8e02186b2196c7848c9d394a5fd6e5b57a43a546082c5820b1ec72317e33
|
|
81
81
|
url: "https://pub.dev"
|
|
82
82
|
source: hosted
|
|
83
|
-
version: "12.
|
|
83
|
+
version: "12.2.0"
|
|
84
84
|
device_info_plus_platform_interface:
|
|
85
85
|
dependency: transitive
|
|
86
86
|
description:
|
|
File without changes
|
{flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{flet_webview-0.70.0.dev6365.dist-info → flet_webview-0.70.0.dev6412.dist-info}/top_level.txt
RENAMED
|
File without changes
|