flet-desktop 0.28.0.dev4453__py3-none-macosx_12_0_arm64.whl → 0.70.0.dev6555__py3-none-macosx_12_0_arm64.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-desktop might be problematic. Click here for more details.
- flet_desktop/__init__.py +6 -3
- flet_desktop/app/flet-macos.tar.gz +0 -0
- flet_desktop/version.py +1 -1
- flet_desktop-0.70.0.dev6555.dist-info/METADATA +16 -0
- flet_desktop-0.70.0.dev6555.dist-info/RECORD +7 -0
- {flet_desktop-0.28.0.dev4453.dist-info → flet_desktop-0.70.0.dev6555.dist-info}/WHEEL +2 -1
- flet_desktop-0.70.0.dev6555.dist-info/top_level.txt +1 -0
- flet_desktop/version.py-e +0 -1
- flet_desktop-0.28.0.dev4453.dist-info/METADATA +0 -24
- flet_desktop-0.28.0.dev4453.dist-info/RECORD +0 -7
flet_desktop/__init__.py
CHANGED
|
@@ -145,10 +145,13 @@ def __locate_and_unpack_flet_view(page_url, assets_dir, hidden):
|
|
|
145
145
|
for f in os.listdir(temp_flet_dir):
|
|
146
146
|
if f.endswith(".app"):
|
|
147
147
|
app_name = f
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
148
|
+
if app_name is None:
|
|
149
|
+
raise FileNotFoundError(
|
|
150
|
+
f"Application bundle not found in {temp_flet_dir}"
|
|
151
|
+
)
|
|
151
152
|
app_path = temp_flet_dir.joinpath(app_name)
|
|
153
|
+
logger.info(f"page_url: {page_url}")
|
|
154
|
+
logger.info(f"pid_file: {pid_file}")
|
|
152
155
|
args = ["open", str(app_path), "-n", "-W", "--args", page_url, pid_file]
|
|
153
156
|
elif is_linux():
|
|
154
157
|
app_path = None
|
|
Binary file
|
flet_desktop/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "0.
|
|
1
|
+
version = "0.70.0.dev6555"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: flet-desktop
|
|
3
|
+
Version: 0.70.0.dev6555
|
|
4
|
+
Summary: Flet Desktop client in Flutter
|
|
5
|
+
Author-email: "Appveyor Systems Inc." <hello@flet.dev>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://flet.dev
|
|
8
|
+
Project-URL: Repository, https://github.com/flet-dev/flet
|
|
9
|
+
Project-URL: Documentation, https://flet.dev/docs
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: flet
|
|
13
|
+
|
|
14
|
+
# Flet Desktop client in Flutter
|
|
15
|
+
|
|
16
|
+
This package contains a compiled Flutter Flet desktop client.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
flet_desktop/__init__.py,sha256=a9HtnlosIBpVWJMLX-MxoTR0018Di00XEBzICrQeXuw,8674
|
|
2
|
+
flet_desktop/version.py,sha256=tI0V7dqTkPP0KfSJB_KXsI1JsI4ssOAtmlra7uGOtVo,27
|
|
3
|
+
flet_desktop/app/flet-macos.tar.gz,sha256=bMbjU35UyzDVHjm2nERoqEbi2frCA1kdFx-p9BmnB8c,47997808
|
|
4
|
+
flet_desktop-0.70.0.dev6555.dist-info/METADATA,sha256=bhyBejWnJPoejXeMoINvRhMHEDpy1FMG5xiWt6ZWGAQ,520
|
|
5
|
+
flet_desktop-0.70.0.dev6555.dist-info/WHEEL,sha256=tK6qEpWvCLrcwg4gFXVfDmIzJDi9H3Di0Si3_9ZDW7A,105
|
|
6
|
+
flet_desktop-0.70.0.dev6555.dist-info/top_level.txt,sha256=ugIkH3TGoxP2-XUffs2tqRF1Qi9icFhrR1d1SSzgktc,13
|
|
7
|
+
flet_desktop-0.70.0.dev6555.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet_desktop
|
flet_desktop/version.py-e
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = ""
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: flet-desktop
|
|
3
|
-
Version: 0.28.0.dev4453
|
|
4
|
-
Summary: Flet Desktop client in Flutter
|
|
5
|
-
License: Apache-2.0
|
|
6
|
-
Author: Appveyor Systems Inc.
|
|
7
|
-
Author-email: hello@flet.dev
|
|
8
|
-
Requires-Python: >=3.9
|
|
9
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Requires-Dist: flet (==0.28.0.dev4453)
|
|
17
|
-
Project-URL: Documentation, https://flet.dev/docs
|
|
18
|
-
Project-URL: Homepage, https://flet.dev
|
|
19
|
-
Project-URL: Repository, https://github.com/flet-dev/flet
|
|
20
|
-
Description-Content-Type: text/markdown
|
|
21
|
-
|
|
22
|
-
# Flet Desktop client in Flutter
|
|
23
|
-
|
|
24
|
-
This package contains a compiled Flutter Flet desktop client.
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
flet_desktop/__init__.py,sha256=3YyHdV_2brog83Dy-15FaIhrUoEoJd8KbAAxhfGX5Qo,8545
|
|
2
|
-
flet_desktop/version.py,sha256=juJLfgTsae2DIdgRnxoJMjfvxC6D9LCBNwKx6BHgIio,27
|
|
3
|
-
flet_desktop/version.py-e,sha256=0ePmO_Cak8o-_6HvGni7ZWTWmm9C8Mbz8SamFrt-rLw,13
|
|
4
|
-
flet_desktop/app/flet-macos.tar.gz,sha256=2YcPV682bNmM2UKKFf5IOU7aGxAVgoRyCuAoFNScVVA,47352647
|
|
5
|
-
flet_desktop-0.28.0.dev4453.dist-info/METADATA,sha256=gqLPit5omqC10QNZrpXsvd_1v5Q_vlBTIOiczBNssmQ,896
|
|
6
|
-
flet_desktop-0.28.0.dev4453.dist-info/WHEEL,sha256=9Q6Yrw8JhlO4_QAcDNMoi1XXZsPxYTRxTscqMCZN9HA,102
|
|
7
|
-
flet_desktop-0.28.0.dev4453.dist-info/RECORD,,
|