flet-web 0.26.0.dev4039__py3-none-any.whl → 0.26.0.dev4041__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 CHANGED
@@ -1 +1 @@
1
- version = "0.26.0.dev4039"
1
+ version = "0.26.0.dev4041"
@@ -6186,6 +6186,42 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
6186
6186
  This Source Code Form is "Incompatible With Secondary Licenses", as
6187
6187
  defined by the Mozilla Public License, v. 2.0.
6188
6188
 
6189
+ --------------------------------------------------------------------------------
6190
+ device_info_plus
6191
+ device_info_plus_platform_interface
6192
+ package_info_plus
6193
+ package_info_plus_platform_interface
6194
+ sensors_plus
6195
+ sensors_plus_platform_interface
6196
+
6197
+ Copyright 2017 The Chromium Authors. All rights reserved.
6198
+
6199
+ Redistribution and use in source and binary forms, with or without
6200
+ modification, are permitted provided that the following conditions are
6201
+ met:
6202
+
6203
+ * Redistributions of source code must retain the above copyright
6204
+ notice, this list of conditions and the following disclaimer.
6205
+ * Redistributions in binary form must reproduce the above
6206
+ copyright notice, this list of conditions and the following disclaimer
6207
+ in the documentation and/or other materials provided with the
6208
+ distribution.
6209
+ * Neither the name of Google Inc. nor the names of its
6210
+ contributors may be used to endorse or promote products derived from
6211
+ this software without specific prior written permission.
6212
+
6213
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6214
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6215
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6216
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6217
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6218
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6219
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6220
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6221
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6222
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6223
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6224
+
6189
6225
  --------------------------------------------------------------------------------
6190
6226
  dio
6191
6227
  dio_web_adapter
@@ -32740,40 +32776,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32740
32776
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32741
32777
  SOFTWARE.
32742
32778
 
32743
- --------------------------------------------------------------------------------
32744
- package_info_plus
32745
- package_info_plus_platform_interface
32746
- sensors_plus
32747
- sensors_plus_platform_interface
32748
-
32749
- Copyright 2017 The Chromium Authors. All rights reserved.
32750
-
32751
- Redistribution and use in source and binary forms, with or without
32752
- modification, are permitted provided that the following conditions are
32753
- met:
32754
-
32755
- * Redistributions of source code must retain the above copyright
32756
- notice, this list of conditions and the following disclaimer.
32757
- * Redistributions in binary form must reproduce the above
32758
- copyright notice, this list of conditions and the following disclaimer
32759
- in the documentation and/or other materials provided with the
32760
- distribution.
32761
- * Neither the name of Google Inc. nor the names of its
32762
- contributors may be used to endorse or promote products derived from
32763
- this software without specific prior written permission.
32764
-
32765
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32766
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32767
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32768
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32769
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32770
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
32771
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32772
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32773
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32774
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32775
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32776
-
32777
32779
  --------------------------------------------------------------------------------
32778
32780
  path_parsing
32779
32781
 
@@ -37202,6 +37204,37 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37202
37204
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37203
37205
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37204
37206
 
37207
+ --------------------------------------------------------------------------------
37208
+ win32_registry
37209
+
37210
+ BSD 3-Clause License
37211
+
37212
+ Copyright (c) 2023, Halil Durmus
37213
+
37214
+ Redistribution and use in source and binary forms, with or without
37215
+ modification, are permitted provided that the following conditions are met:
37216
+
37217
+ 1. Redistributions of source code must retain the above copyright notice, this
37218
+ list of conditions and the following disclaimer.
37219
+
37220
+ 2. Redistributions in binary form must reproduce the above copyright notice,
37221
+ this list of conditions and the following disclaimer in the documentation
37222
+ and/or other materials provided with the distribution.
37223
+
37224
+ 3. Neither the name of the copyright holder nor the names of its
37225
+ contributors may be used to endorse or promote products derived from
37226
+ this software without specific prior written permission.
37227
+
37228
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
37229
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37230
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37231
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
37232
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37233
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
37234
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37235
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37236
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37237
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37205
37238
  --------------------------------------------------------------------------------
37206
37239
  window_manager
37207
37240
 
@@ -15,7 +15,7 @@ _flutter.loader.load({
15
15
  renderer: webRenderer
16
16
  },
17
17
  serviceWorkerSettings: {
18
- serviceWorkerVersion: "3151163252",
18
+ serviceWorkerVersion: "2892266048",
19
19
  },
20
20
  onEntrypointLoaded: async function (engineInitializer) {
21
21
  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": "7b9ffe404884f304b3adf7f9eab92137",
6
+ const RESOURCES = {"main.dart.js": "0fa98b86f7670a312e844fca3ec6ab04",
7
7
  "manifest.json": "58765f937ba0d0c40a3a714c5c1adb87",
8
8
  "python-worker.js": "62a4865b3d41771b39660076485879be",
9
9
  "canvaskit/skwasm.wasm": "828c26a0b1cc8eb1adacbdd0c5e8bcfa",
@@ -16,7 +16,7 @@ const RESOURCES = {"main.dart.js": "7b9ffe404884f304b3adf7f9eab92137",
16
16
  "canvaskit/skwasm.js.symbols": "96263e00e3c9bd9cd878ead867c04f3c",
17
17
  "canvaskit/canvaskit.js": "26eef3024dbc64886b7f48e1b6fb05cf",
18
18
  "canvaskit/canvaskit.wasm": "e7602c687313cfac5f495c5eac2fb324",
19
- "flutter_bootstrap.js": "39a72ae5cd93ab67f060d1ec9d7701c2",
19
+ "flutter_bootstrap.js": "1119f27dd83d30bf95556b5cf3a0b5df",
20
20
  "favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
21
21
  "flutter.js": "4b2350e14c6650ba82871f60906437ea",
22
22
  "index.html": "9b60787b64ca572171a5b4effdbca418",
@@ -29,7 +29,7 @@ const RESOURCES = {"main.dart.js": "7b9ffe404884f304b3adf7f9eab92137",
29
29
  "assets/packages/record_web/assets/js/record.fixwebmduration.js": "1f0108ea80c8951ba702ced40cf8cdce",
30
30
  "assets/packages/media_kit/assets/web/hls1.4.10.js": "1e36f4683b03af6692ad2542810f28bc",
31
31
  "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
32
- "assets/NOTICES": "e1f82c7cae4d45d0786730acc90d9fa6",
32
+ "assets/NOTICES": "cab1fa5a725d2caafacbae667837a6d1",
33
33
  "assets/AssetManifest.json": "a38a816646dff320fc78b32cc727925e",
34
34
  "assets/fonts/MaterialIcons-Regular.otf": "f34ace52ea74c95e26949fab4870ac22",
35
35
  "assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",