flet-web 0.70.0.dev6145__py3-none-any.whl → 0.70.0.dev6196__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.70.0.dev6145"
1
+ version = "0.70.0.dev6196"
@@ -55,7 +55,7 @@ if (flet.noCdn) {
55
55
  _flutter.loader.load({
56
56
  config: flutterConfig,
57
57
  serviceWorkerSettings: {
58
- serviceWorkerVersion: "1182041975",
58
+ serviceWorkerVersion: "133538605",
59
59
  },
60
60
  onEntrypointLoaded: async function (engineInitializer) {
61
61
  loading.classList.add('main_done');
@@ -13,8 +13,8 @@ const RESOURCES = {"flutter.js": "888483df48293866f9f41d3d9274a779",
13
13
  "python.js": "3b891fa2b956f791f9670494f43b9042",
14
14
  "manifest.json": "58765f937ba0d0c40a3a714c5c1adb87",
15
15
  "main.dart.mjs": "9f9a504ece701b6321231050e6fc8676",
16
- "index.html": "ef8ce124e30a3987c3fc065be6e27e66",
17
- "/": "ef8ce124e30a3987c3fc065be6e27e66",
16
+ "index.html": "84e533de8947134d3c820fd45081899a",
17
+ "/": "84e533de8947134d3c820fd45081899a",
18
18
  "assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
19
19
  "assets/AssetManifest.bin.json": "15a667376456bdf082d25c5b97a6577e",
20
20
  "assets/fonts/MaterialIcons-Regular.otf": "f34ace52ea74c95e26949fab4870ac22",
@@ -43,10 +43,10 @@ const RESOURCES = {"flutter.js": "888483df48293866f9f41d3d9274a779",
43
43
  "canvaskit/skwasm.js.symbols": "0088242d10d7e7d6d2649d1fe1bda7c1",
44
44
  "python-worker.js": "26eb131f3acb5ce232fea72da957e8ce",
45
45
  "favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
46
- "main.dart.wasm": "9da3a888a947cf8a0dd83613ead5effc",
47
- "flutter_bootstrap.js": "077a360d33848e8c32b3fc6e621a5df2",
46
+ "main.dart.wasm": "769f2ae90edad7edb6cf6a69e153e172",
47
+ "flutter_bootstrap.js": "db703c1a1da576e6fe4bb5d00c182392",
48
48
  "version.json": "3fea9d9c7b4ca6955aa03e762e0d2e13",
49
- "main.dart.js": "41c16ba829d60c5447952dd3d694ab77"};
49
+ "main.dart.js": "eb020e68331aac73a2047ffa9fab09d3"};
50
50
  // The application shell files that are downloaded before a service worker can
51
51
  // start.
52
52
  const CORE = ["main.dart.js",
flet_web/web/index.html CHANGED
@@ -138,9 +138,9 @@
138
138
  </div>
139
139
  <script src="flutter_bootstrap.js" async></script>
140
140
 
141
- <h1>View 1</h1>
141
+ <!-- <h1>View 1</h1>
142
142
  <div id="view-1" style="display: flex; justify-content: center;"></div>
143
143
  <h1>View 2</h1>
144
- <div id="view-2"></div>
144
+ <div id="view-2"></div> -->
145
145
  </body>
146
146
  </html>