Skip to content

Commit

Permalink
Built web
Browse files Browse the repository at this point in the history
Branch: main
Commit: 3d89c53

package:peanut 5.1.0
  • Loading branch information
ChunhThanhDe committed Oct 22, 2024
1 parent 4f71aa0 commit 7cf2eb9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 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.

6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ const RESOURCES = {"assets/AssetManifest.bin": "52b2806f2319e63c43a83039f7ced0d0
"canvaskit/skwasm.worker.js": "89990e8c92bcb123999aa81f7e203b1c",
"favicon.png": "d013459ae83c2741755f17e806da3e85",
"flutter.js": "f393d3c16b631f36852323de8e583132",
"flutter_bootstrap.js": "702f31706942d5b7c4e3c61be96ebbcf",
"flutter_bootstrap.js": "a39b23edf5d108bfa8bf56b0f95ec54b",
"icons/Icon-192.png": "97b1eb6da642b5c879721b4a498d52fd",
"icons/Icon-512.png": "14a9d69f21be7b67853e5350b0a55b36",
"icons/Icon-maskable-192.png": "97b1eb6da642b5c879721b4a498d52fd",
"icons/Icon-maskable-512.png": "14a9d69f21be7b67853e5350b0a55b36",
"index.html": "91e2eb36ff77b715f6d00bc08c6465b5",
"/": "91e2eb36ff77b715f6d00bc08c6465b5",
"index.html": "ebc45c3c5351efbc81824075861776c3",
"/": "ebc45c3c5351efbc81824075861776c3",
"main.dart.js": "23d16c514c4bd8c5a3f3291f6890c189",
"manifest.json": "dac105faa360fd63486abfc940104257",
"version.json": "ae1b4855cfe8d598dc6b1a8dbc4b52cf"};
Expand Down
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,29 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="fruit_cutting_game">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<link rel="apple-touch-icon" href="./assets/icons/fruit_cutting_logo.png">

<title>Fruit Cutting Game 🍎</title>

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="./assets/icons/fruit_cutting_logo.png"/>

<title>fruit_cutting_game</title>
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="./assets/manifest.json">
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3253023207');
});
}

</script>

<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>

0 comments on commit 7cf2eb9

Please sign in to comment.