flet 0.23.0.dev2880__tar.gz → 0.23.0.dev2895__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-0.23.0.dev2880 → flet-0.23.0.dev2895}/PKG-INFO +2 -2
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/pyproject.toml +2 -2
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/NOTICES +53 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/flutter_bootstrap.js +1 -1
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/flutter_service_worker.js +5 -5
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/index.html +1 -1
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/main.dart.js +104471 -104087
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/README.md +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/config.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/hook-flet.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/macos_utils.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/rthooks/pyi_rth_localhost_fletd.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/rthooks.dat +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/utils.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/__pyinstaller/win_utils.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/auth/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/auth/providers/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/canvas/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/cli.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/base.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/build.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/create.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/options.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/pack.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/publish.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/cli/commands/run.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/README.md +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/app.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/flet_app.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/flet_app_manager.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/flet_fastapi.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/flet_oauth.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/flet_static_files.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/flet_upload.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/oauth_state.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/fastapi/serve_fastapi_web_app.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/map/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/matplotlib_chart.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/plotly_chart.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/security/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/utils/__init__.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/version.py +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/.last_build_id +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/AssetManifest.bin +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/AssetManifest.bin.json +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/AssetManifest.json +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/FontManifest.json +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/fonts/MaterialIcons-Regular.otf +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/media_kit/assets/web/hls1.4.10.js +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/record_web/assets/js/record.worklet.js +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/wakelock_plus/assets/no_sleep.js +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/window_manager/images/ic_chrome_close.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/window_manager/images/ic_chrome_maximize.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/window_manager/images/ic_chrome_minimize.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/packages/window_manager/images/ic_chrome_unmaximize.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/assets/shaders/ink_sparkle.frag +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/favicon.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/flutter.js +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/icons/apple-touch-icon-192.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/icons/icon-192.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/icons/icon-512.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/icons/icon-maskable-192.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/icons/icon-maskable-512.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/icons/loading-animation.png +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/manifest.json +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/python-worker.js +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/python.js +0 -0
- {flet-0.23.0.dev2880 → flet-0.23.0.dev2895}/src/flet/web/version.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: flet
|
|
3
|
-
Version: 0.23.0.
|
|
3
|
+
Version: 0.23.0.dev2895
|
|
4
4
|
Summary: Flet for Python - easily build interactive multi-platform apps in Python
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: Appveyor Systems Inc.
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Requires-Dist: cookiecutter (>=2.6.0,<3.0.0)
|
|
17
17
|
Requires-Dist: fastapi (>=0,<1)
|
|
18
|
-
Requires-Dist: flet-runtime (==0.23.0.
|
|
18
|
+
Requires-Dist: flet-runtime (==0.23.0.dev2895)
|
|
19
19
|
Requires-Dist: packaging (>=23.1,<24.0)
|
|
20
20
|
Requires-Dist: qrcode (>=7.4.2,<8.0.0)
|
|
21
21
|
Requires-Dist: uvicorn[standard] (>=0,<1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "flet"
|
|
3
|
-
version = "0.23.0.
|
|
3
|
+
version = "0.23.0.dev2895"
|
|
4
4
|
description = "Flet for Python - easily build interactive multi-platform apps in Python"
|
|
5
5
|
authors = ["Appveyor Systems Inc. <hello@flet.dev>"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -17,7 +17,7 @@ documentation = "https://flet.dev/docs"
|
|
|
17
17
|
|
|
18
18
|
[tool.poetry.dependencies]
|
|
19
19
|
python = "^3.8"
|
|
20
|
-
flet-runtime = "0.23.0.
|
|
20
|
+
flet-runtime = "0.23.0.dev2895"
|
|
21
21
|
watchdog = "^4.0.0"
|
|
22
22
|
packaging = "^23.1"
|
|
23
23
|
qrcode = "^7.4.2"
|
|
@@ -7667,6 +7667,7 @@ limitations under the License.
|
|
|
7667
7667
|
flet
|
|
7668
7668
|
flet_audio
|
|
7669
7669
|
flet_audio_recorder
|
|
7670
|
+
flet_geolocator
|
|
7670
7671
|
flet_lottie
|
|
7671
7672
|
flet_map
|
|
7672
7673
|
flet_permission_handler
|
|
@@ -9035,6 +9036,58 @@ negated the permissions granted in the license. In the spirit of
|
|
|
9035
9036
|
permissive licensing, and of not having licensing issues being an
|
|
9036
9037
|
obstacle to adoption, that text has been removed.
|
|
9037
9038
|
--------------------------------------------------------------------------------
|
|
9039
|
+
geolocator
|
|
9040
|
+
geolocator_android
|
|
9041
|
+
geolocator_apple
|
|
9042
|
+
geolocator_platform_interface
|
|
9043
|
+
geolocator_web
|
|
9044
|
+
|
|
9045
|
+
MIT License
|
|
9046
|
+
|
|
9047
|
+
Copyright (c) 2018 Baseflow
|
|
9048
|
+
|
|
9049
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9050
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9051
|
+
in the Software without restriction, including without limitation the rights
|
|
9052
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9053
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9054
|
+
furnished to do so, subject to the following conditions:
|
|
9055
|
+
|
|
9056
|
+
The above copyright notice and this permission notice shall be included in all
|
|
9057
|
+
copies or substantial portions of the Software.
|
|
9058
|
+
|
|
9059
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
9060
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
9061
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
9062
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
9063
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
9064
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
9065
|
+
SOFTWARE.
|
|
9066
|
+
--------------------------------------------------------------------------------
|
|
9067
|
+
geolocator_windows
|
|
9068
|
+
|
|
9069
|
+
MIT License
|
|
9070
|
+
|
|
9071
|
+
Copyright (c) 2018 Baseflow
|
|
9072
|
+
|
|
9073
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9074
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9075
|
+
in the Software without restriction, including without limitation the rights
|
|
9076
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9077
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9078
|
+
furnished to do so, subject to the following conditions:
|
|
9079
|
+
|
|
9080
|
+
The above copyright notice and this permission notice shall be included in all
|
|
9081
|
+
copies or substantial portions of the Software.
|
|
9082
|
+
|
|
9083
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
9084
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
9085
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
9086
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
9087
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
9088
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
9089
|
+
SOFTWARE.
|
|
9090
|
+
--------------------------------------------------------------------------------
|
|
9038
9091
|
glfw
|
|
9039
9092
|
|
|
9040
9093
|
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
|
|
@@ -4,7 +4,7 @@ const TEMP = 'flutter-temp-cache';
|
|
|
4
4
|
const CACHE_NAME = 'flutter-app-cache';
|
|
5
5
|
|
|
6
6
|
const RESOURCES = {"assets/AssetManifest.json": "8d7810f1fb9e0cf9c7606bfcf9fc5988",
|
|
7
|
-
"assets/NOTICES": "
|
|
7
|
+
"assets/NOTICES": "35cdf6cff6def0de13d8f0161e9e049a",
|
|
8
8
|
"assets/packages/record_web/assets/js/record.worklet.js": "356bcfeddb8a625e3e2ba43ddf1cc13e",
|
|
9
9
|
"assets/packages/flutter_map/lib/assets/flutter_map_logo.png": "208d63cc917af9713fc9572bd5c09362",
|
|
10
10
|
"assets/packages/wakelock_plus/assets/no_sleep.js": "7748a45cd593f33280669b29c2c8919a",
|
|
@@ -22,7 +22,7 @@ const RESOURCES = {"assets/AssetManifest.json": "8d7810f1fb9e0cf9c7606bfcf9fc598
|
|
|
22
22
|
"favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
|
|
23
23
|
"manifest.json": "7909dae66a9203092dc86b5a6162e79c",
|
|
24
24
|
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
|
|
25
|
-
"main.dart.js": "
|
|
25
|
+
"main.dart.js": "5096c2ab99eacada222e843547c8008d",
|
|
26
26
|
"version.json": "3fea9d9c7b4ca6955aa03e762e0d2e13",
|
|
27
27
|
"icons/apple-touch-icon-192.png": "8cf0d5162941f467a77f023c414a1812",
|
|
28
28
|
"icons/icon-maskable-512.png": "aa798e6d780ff109da17c3a98d5f2619",
|
|
@@ -42,9 +42,9 @@ const RESOURCES = {"assets/AssetManifest.json": "8d7810f1fb9e0cf9c7606bfcf9fc598
|
|
|
42
42
|
"canvaskit/chromium/canvaskit.js": "901bb9e28fac643b7da75ecfd3339f3f",
|
|
43
43
|
"canvaskit/chromium/canvaskit.js.symbols": "ee7e331f7f5bbf5ec937737542112372",
|
|
44
44
|
"python-worker.js": "62a4865b3d41771b39660076485879be",
|
|
45
|
-
"flutter_bootstrap.js": "
|
|
46
|
-
"index.html": "
|
|
47
|
-
"/": "
|
|
45
|
+
"flutter_bootstrap.js": "49aa2643d7b0d9d2b0affcee84c4bdbb",
|
|
46
|
+
"index.html": "f0941b7920f12e2621a8f012e744ebae",
|
|
47
|
+
"/": "f0941b7920f12e2621a8f012e744ebae"};
|
|
48
48
|
// The application shell files that are downloaded before a service worker can
|
|
49
49
|
// start.
|
|
50
50
|
const CORE = ["main.dart.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
<script>
|
|
39
39
|
// The value below is injected by flutter build, do not touch.
|
|
40
|
-
const serviceWorkerVersion = "
|
|
40
|
+
const serviceWorkerVersion = "3192251997";
|
|
41
41
|
</script>
|
|
42
42
|
<!-- This script adds the flutter initialization JS code -->
|
|
43
43
|
<script src="flutter.js" defer></script>
|