Skip to content

Commit

Permalink
deploy: 0bfd5ab
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee committed Nov 25, 2024
1 parent e7cb2e2 commit 8d2e01b
Show file tree
Hide file tree
Showing 13 changed files with 44,692 additions and 44,482 deletions.
Binary file modified assets/fonts/MaterialIcons-Regular.otf
Binary file not shown.
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.

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

const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"main.dart.js": "1c43120d1e3450ecec247f4cc0cd2c0b",
"main.dart.js": "9b92b6efbab989d3d5193e9bf7c8ec0f",
"splash/img/light-3x.png": "8ed442050222137de57bbf773061bcf9",
"splash/img/light-1x.png": "aaf07518960b8e9109050fd1bc2d0c71",
"splash/img/light-2x.png": "e9dda3f2a82741f0351930be5a1c258c",
"splash/img/dark-3x.png": "8ed442050222137de57bbf773061bcf9",
"splash/img/dark-1x.png": "aaf07518960b8e9109050fd1bc2d0c71",
"splash/img/dark-4x.png": "3fa8bb6af30e3c7e3e098ea027817c77",
"splash/img/light-4x.png": "3fa8bb6af30e3c7e3e098ea027817c77",
"splash/img/dark-2x.png": "e9dda3f2a82741f0351930be5a1c258c",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/AssetManifest.bin": "a66b00ce77dc98dccd281939f7992584",
"assets/fonts/MaterialIcons-Regular.otf": "e367bfd1eb99c38d9d7b65cfd100672b",
"assets/fonts/MaterialIcons-Regular.otf": "5be3a3f12513d64d4840311b81f9ee69",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "e986ebe42ef785b27164c36a9abc7818",
"assets/packages/flutter_map/lib/assets/flutter_map_logo.png": "208d63cc917af9713fc9572bd5c09362",
"assets/assets/country/usa.png": "5566dea3b847d771b50094756904bc6a",
Expand All @@ -24,8 +32,8 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/AssetManifest.json": "e90b61895deb4705b0710bd00bbb7f43",
"assets/AssetManifest.bin.json": "4f7ef11fd0ff62ceb60717ac63907102",
"index.html": "c1fd96efa61dd4b7f8425a4e39176583",
"/": "c1fd96efa61dd4b7f8425a4e39176583",
"index.html": "c2fa2dfa15063e46c6e6b766db2873f2",
"/": "c2fa2dfa15063e46c6e6b766db2873f2",
"manifest.json": "08a5101b9a09cf8dcdf4d97178f23581",
"canvaskit/canvaskit.js": "66177750aff65a66cb07bb44b8c6422b",
"canvaskit/canvaskit.js.symbols": "48c83a2ce573d9692e8d970e288d75f7",
Expand All @@ -43,7 +51,7 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"icons/Icon-maskable-512.png": "d34268d94ec05d81288a75264791e95c",
"favicon.png": "acd5d190724a191b1961ca494ca3214f",
"version.json": "446fafa0b3a9a3d546e8b60456930829",
"flutter_bootstrap.js": "284b408453fc33fd998ac13ca006ca62"};
"flutter_bootstrap.js": "7ec2157cf4e979c00f741423c6fff740"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
90 changes: 83 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<!DOCTYPE html><html><head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
Expand All @@ -27,12 +25,90 @@
<link rel="apple-touch-icon" href="icons/Icon-192.png">

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

<title>realtoken_apps</title>
<link rel="manifest" href="manifest.json">
<style id="splash-screen-style">
html {
height: 100%
}

body {
margin: 0;
min-height: 100%;
background-color: #ffffff;
background-size: 100% 100%;
}

.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.contain {
display:block;
width:100%; height:100%;
object-fit: contain;
}

.stretch {
display:block;
width:100%; height:100%;
}

.cover {
display:block;
width:100%; height:100%;
object-fit: cover;
}

.bottom {
position: absolute;
bottom: 0;
left: 50%;
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}

.bottomLeft {
position: absolute;
bottom: 0;
left: 0;
}

.bottomRight {
position: absolute;
bottom: 0;
right: 0;
}

@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
}
}
</style>
<script id="splash-screen-script">
function removeSplashFromWeb() {
document.getElementById("splash")?.remove();
document.getElementById("splash-branding")?.remove();
document.body.style.background = "transparent";
}
</script>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
<picture id="splash">
<source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x" media="(prefers-color-scheme: light)">
<source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x" media="(prefers-color-scheme: dark)">
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
</picture>
<script src="flutter_bootstrap.js" async=""></script>


</body></html>
Loading

0 comments on commit 8d2e01b

Please sign in to comment.