flet-webview 0.85.0.dev0__tar.gz → 0.85.0.dev2__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.85.0.dev0/src/flet_webview.egg-info → flet_webview-0.85.0.dev2}/PKG-INFO +3 -3
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/README.md +1 -1
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/pyproject.toml +2 -2
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2/src/flet_webview.egg-info}/PKG-INFO +3 -3
- flet_webview-0.85.0.dev2/src/flet_webview.egg-info/requires.txt +1 -0
- flet_webview-0.85.0.dev0/src/flet_webview.egg-info/requires.txt +0 -1
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/LICENSE +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/setup.cfg +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview/__init__.py +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview/types.py +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview/webview.py +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview.egg-info/SOURCES.txt +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview.egg-info/dependency_links.txt +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview.egg-info/top_level.txt +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/flet_webview.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/extension.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/utils/webview.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview_mobile_and_mac.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview_web.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview_web_vain.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview_windows_and_linux.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview_windows_and_linux_vain.dart +0 -0
- {flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-webview
|
|
3
|
-
Version: 0.85.0.
|
|
3
|
+
Version: 0.85.0.dev2
|
|
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.85.0.
|
|
14
|
+
Requires-Dist: flet==0.85.0.dev2
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-webview
|
|
@@ -56,4 +56,4 @@ To install the `flet-webview` package and add it to your project dependencies:
|
|
|
56
56
|
|
|
57
57
|
### Examples
|
|
58
58
|
|
|
59
|
-
For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/
|
|
59
|
+
For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/webview).
|
|
@@ -40,4 +40,4 @@ To install the `flet-webview` package and add it to your project dependencies:
|
|
|
40
40
|
|
|
41
41
|
### Examples
|
|
42
42
|
|
|
43
|
-
For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/
|
|
43
|
+
For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/webview).
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-webview"
|
|
3
|
-
version = "0.85.0.
|
|
3
|
+
version = "0.85.0.dev2"
|
|
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.85.0.
|
|
10
|
+
"flet==0.85.0.dev2",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-webview
|
|
3
|
-
Version: 0.85.0.
|
|
3
|
+
Version: 0.85.0.dev2
|
|
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.85.0.
|
|
14
|
+
Requires-Dist: flet==0.85.0.dev2
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-webview
|
|
@@ -56,4 +56,4 @@ To install the `flet-webview` package and add it to your project dependencies:
|
|
|
56
56
|
|
|
57
57
|
### Examples
|
|
58
58
|
|
|
59
|
-
For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/
|
|
59
|
+
For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/webview).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.85.0.dev2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.85.0.dev0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flet_webview.egg-info/top_level.txt
RENAMED
|
File without changes
|
{flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/flet_webview.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_webview-0.85.0.dev0 → flet_webview-0.85.0.dev2}/src/flutter/flet_webview/lib/src/webview.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|