flet-desktop-light 0.29.0.dev5035__py3-none-musllinux_1_2_aarch64.whl → 0.70.0.dev5066__py3-none-musllinux_1_2_aarch64.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.
flet_desktop/__init__.py CHANGED
@@ -10,8 +10,6 @@ import urllib.request
10
10
  import zipfile
11
11
  from pathlib import Path
12
12
 
13
- import flet_desktop
14
- import flet_desktop.version
15
13
  from flet.utils import (
16
14
  get_arch,
17
15
  is_linux,
@@ -21,6 +19,9 @@ from flet.utils import (
21
19
  safe_tar_extractall,
22
20
  )
23
21
 
22
+ import flet_desktop
23
+ import flet_desktop.version
24
+
24
25
  logger = logging.getLogger(flet_desktop.__name__)
25
26
 
26
27
 
@@ -145,10 +146,12 @@ def __locate_and_unpack_flet_view(page_url, assets_dir, hidden):
145
146
  for f in os.listdir(temp_flet_dir):
146
147
  if f.endswith(".app"):
147
148
  app_name = f
148
- assert (
149
- app_name is not None
150
- ), f"Application bundle not found in {temp_flet_dir}"
149
+ assert app_name is not None, (
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.29.0.dev5035"
1
+ version = "0.70.0.dev5066"
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-desktop-light
3
- Version: 0.29.0.dev5035
3
+ Version: 0.70.0.dev5066
4
4
  Summary: Flet Desktop client in Flutter
5
5
  Author-email: "Appveyor Systems Inc." <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
7
7
  Project-URL: Homepage, https://flet.dev
8
8
  Project-URL: Repository, https://github.com/flet-dev/flet
9
9
  Project-URL: Documentation, https://flet.dev/docs
10
- Requires-Python: >=3.9
10
+ Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: flet==0.29.0.dev5035
12
+ Requires-Dist: flet==0.70.0.dev5066
13
13
 
14
14
  # Flet Desktop client in Flutter
15
15
 
@@ -0,0 +1,7 @@
1
+ flet_desktop/__init__.py,sha256=2pstzQStf-glt-aV6t4RDsKgjeZUPi5iuRWUZ5L918A,8636
2
+ flet_desktop/version.py,sha256=smgSthbdwp2zjYrBQu0-RKnsp7oGIdPSuEbYis3FZfY,27
3
+ flet_desktop/app/flet-linux-arm64.tar.gz,sha256=bsdTcFHQOux0NgCkY7J-9eI4SmD1sWh1Uzp7q2Kc1tI,24466647
4
+ flet_desktop_light-0.70.0.dev5066.dist-info/METADATA,sha256=kuEqo6kFB4u31uvrgvEBSu5X1A2JqDwa4F2bVQ2y_gs,542
5
+ flet_desktop_light-0.70.0.dev5066.dist-info/WHEEL,sha256=ZSkNPB-v8NZgMtJkU0WMH6tWhs7ic1OnfO9t5l6Bh8c,109
6
+ flet_desktop_light-0.70.0.dev5066.dist-info/top_level.txt,sha256=ugIkH3TGoxP2-XUffs2tqRF1Qi9icFhrR1d1SSzgktc,13
7
+ flet_desktop_light-0.70.0.dev5066.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- flet_desktop/__init__.py,sha256=3YyHdV_2brog83Dy-15FaIhrUoEoJd8KbAAxhfGX5Qo,8545
2
- flet_desktop/version.py,sha256=LbGycUmxtz-0Z_Y6adLjO_3wRMhoWQAksBtZABTaMIE,27
3
- flet_desktop/app/flet-linux-arm64.tar.gz,sha256=vM4jimXOe3cH45t4apQZu-R2DhmUluBtPiAqktlryVA,15114869
4
- flet_desktop_light-0.29.0.dev5035.dist-info/METADATA,sha256=57_XWsdfbOV5xfI-so-W4GYgYUQk4MSxBHYWbg9xbQY,541
5
- flet_desktop_light-0.29.0.dev5035.dist-info/WHEEL,sha256=ZSkNPB-v8NZgMtJkU0WMH6tWhs7ic1OnfO9t5l6Bh8c,109
6
- flet_desktop_light-0.29.0.dev5035.dist-info/top_level.txt,sha256=ugIkH3TGoxP2-XUffs2tqRF1Qi9icFhrR1d1SSzgktc,13
7
- flet_desktop_light-0.29.0.dev5035.dist-info/RECORD,,