flet-web 0.70.0.dev6176__py3-none-any.whl → 0.70.0.dev6210__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.dev6176"
1
+ version = "0.70.0.dev6210"
@@ -5812,7 +5812,6 @@ See the License for the specific language governing permissions and
5812
5812
  limitations under the License.
5813
5813
  --------------------------------------------------------------------------------
5814
5814
  flet
5815
- flet_ads
5816
5815
  flet_audio
5817
5816
  flet_audio_recorder
5818
5817
  flet_charts
@@ -55,7 +55,7 @@ if (flet.noCdn) {
55
55
  _flutter.loader.load({
56
56
  config: flutterConfig,
57
57
  serviceWorkerSettings: {
58
- serviceWorkerVersion: "4165286217",
58
+ serviceWorkerVersion: "1396025669",
59
59
  },
60
60
  onEntrypointLoaded: async function (engineInitializer) {
61
61
  loading.classList.add('main_done');
@@ -13,13 +13,13 @@ 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",
21
21
  "assets/fonts/roboto.woff2": "e507bd45228483ae2f864d36f26bb43e",
22
- "assets/NOTICES": "bd8d7a9ed50e362f21dfca324dc38688",
22
+ "assets/NOTICES": "91deff3833504086e2b4f25984b271ac",
23
23
  "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6323a28c4d27ae6070923bcb643dc985",
24
24
  "assets/packages/record_web/assets/js/record.fixwebmduration.js": "1f0108ea80c8951ba702ced40cf8cdce",
25
25
  "assets/packages/record_web/assets/js/record.worklet.js": "6d247986689d283b7e45ccdf7214c2ff",
@@ -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": "276a2d68c032c4c5f913dd12c4576847",
46
+ "main.dart.wasm": "769f2ae90edad7edb6cf6a69e153e172",
47
+ "flutter_bootstrap.js": "9727cd33729bd502cb0b9bc1a5e7d59f",
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>