flet-web 0.70.0.dev5103__py3-none-any.whl → 0.70.0.dev5276__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.
Potentially problematic release.
This version of flet-web might be problematic. Click here for more details.
- flet_web/version.py +1 -1
- flet_web/web/assets/NOTICES +24 -0
- flet_web/web/flutter_bootstrap.js +1 -1
- flet_web/web/flutter_service_worker.js +5 -5
- flet_web/web/main.dart.js +110328 -109932
- flet_web/web/main.dart.mjs +311 -302
- flet_web/web/main.dart.wasm +0 -0
- flet_web/web/pyodide/micropip-0.8.0-py3-none-any.whl +2 -2
- {flet_web-0.70.0.dev5103.dist-info → flet_web-0.70.0.dev5276.dist-info}/METADATA +2 -2
- {flet_web-0.70.0.dev5103.dist-info → flet_web-0.70.0.dev5276.dist-info}/RECORD +12 -12
- {flet_web-0.70.0.dev5103.dist-info → flet_web-0.70.0.dev5276.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev5103.dist-info → flet_web-0.70.0.dev5276.dist-info}/top_level.txt +0 -0
flet_web/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "0.70.0.
|
|
1
|
+
version = "0.70.0.dev5276"
|
flet_web/web/assets/NOTICES
CHANGED
|
@@ -31880,6 +31880,30 @@ furnished to do so, subject to the following conditions:
|
|
|
31880
31880
|
The above copyright notice and this permission notice shall be included in all
|
|
31881
31881
|
copies or substantial portions of the Software.
|
|
31882
31882
|
|
|
31883
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31884
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31885
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31886
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31887
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31888
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31889
|
+
SOFTWARE.
|
|
31890
|
+
--------------------------------------------------------------------------------
|
|
31891
|
+
screenshot
|
|
31892
|
+
|
|
31893
|
+
The MIT License (MIT)
|
|
31894
|
+
|
|
31895
|
+
Copyright (c) 2018 Sachin Ganesh
|
|
31896
|
+
|
|
31897
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31898
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
31899
|
+
in the Software without restriction, including without limitation the rights
|
|
31900
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31901
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
31902
|
+
furnished to do so, subject to the following conditions:
|
|
31903
|
+
|
|
31904
|
+
The above copyright notice and this permission notice shall be included in all
|
|
31905
|
+
copies or substantial portions of the Software.
|
|
31906
|
+
|
|
31883
31907
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31884
31908
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31885
31909
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
@@ -54,7 +54,7 @@ if (flet.noCdn) {
|
|
|
54
54
|
_flutter.loader.load({
|
|
55
55
|
config: flutterConfig,
|
|
56
56
|
serviceWorkerSettings: {
|
|
57
|
-
serviceWorkerVersion: "
|
|
57
|
+
serviceWorkerVersion: "1274340507",
|
|
58
58
|
},
|
|
59
59
|
onEntrypointLoaded: async function (engineInitializer) {
|
|
60
60
|
loading.classList.add('main_done');
|
|
@@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
|
|
|
3
3
|
const TEMP = 'flutter-temp-cache';
|
|
4
4
|
const CACHE_NAME = 'flutter-app-cache';
|
|
5
5
|
|
|
6
|
-
const RESOURCES = {"main.dart.js": "
|
|
6
|
+
const RESOURCES = {"main.dart.js": "0cfbc23f557fe600f3b068656a287a51",
|
|
7
7
|
"manifest.json": "58765f937ba0d0c40a3a714c5c1adb87",
|
|
8
8
|
"python-worker.js": "26eb131f3acb5ce232fea72da957e8ce",
|
|
9
9
|
"canvaskit/skwasm.wasm": "39dd80367a4e71582d234948adc521c0",
|
|
@@ -15,8 +15,8 @@ const RESOURCES = {"main.dart.js": "fb992f35a5981ffb83bdfcd54ac46de6",
|
|
|
15
15
|
"canvaskit/skwasm.js.symbols": "e72c79950c8a8483d826a7f0560573a1",
|
|
16
16
|
"canvaskit/canvaskit.js": "728b2d477d9b8c14593d4f9b82b484f3",
|
|
17
17
|
"canvaskit/canvaskit.wasm": "7a3f4ae7d65fc1de6a6e7ddd3224bc93",
|
|
18
|
-
"flutter_bootstrap.js": "
|
|
19
|
-
"main.dart.wasm": "
|
|
18
|
+
"flutter_bootstrap.js": "f3eb560b3d3aa11db14e41f02294c0de",
|
|
19
|
+
"main.dart.wasm": "953e287d0e92ba4387b67362c6fd50c4",
|
|
20
20
|
"favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
|
|
21
21
|
"flutter.js": "83d881c1dbb6d6bcd6b42e274605b69c",
|
|
22
22
|
"index.html": "55e4a5140b3c5f98b694331a15299630",
|
|
@@ -29,7 +29,7 @@ const RESOURCES = {"main.dart.js": "fb992f35a5981ffb83bdfcd54ac46de6",
|
|
|
29
29
|
"assets/packages/record_web/assets/js/record.fixwebmduration.js": "1f0108ea80c8951ba702ced40cf8cdce",
|
|
30
30
|
"assets/packages/media_kit/assets/web/hls1.4.10.js": "bd60e2701c42b6bf2c339dcf5d495865",
|
|
31
31
|
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
|
|
32
|
-
"assets/NOTICES": "
|
|
32
|
+
"assets/NOTICES": "ca4e895284220b684e61b44e67491dfb",
|
|
33
33
|
"assets/AssetManifest.json": "a38a816646dff320fc78b32cc727925e",
|
|
34
34
|
"assets/fonts/roboto.woff2": "e507bd45228483ae2f864d36f26bb43e",
|
|
35
35
|
"assets/fonts/MaterialIcons-Regular.otf": "f34ace52ea74c95e26949fab4870ac22",
|
|
@@ -41,7 +41,7 @@ const RESOURCES = {"main.dart.js": "fb992f35a5981ffb83bdfcd54ac46de6",
|
|
|
41
41
|
"icons/icon-maskable-192.png": "c1c2210feeb444cf800a5ce0d06eff16",
|
|
42
42
|
"icons/loading-animation.png": "41a96047dbd2463a50c46ad3bf6ff158",
|
|
43
43
|
"icons/icon-maskable-512.png": "aa798e6d780ff109da17c3a98d5f2619",
|
|
44
|
-
"main.dart.mjs": "
|
|
44
|
+
"main.dart.mjs": "6ffe55a21c28eeadcbb41a480db1f72a",
|
|
45
45
|
"python.js": "352c5261eadd3cc73ac082984266c0fc",
|
|
46
46
|
"version.json": "3fea9d9c7b4ca6955aa03e762e0d2e13"};
|
|
47
47
|
// The application shell files that are downloaded before a service worker can
|