pull/1235/head
johnpryan 4 years ago
parent f3b3fa4b32
commit 8ca54ed471

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"version.json": "467911f197f6e63848ac8b5043ce2585",
"main.dart.js": "432df0a0034f5bb42360ba5a0897c67e",
"index.html": "8ca0d83232fc058dc3963b6c826de6b4",
"/": "8ca0d83232fc058dc3963b6c826de6b4",
"index.html": "35b2d7de5ea764d0b5f6e85fce637fd2",
"/": "35b2d7de5ea764d0b5f6e85fce637fd2",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "b14fcf3ee94e3ace300b192e9e7c8c5d",
"assets/AssetManifest.json": "2efbb41d7877d10aac9d091f58ccd7b9",
"assets/NOTICES": "4f7b538f85275bf3e5c623b351af4652",

@ -24,7 +24,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3547776553');
navigator.serviceWorker.register('flutter_service_worker.js?v=1513588217');
});
}
</script>

@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"version.json": "2545af3387d7845af86ae1d4c38e97b4",
"main.dart.js": "e93514a9f741cae18f33b11b054eee21",
"index.html": "3cdfc4be09fc388a693aba011d4dd610",
"/": "3cdfc4be09fc388a693aba011d4dd610",
"index.html": "1fd93acadf619b4bdad26c8d7b444469",
"/": "1fd93acadf619b4bdad26c8d7b444469",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6d342eb68f170c97609e9da345464e5e",
"assets/AssetManifest.json": "aa929e7225d630c8eda7dc6358d13844",
"assets/NOTICES": "7a7c58a320b50d485e62231f93448ba1",

@ -28,7 +28,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=2973713654');
navigator.serviceWorker.register('flutter_service_worker.js?v=1440411111');
});
}
</script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 KiB

After

Width:  |  Height:  |  Size: 641 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

@ -4,15 +4,19 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"version.json": "406822e15c66b599d2ed163a6e51b435",
"main.dart.js": "977528824a3e5de2731e157d99019913",
"main.dart.js": "3dea6f298ce50e764b312b2e72d26610",
"index.html": "9c473ce14d9afeb3525b5e9ea752c013",
"/": "9c473ce14d9afeb3525b5e9ea752c013",
"assets/AssetManifest.json": "ecb4d39e576209dc5ae70fad278c3df6",
"assets/NOTICES": "501c7d4952a634e6e6cba531b07ce59d",
"assets/fonts/MaterialIcons-Regular.otf": "4e6447691c9509f7acdbf8a931a85ca1",
"assets/asset/fonts/plaster/Plaster-Regular.ttf": "3bdb6c45e898b254e76cd6c164850f94",
"assets/asset/seattle.jpg": "b3497f8c3eac62f0f696e9423be862a0",
"assets/FontManifest.json": "f0a8246bfb399b5df0043e73f578e332"
"assets/asset/seattle.jpg": "5aba717f317de2d8b24259e6c109322b",
"assets/FontManifest.json": "f0a8246bfb399b5df0043e73f578e332",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"manifest.json": "a5e226d4e414529057b75848d0066787",
"favicon.png": "3317aa3bde8184786c1a3223f4e69047"
};
// The application shell files that are downloaded before a service worker can

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

File diff suppressed because one or more lines are too long

@ -0,0 +1,23 @@
{
"name": "slide_puzzle",
"short_name": "slide_puzzle",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Loading…
Cancel
Save