Skip to content

Commit

Permalink
deploy: 967a138
Browse files Browse the repository at this point in the history
  • Loading branch information
dlutton committed Nov 11, 2024
1 parent 3a4a191 commit bad5965
Show file tree
Hide file tree
Showing 4 changed files with 42,502 additions and 44,393 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": "efc42ce53422e2fffc4b189a14c63e1e",
"main.dart.js": "2c90b553a7372ae41923043eea75a3d1",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c",
"assets/fonts/MaterialIcons-Regular.otf": "e9fd6d2430d04981781cdda7e9f24f82",
Expand All @@ -13,8 +13,8 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/AssetManifest.json": "2efbb41d7877d10aac9d091f58ccd7b9",
"assets/AssetManifest.bin.json": "69a99f98c8b1fb8111c5fb961769fcd8",
"index.html": "e16618a25370078f37294bc3feeeaf06",
"/": "e16618a25370078f37294bc3feeeaf06",
"index.html": "e50088b65bc12487070a4cd391c4b7a4",
"/": "e50088b65bc12487070a4cd391c4b7a4",
"manifest.json": "15f73b7e8a8209c2206210b3ac8dea1b",
"canvaskit/canvaskit.js": "66177750aff65a66cb07bb44b8c6422b",
"canvaskit/canvaskit.js.symbols": "48c83a2ce573d9692e8d970e288d75f7",
Expand All @@ -30,7 +30,7 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "2468decb82877250a0e2db5f923021ba",
"flutter_bootstrap.js": "6ae73c89704bfae4e0c1d6c694121e0c"};
"flutter_bootstrap.js": "13d52ae26640eadbc2fae408995bf8b3"};
// 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 @@ -5,6 +5,6 @@
<title>Flutter TTS example</title>
</head>
<body>
<script src="main.dart.js" type="application/javascript"></script>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
Loading

0 comments on commit bad5965

Please sign in to comment.