Skip to content

Commit

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

package:peanut 5.1.0
  • Loading branch information
ChunhThanhDe committed Oct 22, 2024
1 parent 461dc99 commit e496358
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -40,13 +40,13 @@ const RESOURCES = {"assets/AssetManifest.bin": "52b2806f2319e63c43a83039f7ced0d0
"canvaskit/skwasm.worker.js": "89990e8c92bcb123999aa81f7e203b1c",
"favicon.png": "d013459ae83c2741755f17e806da3e85",
"flutter.js": "f393d3c16b631f36852323de8e583132",
"flutter_bootstrap.js": "acdafcac59c077a7fbb4969f7d4012b3",
"flutter_bootstrap.js": "48ea9138fa9ea0725420a94303a86271",
"icons/Icon-192.png": "97b1eb6da642b5c879721b4a498d52fd",
"icons/Icon-512.png": "14a9d69f21be7b67853e5350b0a55b36",
"icons/Icon-maskable-192.png": "97b1eb6da642b5c879721b4a498d52fd",
"icons/Icon-maskable-512.png": "14a9d69f21be7b67853e5350b0a55b36",
"index.html": "b67800e39d247113c277d1affa81d770",
"/": "b67800e39d247113c277d1affa81d770",
"index.html": "856de5eff9a5266a89925023f7cab808",
"/": "856de5eff9a5266a89925023f7cab808",
"main.dart.js": "3485dfa0c3c9a06c3b80434dd750ef9f",
"manifest.json": "dac105faa360fd63486abfc940104257",
"version.json": "ae1b4855cfe8d598dc6b1a8dbc4b52cf"};
Expand Down
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="description"
content="A fun and interactive Fruit Cutting Game built using Flutter. 🎮">
<meta name="keywords"
content="Nguyển Thành Chung. Chung Nguyen Thanh, Nguyen Thanh Chung, ChunhThanhDe, ChunhThanhDe Software Engineers in VietNam, flutter example, Fruit Cutting Game, Fruit Ninja">
content="Nguyển Thành Chung, Chung Nguyen Thanh, Nguyen Thanh Chung, ChunhThanhDe, ChunhThanhDe Software Engineers in VietNam, flutter example, Fruit Cutting Game, Fruit Ninja">
<meta name="author" content="ChunhThanhDe">

<!-- iOS meta tags & icons -->
Expand All @@ -37,7 +37,6 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/icons/fruit_cutting_logo.png"/>

<title>fruit_cutting_game</title>
<link rel="manifest" href="./assets/manifest.json">
</head>
<body>
Expand All @@ -47,12 +46,11 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3750261968');
navigator.serviceWorker.register('flutter_service_worker.js?v=3532640283');
});
}

</script>

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

0 comments on commit e496358

Please sign in to comment.