Skip to content

Commit

Permalink
build: update github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Joehaivo committed Jan 19, 2023
1 parent 1d42a83 commit 406f1cd
Show file tree
Hide file tree
Showing 4 changed files with 2,975 additions and 2,941 deletions.
28 changes: 28 additions & 0 deletions docs/assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -16563,6 +16563,34 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
ttf_viewer

BSD 2-Clause License

Copyright (c) 2023, Joehaivo

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
vector_math

Expand Down
8 changes: 4 additions & 4 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"version.json": "cf4885f87574fc6d8a32b60e52ccd974",
"index.html": "e2cdf82442bc2a753c0f385525c0d820",
"/": "e2cdf82442bc2a753c0f385525c0d820",
"main.dart.js": "d19700176e03ef721064293ebb9db722",
"index.html": "8a49e0428f59ee5e372ebfcebc9d0fd9",
"/": "8a49e0428f59ee5e372ebfcebc9d0fd9",
"main.dart.js": "d10c28ad2d59250dda724b2a267c31f9",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"favicon.png": "cbc101c23ee6228d5535faa6eaf9f77a",
"icons/Icon-192.png": "2f4f2dcd4823159753813083becb21e1",
"manifest.json": "07ad984a67f28a5b91512767673d2b0e",
"assets/AssetManifest.json": "d66b92817d9f1eaff1dfb4811fb17316",
"assets/NOTICES": "53d73d624780aa44e23116caae2a335e",
"assets/NOTICES": "7810803577a2b33e7b6bcb5da1166bc3",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6d342eb68f170c97609e9da345464e5e",
"assets/packages/flex_color_picker/assets/opacity.png": "49c4f3bcb1b25364bb4c255edcaaf5b2",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '3527246749';
var serviceWorkerVersion = '1677459737';
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 406f1cd

Please sign in to comment.