flet 0.23.0.dev2659__tar.gz → 0.23.0.dev2664__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.dev2659 → flet-0.23.0.dev2664}/PKG-INFO +2 -2
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/pyproject.toml +2 -2
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/NOTICES +62 -61
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/flutter_service_worker.js +4 -4
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/index.html +1 -1
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/main.dart.js +39174 -39162
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/README.md +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/config.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/hook-flet.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/macos_utils.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/rthooks/pyi_rth_localhost_fletd.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/rthooks.dat +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/utils.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/__pyinstaller/win_utils.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/auth/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/auth/providers/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/canvas/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/cli.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/base.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/build.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/create.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/options.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/pack.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/publish.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/cli/commands/run.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/README.md +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/app.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/flet_app.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/flet_app_manager.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/flet_fastapi.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/flet_oauth.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/flet_static_files.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/flet_upload.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/oauth_state.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/fastapi/serve_fastapi_web_app.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/matplotlib_chart.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/plotly_chart.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/security/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/utils/__init__.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/version.py +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/.last_build_id +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/AssetManifest.bin +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/AssetManifest.bin.json +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/AssetManifest.json +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/FontManifest.json +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/fonts/MaterialIcons-Regular.otf +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/media_kit/assets/web/hls1.4.10.js +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/record_web/assets/js/record.worklet.js +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/wakelock_plus/assets/no_sleep.js +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/window_manager/images/ic_chrome_close.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/window_manager/images/ic_chrome_maximize.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/window_manager/images/ic_chrome_minimize.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/packages/window_manager/images/ic_chrome_unmaximize.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/assets/shaders/ink_sparkle.frag +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/favicon.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/flutter.js +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/icons/apple-touch-icon-192.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/icons/icon-192.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/icons/icon-512.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/icons/icon-maskable-192.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/icons/icon-maskable-512.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/icons/loading-animation.png +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/manifest.json +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/python-worker.js +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/src/flet/web/python.js +0 -0
- {flet-0.23.0.dev2659 → flet-0.23.0.dev2664}/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.dev2664
|
|
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.dev2664)
|
|
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.dev2664"
|
|
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.dev2664"
|
|
21
21
|
watchdog = "^4.0.0"
|
|
22
22
|
packaging = "^23.1"
|
|
23
23
|
qrcode = "^7.4.2"
|
|
@@ -4658,6 +4658,68 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
4658
4658
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
4659
4659
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4660
4660
|
|
|
4661
|
+
--------------------------------------------------------------------------------
|
|
4662
|
+
cross_file
|
|
4663
|
+
flutter_lints
|
|
4664
|
+
flutter_markdown
|
|
4665
|
+
flutter_plugin_android_lifecycle
|
|
4666
|
+
path_provider
|
|
4667
|
+
path_provider_android
|
|
4668
|
+
path_provider_foundation
|
|
4669
|
+
path_provider_linux
|
|
4670
|
+
path_provider_platform_interface
|
|
4671
|
+
path_provider_windows
|
|
4672
|
+
platform
|
|
4673
|
+
plugin_platform_interface
|
|
4674
|
+
process
|
|
4675
|
+
shared_preferences
|
|
4676
|
+
shared_preferences_android
|
|
4677
|
+
shared_preferences_foundation
|
|
4678
|
+
shared_preferences_linux
|
|
4679
|
+
shared_preferences_platform_interface
|
|
4680
|
+
shared_preferences_web
|
|
4681
|
+
shared_preferences_windows
|
|
4682
|
+
url_launcher
|
|
4683
|
+
url_launcher_android
|
|
4684
|
+
url_launcher_ios
|
|
4685
|
+
url_launcher_linux
|
|
4686
|
+
url_launcher_macos
|
|
4687
|
+
url_launcher_platform_interface
|
|
4688
|
+
url_launcher_windows
|
|
4689
|
+
vector_graphics
|
|
4690
|
+
vector_graphics_codec
|
|
4691
|
+
vector_graphics_compiler
|
|
4692
|
+
webview_flutter
|
|
4693
|
+
webview_flutter_platform_interface
|
|
4694
|
+
webview_flutter_wkwebview
|
|
4695
|
+
xdg_directories
|
|
4696
|
+
|
|
4697
|
+
Copyright 2013 The Flutter Authors. All rights reserved.
|
|
4698
|
+
|
|
4699
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
4700
|
+
are permitted provided that the following conditions are met:
|
|
4701
|
+
|
|
4702
|
+
* Redistributions of source code must retain the above copyright
|
|
4703
|
+
notice, this list of conditions and the following disclaimer.
|
|
4704
|
+
* Redistributions in binary form must reproduce the above
|
|
4705
|
+
copyright notice, this list of conditions and the following
|
|
4706
|
+
disclaimer in the documentation and/or other materials provided
|
|
4707
|
+
with the distribution.
|
|
4708
|
+
* Neither the name of Google Inc. nor the names of its
|
|
4709
|
+
contributors may be used to endorse or promote products derived
|
|
4710
|
+
from this software without specific prior written permission.
|
|
4711
|
+
|
|
4712
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
4713
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
4714
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4715
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
4716
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
4717
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
4718
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
4719
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
4720
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
4721
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4722
|
+
|
|
4661
4723
|
--------------------------------------------------------------------------------
|
|
4662
4724
|
cupertino_icons
|
|
4663
4725
|
|
|
@@ -7755,67 +7817,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
7755
7817
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7756
7818
|
SOFTWARE.
|
|
7757
7819
|
|
|
7758
|
-
--------------------------------------------------------------------------------
|
|
7759
|
-
flutter_lints
|
|
7760
|
-
flutter_markdown
|
|
7761
|
-
flutter_plugin_android_lifecycle
|
|
7762
|
-
path_provider
|
|
7763
|
-
path_provider_android
|
|
7764
|
-
path_provider_foundation
|
|
7765
|
-
path_provider_linux
|
|
7766
|
-
path_provider_platform_interface
|
|
7767
|
-
path_provider_windows
|
|
7768
|
-
platform
|
|
7769
|
-
plugin_platform_interface
|
|
7770
|
-
process
|
|
7771
|
-
shared_preferences
|
|
7772
|
-
shared_preferences_android
|
|
7773
|
-
shared_preferences_foundation
|
|
7774
|
-
shared_preferences_linux
|
|
7775
|
-
shared_preferences_platform_interface
|
|
7776
|
-
shared_preferences_web
|
|
7777
|
-
shared_preferences_windows
|
|
7778
|
-
url_launcher
|
|
7779
|
-
url_launcher_android
|
|
7780
|
-
url_launcher_ios
|
|
7781
|
-
url_launcher_linux
|
|
7782
|
-
url_launcher_macos
|
|
7783
|
-
url_launcher_platform_interface
|
|
7784
|
-
url_launcher_windows
|
|
7785
|
-
vector_graphics
|
|
7786
|
-
vector_graphics_codec
|
|
7787
|
-
vector_graphics_compiler
|
|
7788
|
-
webview_flutter
|
|
7789
|
-
webview_flutter_platform_interface
|
|
7790
|
-
webview_flutter_wkwebview
|
|
7791
|
-
xdg_directories
|
|
7792
|
-
|
|
7793
|
-
Copyright 2013 The Flutter Authors. All rights reserved.
|
|
7794
|
-
|
|
7795
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
7796
|
-
are permitted provided that the following conditions are met:
|
|
7797
|
-
|
|
7798
|
-
* Redistributions of source code must retain the above copyright
|
|
7799
|
-
notice, this list of conditions and the following disclaimer.
|
|
7800
|
-
* Redistributions in binary form must reproduce the above
|
|
7801
|
-
copyright notice, this list of conditions and the following
|
|
7802
|
-
disclaimer in the documentation and/or other materials provided
|
|
7803
|
-
with the distribution.
|
|
7804
|
-
* Neither the name of Google Inc. nor the names of its
|
|
7805
|
-
contributors may be used to endorse or promote products derived
|
|
7806
|
-
from this software without specific prior written permission.
|
|
7807
|
-
|
|
7808
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
7809
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
7810
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
7811
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
7812
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
7813
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
7814
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
7815
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
7816
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
7817
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
7818
|
-
|
|
7819
7820
|
--------------------------------------------------------------------------------
|
|
7820
7821
|
flutter_redux
|
|
7821
7822
|
|
|
@@ -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": "d1ecfb84f772537182f1c8bc787dce62",
|
|
7
|
-
"assets/NOTICES": "
|
|
7
|
+
"assets/NOTICES": "3811e21d80b187b666b7a188a745cf3e",
|
|
8
8
|
"assets/packages/record_web/assets/js/record.worklet.js": "356bcfeddb8a625e3e2ba43ddf1cc13e",
|
|
9
9
|
"assets/packages/wakelock_plus/assets/no_sleep.js": "7748a45cd593f33280669b29c2c8919a",
|
|
10
10
|
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "1a103a5a8ff4507b99da2e80fe07e170",
|
|
@@ -21,7 +21,7 @@ const RESOURCES = {"assets/AssetManifest.json": "d1ecfb84f772537182f1c8bc787dce6
|
|
|
21
21
|
"favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
|
|
22
22
|
"manifest.json": "7909dae66a9203092dc86b5a6162e79c",
|
|
23
23
|
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
|
|
24
|
-
"main.dart.js": "
|
|
24
|
+
"main.dart.js": "1758d7779311a85c325ac3344083c990",
|
|
25
25
|
"version.json": "3fea9d9c7b4ca6955aa03e762e0d2e13",
|
|
26
26
|
"icons/apple-touch-icon-192.png": "8cf0d5162941f467a77f023c414a1812",
|
|
27
27
|
"icons/icon-maskable-512.png": "aa798e6d780ff109da17c3a98d5f2619",
|
|
@@ -41,8 +41,8 @@ const RESOURCES = {"assets/AssetManifest.json": "d1ecfb84f772537182f1c8bc787dce6
|
|
|
41
41
|
"canvaskit/chromium/canvaskit.js": "43787ac5098c648979c27c13c6f804c3",
|
|
42
42
|
"canvaskit/chromium/canvaskit.js.symbols": "4525682ef039faeb11f24f37436dca06",
|
|
43
43
|
"python-worker.js": "62a4865b3d41771b39660076485879be",
|
|
44
|
-
"index.html": "
|
|
45
|
-
"/": "
|
|
44
|
+
"index.html": "b8377e0a934970eee0c27f76d63013ef",
|
|
45
|
+
"/": "b8377e0a934970eee0c27f76d63013ef"};
|
|
46
46
|
// The application shell files that are downloaded before a service worker can
|
|
47
47
|
// start.
|
|
48
48
|
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 = "2079268913";
|
|
41
41
|
</script>
|
|
42
42
|
<!-- This script adds the flutter initialization JS code -->
|
|
43
43
|
<script src="flutter.js" defer></script>
|