flet-webview 0.83.1__tar.gz → 0.84.0.dev0__tar.gz
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.
- {flet_webview-0.83.1/src/flet_webview.egg-info → flet_webview-0.84.0.dev0}/PKG-INFO +5 -5
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/README.md +2 -2
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/pyproject.toml +3 -3
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview/webview.py +6 -6
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0/src/flet_webview.egg-info}/PKG-INFO +5 -5
- flet_webview-0.84.0.dev0/src/flet_webview.egg-info/requires.txt +1 -0
- flet_webview-0.83.1/src/flet_webview.egg-info/requires.txt +0 -1
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/LICENSE +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/setup.cfg +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview/__init__.py +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview/types.py +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview.egg-info/SOURCES.txt +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview.egg-info/dependency_links.txt +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview.egg-info/top_level.txt +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/flet_webview.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/extension.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/utils/webview.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview_mobile_and_mac.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview_web.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview_web_vain.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview_windows_and_linux.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview_windows_and_linux_vain.dart +0 -0
- {flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/pubspec.yaml +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-webview
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.84.0.dev0
|
|
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
|
|
7
7
|
Project-URL: Homepage, https://flet.dev
|
|
8
|
-
Project-URL: Documentation, https://
|
|
8
|
+
Project-URL: Documentation, https://flet.dev/docs/controls/webview
|
|
9
9
|
Project-URL: Repository, https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-webview
|
|
10
10
|
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.
|
|
14
|
+
Requires-Dist: flet==0.84.0.dev0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-webview
|
|
@@ -19,7 +19,7 @@ Dynamic: license-file
|
|
|
19
19
|
[](https://pypi.python.org/pypi/flet-webview)
|
|
20
20
|
[](https://pepy.tech/project/flet-webview)
|
|
21
21
|
[](https://pypi.org/project/flet-webview)
|
|
22
|
-
[](https://flet.dev/docs/assets/badges/docs-coverage/flet-webview.svg)
|
|
23
23
|
[](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-webview/LICENSE)
|
|
24
24
|
|
|
25
25
|
A [Flet](https://flet.dev) extension for displaying web content in a WebView.
|
|
@@ -29,7 +29,7 @@ and [webview_flutter_web](https://pub.dev/packages/webview_flutter_web) Flutter
|
|
|
29
29
|
|
|
30
30
|
## Documentation
|
|
31
31
|
|
|
32
|
-
Detailed documentation to this package can be found [here](https://
|
|
32
|
+
Detailed documentation to this package can be found [here](https://flet.dev/docs/controls/webview/).
|
|
33
33
|
|
|
34
34
|
## Platform Support
|
|
35
35
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://pypi.python.org/pypi/flet-webview)
|
|
4
4
|
[](https://pepy.tech/project/flet-webview)
|
|
5
5
|
[](https://pypi.org/project/flet-webview)
|
|
6
|
-
[](https://flet.dev/docs/assets/badges/docs-coverage/flet-webview.svg)
|
|
7
7
|
[](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-webview/LICENSE)
|
|
8
8
|
|
|
9
9
|
A [Flet](https://flet.dev) extension for displaying web content in a WebView.
|
|
@@ -13,7 +13,7 @@ and [webview_flutter_web](https://pub.dev/packages/webview_flutter_web) Flutter
|
|
|
13
13
|
|
|
14
14
|
## Documentation
|
|
15
15
|
|
|
16
|
-
Detailed documentation to this package can be found [here](https://
|
|
16
|
+
Detailed documentation to this package can be found [here](https://flet.dev/docs/controls/webview/).
|
|
17
17
|
|
|
18
18
|
## Platform Support
|
|
19
19
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-webview"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.84.0.dev0"
|
|
4
4
|
description = "Embed web content inside Flet apps via WebView."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
|
|
7
7
|
license = "Apache-2.0"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"flet==0.
|
|
10
|
+
"flet==0.84.0.dev0",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
14
14
|
Homepage = "https://flet.dev"
|
|
15
|
-
Documentation = "https://
|
|
15
|
+
Documentation = "https://flet.dev/docs/controls/webview"
|
|
16
16
|
Repository = "https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-webview"
|
|
17
17
|
Issues = "https://github.com/flet-dev/flet/issues"
|
|
18
18
|
|
|
@@ -38,7 +38,7 @@ class WebView(ft.LayoutControl):
|
|
|
38
38
|
"""
|
|
39
39
|
Fires soon as the first loading process of the webview page is started.
|
|
40
40
|
|
|
41
|
-
The
|
|
41
|
+
The :attr:`~flet.Event.data` property of the event handler argument is of type
|
|
42
42
|
`str` and contains the URL.
|
|
43
43
|
|
|
44
44
|
Note:
|
|
@@ -49,7 +49,7 @@ class WebView(ft.LayoutControl):
|
|
|
49
49
|
"""
|
|
50
50
|
Fires when all the webview page loading processes are ended.
|
|
51
51
|
|
|
52
|
-
The
|
|
52
|
+
The :attr:`~flet.Event.data` property of the event handler argument is of type
|
|
53
53
|
`str` and contains the URL.
|
|
54
54
|
|
|
55
55
|
Note:
|
|
@@ -60,7 +60,7 @@ class WebView(ft.LayoutControl):
|
|
|
60
60
|
"""
|
|
61
61
|
Fires when there is error with loading a webview page resource.
|
|
62
62
|
|
|
63
|
-
The
|
|
63
|
+
The :attr:`~flet.Event.data` property of the event handler argument is of type
|
|
64
64
|
`str` and contains the error message.
|
|
65
65
|
|
|
66
66
|
Note:
|
|
@@ -71,7 +71,7 @@ class WebView(ft.LayoutControl):
|
|
|
71
71
|
"""
|
|
72
72
|
Fires when the progress of the webview page loading is changed.
|
|
73
73
|
|
|
74
|
-
The
|
|
74
|
+
The :attr:`~flet.Event.data` property of the event handler argument is of type
|
|
75
75
|
`int` and contains the progress value.
|
|
76
76
|
|
|
77
77
|
Note:
|
|
@@ -82,7 +82,7 @@ class WebView(ft.LayoutControl):
|
|
|
82
82
|
"""
|
|
83
83
|
Fires when the URL of the webview page is changed.
|
|
84
84
|
|
|
85
|
-
The
|
|
85
|
+
The :attr:`~flet.Event.data` property of the event handler argument is of type
|
|
86
86
|
`str` and contains the new URL.
|
|
87
87
|
|
|
88
88
|
Note:
|
|
@@ -177,7 +177,7 @@ class WebView(ft.LayoutControl):
|
|
|
177
177
|
async def go_forward(self):
|
|
178
178
|
"""
|
|
179
179
|
Goes forward in the history of the webview,
|
|
180
|
-
if
|
|
180
|
+
if :meth:`can_go_forward` is `True`.
|
|
181
181
|
|
|
182
182
|
Note:
|
|
183
183
|
Works only on the following platforms: iOS, Android, and macOS.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-webview
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.84.0.dev0
|
|
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
|
|
7
7
|
Project-URL: Homepage, https://flet.dev
|
|
8
|
-
Project-URL: Documentation, https://
|
|
8
|
+
Project-URL: Documentation, https://flet.dev/docs/controls/webview
|
|
9
9
|
Project-URL: Repository, https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-webview
|
|
10
10
|
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.
|
|
14
|
+
Requires-Dist: flet==0.84.0.dev0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-webview
|
|
@@ -19,7 +19,7 @@ Dynamic: license-file
|
|
|
19
19
|
[](https://pypi.python.org/pypi/flet-webview)
|
|
20
20
|
[](https://pepy.tech/project/flet-webview)
|
|
21
21
|
[](https://pypi.org/project/flet-webview)
|
|
22
|
-
[](https://flet.dev/docs/assets/badges/docs-coverage/flet-webview.svg)
|
|
23
23
|
[](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-webview/LICENSE)
|
|
24
24
|
|
|
25
25
|
A [Flet](https://flet.dev) extension for displaying web content in a WebView.
|
|
@@ -29,7 +29,7 @@ and [webview_flutter_web](https://pub.dev/packages/webview_flutter_web) Flutter
|
|
|
29
29
|
|
|
30
30
|
## Documentation
|
|
31
31
|
|
|
32
|
-
Detailed documentation to this package can be found [here](https://
|
|
32
|
+
Detailed documentation to this package can be found [here](https://flet.dev/docs/controls/webview/).
|
|
33
33
|
|
|
34
34
|
## Platform Support
|
|
35
35
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.84.0.dev0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.83.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flet_webview.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/flet_webview.dart
RENAMED
|
File without changes
|
{flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/extension.dart
RENAMED
|
File without changes
|
{flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/utils/webview.dart
RENAMED
|
File without changes
|
{flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview.dart
RENAMED
|
File without changes
|
|
File without changes
|
{flet_webview-0.83.1 → flet_webview-0.84.0.dev0}/src/flutter/flet_webview/lib/src/webview_web.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|