flet-cli 0.85.2__py3-none-any.whl → 0.85.3.dev0__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.
@@ -922,6 +922,25 @@ class BaseBuildCommand(BaseFlutterCommand):
922
922
  else:
923
923
  self.cleanup(1, f"Invalid Android permission option: {p}")
924
924
 
925
+ for key, value in android_permissions.items():
926
+ if isinstance(value, bool):
927
+ continue
928
+ if isinstance(value, dict):
929
+ for ak, av in value.items():
930
+ if not isinstance(av, (str, bool, int, float)):
931
+ self.cleanup(
932
+ 1,
933
+ f"Invalid Android permission attribute value for "
934
+ f"{key}.{ak}: {type(av).__name__}. "
935
+ "Expected string, boolean, or number.",
936
+ )
937
+ continue
938
+ self.cleanup(
939
+ 1,
940
+ f"Invalid Android permission value for {key}: "
941
+ f"{type(value).__name__}. Expected boolean or inline table.",
942
+ )
943
+
925
944
  android_features = merge_dict(
926
945
  android_features,
927
946
  self.get_pyproject("tool.flet.android.feature") or {},
flet_cli/version.py CHANGED
@@ -1 +1 @@
1
- version = "0.85.2"
1
+ version = "0.85.3.dev0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-cli
3
- Version: 0.85.2
3
+ Version: 0.85.3.dev0
4
4
  Summary: Flet CLI
5
5
  Author-email: "Appveyor Systems Inc." <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/flet-dev/flet
9
9
  Project-URL: Documentation, https://flet.dev/docs
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: flet==0.85.2
12
+ Requires-Dist: flet==0.85.3.dev0
13
13
  Requires-Dist: watchdog>=4.0.0
14
14
  Requires-Dist: packaging>=25.0
15
15
  Requires-Dist: qrcode>=7.4.2
@@ -1,5 +1,5 @@
1
1
  flet_cli/cli.py,sha256=iDtpgVnrdrHapnE42bkTe7Sf_bNK724bqXISozNWTRQ,3586
2
- flet_cli/version.py,sha256=UF4iQbsPnnRB1w0gbk6fmD0ixFS7NwiGJpu_LPemZzY,19
2
+ flet_cli/version.py,sha256=7BBA-GWz4ScqgKKnxJllt4nSJKMRObfm82476HDLtL0,24
3
3
  flet_cli/__pyinstaller/__init__.py,sha256=KJsKpQ6uSVslADmFaOKaxCu-GOZZtcVKnti-ripD-ug,164
4
4
  flet_cli/__pyinstaller/config.py,sha256=MN2IPu53K1RDyh_KE4wIcQH8El_n4Z3fD6NO2iq8y74,20
5
5
  flet_cli/__pyinstaller/hook-flet.py,sha256=RbiFE8-7VBsY4Dwt7a9-9gW0gUFQGjOLY1-OBsZm_mI,506
@@ -9,7 +9,7 @@ flet_cli/__pyinstaller/win_utils.py,sha256=wu0G98CUMkGfloZa2LTqJE7axAZPB2-TLBOHJ
9
9
  flet_cli/__pyinstaller/rthooks/pyi_rth_localhost_fletd.py,sha256=Q5r19b95nWjDdF-D6civD6_M8jzSDIi26WBHlVJOhdY,584
10
10
  flet_cli/commands/base.py,sha256=6MTAuA7kKdaKIZI4AyWPM1TJfFCxmRj7kc7z2h6E_4k,3496
11
11
  flet_cli/commands/build.py,sha256=lDqO-O9ug9Cy5gU2oGUYDhj9_m8E4mkaytzNHEwJwcA,5741
12
- flet_cli/commands/build_base.py,sha256=g5V8uJjislYXAXa1AeJ0GPJ_qKd63Rlcj5ONnB67vf0,88522
12
+ flet_cli/commands/build_base.py,sha256=p6fbdGRyKI-PW6DxuvS__HfMMaCa7CI_cOtQSMGlMtg,89329
13
13
  flet_cli/commands/create.py,sha256=LLgxC7Sbxhy9es21YS9nmR5oGOCJjsYDCdXWztIV44A,5305
14
14
  flet_cli/commands/debug.py,sha256=7RhwJCKLVSf9_hunWGKd9vBnR9EgujCWmgs6aOzQVr4,6656
15
15
  flet_cli/commands/devices.py,sha256=7kn56lrZLN5LuG_X3IyMdSfdFa421yE4R1otTJr5Yrc,7953
@@ -32,8 +32,8 @@ flet_cli/utils/plist.py,sha256=oqBCkeUjUqPIf5y7XaE2seSx64FEs7yc2cukvbjFoSU,1135
32
32
  flet_cli/utils/processes.py,sha256=S0ErmI5x9S6RNMe89cf5M4ROIofMtjNZRQ29foUllJ4,2885
33
33
  flet_cli/utils/project_dependencies.py,sha256=kC8gZZyaGk-coNXrh6cyPM6i9RhUaXcBIvZmQ50PufY,4064
34
34
  flet_cli/utils/pyproject_toml.py,sha256=o4fAWKXMyK8vdnAO41BLI7Lt3ohMlVdlwrpaifq30Cs,1408
35
- flet_cli-0.85.2.dist-info/METADATA,sha256=w4hk3iKMSvgUX9l4eIOR5D_JPBbuGGFrk6ZcPyno2e8,1204
36
- flet_cli-0.85.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
37
- flet_cli-0.85.2.dist-info/entry_points.txt,sha256=UZFR426y3mfr0wgikEFPbZ6wtGwfgykif9Obw6R7Wnc,65
38
- flet_cli-0.85.2.dist-info/top_level.txt,sha256=4_BPVAJpcNofDe3XMxajlZLBNWzWqKhRynNSBCYTKVQ,9
39
- flet_cli-0.85.2.dist-info/RECORD,,
35
+ flet_cli-0.85.3.dev0.dist-info/METADATA,sha256=fdZXwPQpRT55hGUP77yEgYe4315MjPYh1YwvigOtPII,1214
36
+ flet_cli-0.85.3.dev0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
37
+ flet_cli-0.85.3.dev0.dist-info/entry_points.txt,sha256=UZFR426y3mfr0wgikEFPbZ6wtGwfgykif9Obw6R7Wnc,65
38
+ flet_cli-0.85.3.dev0.dist-info/top_level.txt,sha256=4_BPVAJpcNofDe3XMxajlZLBNWzWqKhRynNSBCYTKVQ,9
39
+ flet_cli-0.85.3.dev0.dist-info/RECORD,,