From 5dbb213cfb4ae263ffcae0d82c275a8af48bf4e7 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 23 Jan 2024 21:57:54 -0800 Subject: [PATCH] feat: implement image loading and processing for web platform --- dist/.gitignore | 2 -- dist/README.md | 8 -------- dist/flutter_service_worker.js | 6 +++--- dist/index.html | 2 +- 4 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 dist/.gitignore delete mode 100644 dist/README.md diff --git a/dist/.gitignore b/dist/.gitignore deleted file mode 100644 index 9bea433..0000000 --- a/dist/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ - -.DS_Store diff --git a/dist/README.md b/dist/README.md deleted file mode 100644 index bf92bb3..0000000 --- a/dist/README.md +++ /dev/null @@ -1,8 +0,0 @@ -## Source Code - -The source code for this demo can be found in the main repository: [Glowby](https://github.com/glowbom/glowby). - -## Deploy - -[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/glowbom/glowby-basic) - diff --git a/dist/flutter_service_worker.js b/dist/flutter_service_worker.js index a91bad8..022633c 100644 --- a/dist/flutter_service_worker.js +++ b/dist/flutter_service_worker.js @@ -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", @@ -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", diff --git a/dist/index.html b/dist/index.html index 36b1ca6..e2ea00b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -25,7 +25,7 @@