flet-web 0.70.0.dev5558__py3-none-any.whl → 0.70.0.dev5564__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 +30 -1
- flet_web/web/flutter_bootstrap.js +1 -1
- flet_web/web/flutter_service_worker.js +4 -4
- flet_web/web/main.dart.js +7625 -7576
- 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.dev5558.dist-info → flet_web-0.70.0.dev5564.dist-info}/METADATA +2 -2
- {flet_web-0.70.0.dev5558.dist-info → flet_web-0.70.0.dev5564.dist-info}/RECORD +11 -11
- {flet_web-0.70.0.dev5558.dist-info → flet_web-0.70.0.dev5564.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev5558.dist-info → flet_web-0.70.0.dev5564.dist-info}/top_level.txt +0 -0
flet_web/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "0.70.0.
|
|
1
|
+
version = "0.70.0.dev5564"
|
flet_web/web/assets/NOTICES
CHANGED
|
@@ -32299,7 +32299,6 @@ record_linux
|
|
|
32299
32299
|
record_macos
|
|
32300
32300
|
record_platform_interface
|
|
32301
32301
|
record_web
|
|
32302
|
-
record_windows
|
|
32303
32302
|
|
|
32304
32303
|
// Copyright 2022 openapi4j authors. All rights reserved.
|
|
32305
32304
|
//
|
|
@@ -32329,6 +32328,36 @@ record_windows
|
|
|
32329
32328
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32330
32329
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32331
32330
|
--------------------------------------------------------------------------------
|
|
32331
|
+
record_windows
|
|
32332
|
+
|
|
32333
|
+
// Copyright 2022 openapi4j authors. All rights reserved.
|
|
32334
|
+
//
|
|
32335
|
+
// Redistribution and use in source and binary forms, with or without
|
|
32336
|
+
// modification, are permitted provided that the following conditions are
|
|
32337
|
+
// met:
|
|
32338
|
+
//
|
|
32339
|
+
// * Redistributions of source code must retain the above copyright
|
|
32340
|
+
// notice, this list of conditions and the following disclaimer.
|
|
32341
|
+
// * Redistributions in binary form must reproduce the above
|
|
32342
|
+
// copyright notice, this list of conditions and the following disclaimer
|
|
32343
|
+
// in the documentation and/or other materials provided with the
|
|
32344
|
+
// distribution.
|
|
32345
|
+
// * Neither the name of openapi4j nor the names of its
|
|
32346
|
+
// contributors may be used to endorse or promote products derived from
|
|
32347
|
+
// this software without specific prior written permission.
|
|
32348
|
+
//
|
|
32349
|
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32350
|
+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32351
|
+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32352
|
+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32353
|
+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32354
|
+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32355
|
+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32356
|
+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32357
|
+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32358
|
+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32359
|
+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32360
|
+
--------------------------------------------------------------------------------
|
|
32332
32361
|
rive
|
|
32333
32362
|
rive_common
|
|
32334
32363
|
|
|
@@ -54,7 +54,7 @@ if (flet.noCdn) {
|
|
|
54
54
|
_flutter.loader.load({
|
|
55
55
|
config: flutterConfig,
|
|
56
56
|
serviceWorkerSettings: {
|
|
57
|
-
serviceWorkerVersion: "
|
|
57
|
+
serviceWorkerVersion: "3472478932",
|
|
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": "d54f834961a6a725cf05c46fd15b331c",
|
|
7
7
|
"manifest.json": "58765f937ba0d0c40a3a714c5c1adb87",
|
|
8
8
|
"python-worker.js": "26eb131f3acb5ce232fea72da957e8ce",
|
|
9
9
|
"canvaskit/skwasm_heavy.js": "413f5b2b2d9345f37de148e2544f584f",
|
|
@@ -18,8 +18,8 @@ const RESOURCES = {"main.dart.js": "c48349d7e5b2282ed61ed922673f688f",
|
|
|
18
18
|
"canvaskit/skwasm_heavy.js.symbols": "3c01ec03b5de6d62c34e17014d1decd3",
|
|
19
19
|
"canvaskit/canvaskit.js": "140ccb7d34d0a55065fbd422b843add6",
|
|
20
20
|
"canvaskit/canvaskit.wasm": "07b9f5853202304d3b0749d9306573cc",
|
|
21
|
-
"flutter_bootstrap.js": "
|
|
22
|
-
"main.dart.wasm": "
|
|
21
|
+
"flutter_bootstrap.js": "a36f020e03cf7953ad26758025a59b1f",
|
|
22
|
+
"main.dart.wasm": "bd44fa2307b66e5de0c9fc339ff68a60",
|
|
23
23
|
"favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
|
|
24
24
|
"flutter.js": "888483df48293866f9f41d3d9274a779",
|
|
25
25
|
"index.html": "55e4a5140b3c5f98b694331a15299630",
|
|
@@ -32,7 +32,7 @@ const RESOURCES = {"main.dart.js": "c48349d7e5b2282ed61ed922673f688f",
|
|
|
32
32
|
"assets/packages/record_web/assets/js/record.fixwebmduration.js": "1f0108ea80c8951ba702ced40cf8cdce",
|
|
33
33
|
"assets/packages/media_kit/assets/web/hls1.4.10.js": "bd60e2701c42b6bf2c339dcf5d495865",
|
|
34
34
|
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
|
|
35
|
-
"assets/NOTICES": "
|
|
35
|
+
"assets/NOTICES": "026fc4df7cacd07c6b4159a509a3be0e",
|
|
36
36
|
"assets/AssetManifest.json": "a38a816646dff320fc78b32cc727925e",
|
|
37
37
|
"assets/fonts/roboto.woff2": "e507bd45228483ae2f864d36f26bb43e",
|
|
38
38
|
"assets/fonts/MaterialIcons-Regular.otf": "f34ace52ea74c95e26949fab4870ac22",
|