Fix web routing and SW loader
Build and deploy Flutter Web / build (push) Successful in 4m23s

This commit is contained in:
Ruslan Bakiev
2026-06-22 10:27:04 +07:00
parent ee4e1f5dae
commit 9d7ed4f6e5
7 changed files with 41 additions and 45 deletions
+2 -8
View File
@@ -20,15 +20,8 @@
<title>MapFlow</title>
<link rel="manifest" href="manifest.json">
<style>
#sw-loading .sw-title,
#sw-loading .sw-status,
#sw-loading .sw-percentage {
display: none !important;
}
#sw-loading {
background: #0d1b2a !important;
gap: 0 !important;
}
</style>
</head>
@@ -86,9 +79,10 @@
src="bootstrap.js"
data-config='{
"logo": "icons/Icon-192.png?v={{sw_version}}",
"title": "MapFlow",
"theme": "dark",
"color": "#46d3b1",
"showPercentage": false
"showPercentage": true
}'
></script>
</body>