Skip to content

Commit

Permalink
deploy: 5067e9a
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurdin committed Nov 14, 2024
1 parent f3cedb8 commit a2646ac
Show file tree
Hide file tree
Showing 5 changed files with 3,982 additions and 3,841 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

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

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"main.dart.js": "cb06cb46ea06c1decc5578ab4d049358",
"main.dart.js": "3c19d04ca89b92f77c13d42ef523db0c",
"splash/splash.js": "c6a271349a0cd249bdb6d3c4d12f5dcf",
"splash/img/light-3x.png": "16878fb08884c14b4d8971feec70a8b3",
"splash/img/light-1x.png": "92fff8efa59621bf2b218b65a7f64014",
Expand Down Expand Up @@ -88,8 +88,8 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"assets/AssetManifest.json": "f56a6de460f0ffdd6f9ac31712ac9197",
"assets/AssetManifest.bin.json": "9969a9c61e12b6fae7f81133f15943ed",
"auth.html": "88530dca48290678d3ce28a34fc66cbd",
"index.html": "985097c55038ba36dd94ed33f1043920",
"/": "985097c55038ba36dd94ed33f1043920",
"index.html": "526e305a84317398256071f35341cdf8",
"/": "526e305a84317398256071f35341cdf8",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"canvaskit/canvaskit.js": "66177750aff65a66cb07bb44b8c6422b",
"canvaskit/canvaskit.js.symbols": "48c83a2ce573d9692e8d970e288d75f7",
Expand All @@ -105,7 +105,7 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"icons/Icon-512.png": "f57dad4f6efa0339b50d5c65f36dc03c",
"favicon.png": "37d87985849bc680fe47a9330c3ea67e",
"version.json": "a663e204a9f3b94a797b6213246a95ae",
"flutter_bootstrap.js": "1af28c5229a0a57ceca0d4071b614e9f"};
"flutter_bootstrap.js": "b400b21d75e565942acd90dfb51f6e85"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3389376482";
const serviceWorkerVersion = "3701499378";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit a2646ac

Please sign in to comment.