Skip to content

Commit

Permalink
feat: implement image loading and processing for web platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i committed Jan 24, 2024
1 parent 5710f94 commit 5dbb213
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 0 additions & 2 deletions dist/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions dist/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions dist/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "bea44b713fd29faf7a59eb0374ce5ca2",
"index.html": "3e4b8b52c1fac87efe21e677cf7d2790",
"/": "3e4b8b52c1fac87efe21e677cf7d2790",
"index.html": "683eafdecbe03cfb02fdb44ae354616f",
"/": "683eafdecbe03cfb02fdb44ae354616f",
"images/icons/icon-192x192.png": "3c607db94be2bb6b4c1547f1f19b9b5d",
"images/icons/icon-384x384.png": "c45c078868d9b78102e2bb701f8b65c7",
"images/icons/icon-72x72.png": "68987d96cf79176e2a5d5475c1003aed",
Expand All @@ -14,7 +14,7 @@ const RESOURCES = {"version.json": "bea44b713fd29faf7a59eb0374ce5ca2",
"images/icons/icon-512x512.png": "d13580e1b1860cc3f6a6a0dc85fd072e",
"images/icons/icon-144x144.png": "7cc1a8d85079cdc13f5fb53d239fc2cd",
"images/icons/icon-128x128.png": "847b3ff56e213172e30c9e7e1ea3954c",
"main.dart.js": "5ac725b626df774cd38cb05b1c0e1a0e",
"main.dart.js": "632829935e063026c9eac3da3bf44126",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"favicon.png": "4a008d89c8309432af979368315ac7d0",
"icons/Icon-192.png": "c5458020b42dc5d70dfd5bba90343209",
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3761268540');
navigator.serviceWorker.register('flutter_service_worker.js?v=2155432125');
});
}
</script>
Expand Down

0 comments on commit 5dbb213

Please sign in to comment.