Skip to content

Commit

Permalink
Updated webapp_beta to version 3.9.0_721
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb committed Jun 5, 2024
1 parent 1c80ae4 commit 942d0d0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 47 deletions.
2 changes: 1 addition & 1 deletion webapp_beta/flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions webapp_beta/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "7fe9e9bc6b4b398644e31d8eefd1e84e",
"/": "7fe9e9bc6b4b398644e31d8eefd1e84e",
const RESOURCES = {"index.html": "a2144a12daf3aa5c8fbc18af8f273806",
"/": "a2144a12daf3aa5c8fbc18af8f273806",
"icons/Icon-512.png": "1f4d3a3b30ec92695adfc87857c068c5",
"icons/Icon-maskable-512.png": "1e2a172095fc13520c7aa906543038fb",
"icons/Icon-192.png": "3c328cfe2fa69d19b6bb97ed8a9476fd",
"icons/Icon-maskable-192.png": "205fcad2f4dbee4698f90b92a1bb1573",
"flutter_bootstrap.js": "285bd6bacff07b5931963878e6ab3dd5",
"flutter_bootstrap.js": "de103a8e6efcc55d47fd51da934cee3f",
"canvaskit/canvaskit.js.symbols": "74a84c23f5ada42fe063514c587968c6",
"canvaskit/skwasm.wasm": "4051bfc27ba29bf420d17aa0c3a98bce",
"canvaskit/chromium/canvaskit.js.symbols": "ee7e331f7f5bbf5ec937737542112372",
Expand Down Expand Up @@ -2636,10 +2636,10 @@ const RESOURCES = {"index.html": "7fe9e9bc6b4b398644e31d8eefd1e84e",
"assets/AssetManifest.bin": "44363b0d820b3bee050f01c4954ee0c1",
"assets/AssetManifest.bin.json": "94bc62e11b7cfd3517c81c647742ad6f",
"manifest.json": "2aed15af34ca38d309f25b7ad208b6ea",
"version.json": "5e93476d4dd7191e7389a25a2f3f3485",
"version.json": "f15ffe877c43c7fdced76fcd003c3141",
"favicon.png": "08b885e38ecdf53b6a25c93bbbf679ba",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"main.dart.js": "33c28eabbd23cebcd760ddbf78d93024"};
"main.dart.js": "2ab123dfbf39bfb15b79a976aab13c6c"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
25 changes: 2 additions & 23 deletions webapp_beta/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
Fore more details:
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<base href="/webapp_beta/">
Expand All @@ -28,29 +28,8 @@

<title>Map Marker</title>
<link rel="manifest" href="manifest.json">

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "4061511795";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
</head>
<body>
<script>
window.addEventListener('load', function(ev) {
// Download main.dart.js
_flutter.loader.loadEntrypoint({
serviceWorker: {
serviceWorkerVersion: serviceWorkerVersion,
},
onEntrypointLoaded: function(engineInitializer) {
engineInitializer.initializeEngine().then(function(appRunner) {
appRunner.runApp();
});
}
});
});
</script>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
Loading

0 comments on commit 942d0d0

Please sign in to comment.