domesticmouse 2 years ago
parent a4ab8240c6
commit 632394e70a

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -18,8 +18,8 @@ const RESOURCES = {
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "e6ee1f54a8773d869f236c7504a2a98a", "assets/NOTICES": "e6ee1f54a8773d869f236c7504a2a98a",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "1f245de322f07ec5e151b2ee0844f8bc", "index.html": "2d436b4984cd513729b4b07ed7b04b86",
"/": "1f245de322f07ec5e151b2ee0844f8bc", "/": "2d436b4984cd513729b4b07ed7b04b86",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "42906adb43c8fac5e6348de24f5c28d0", "version.json": "42906adb43c8fac5e6348de24f5c28d0",
"manifest.json": "68625bab86590a7ebe9e384ad0eedabd", "manifest.json": "68625bab86590a7ebe9e384ad0eedabd",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '1657077178'; var serviceWorkerVersion = '2768738704';
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -15,8 +15,8 @@ const RESOURCES = {
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "1ac2f347b958c7e747347c6ce5298d02", "assets/NOTICES": "1ac2f347b958c7e747347c6ce5298d02",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "e04dffe43d70f53232bb4209ff416e29", "index.html": "ee444bdbbaebe3fe18e896da0d16a99e",
"/": "e04dffe43d70f53232bb4209ff416e29", "/": "ee444bdbbaebe3fe18e896da0d16a99e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "08c8c94a1f10fbdfa4e8389d31bd1ed8", "version.json": "08c8c94a1f10fbdfa4e8389d31bd1ed8",
"manifest.json": "abaeea879f3279d2833ea9b6d03fcc4f", "manifest.json": "abaeea879f3279d2833ea9b6d03fcc4f",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '2295472565'; var serviceWorkerVersion = '3874933818';
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -2047,6 +2047,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
async async
cli_util
collection collection
mime mime
typed_data typed_data
@ -2081,6 +2082,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
audioplayers audioplayers
audioplayers_android
audioplayers_darwin
audioplayers_platform_interface
audioplayers_web
MIT License MIT License
@ -2104,6 +2109,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
audioplayers_linux
audioplayers_windows
../../LICENSE
--------------------------------------------------------------------------------
boolean_selector boolean_selector
Copyright 2016, the Dart project authors. All rights reserved. Copyright 2016, the Dart project authors. All rights reserved.
@ -4929,6 +4939,36 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
checked_yaml
Copyright 2019, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
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
OWNER 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.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
clock clock
fake_async fake_async
@ -17059,6 +17099,35 @@ freely, subject to the following restrictions:
misrepresented as being the original software. misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
visibility_detector
Copyright 2018 the Dart project authors, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
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
OWNER 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.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
vulkan_memory_allocator vulkan_memory_allocator

@ -7,7 +7,7 @@ const RESOURCES = {
"canvaskit/profiling/canvaskit.js": "38164e5a72bdad0faa4ce740c9b8e564", "canvaskit/profiling/canvaskit.js": "38164e5a72bdad0faa4ce740c9b8e564",
"canvaskit/profiling/canvaskit.wasm": "95a45378b69e77af5ed2bc72b2209b94", "canvaskit/profiling/canvaskit.wasm": "95a45378b69e77af5ed2bc72b2209b94",
"canvaskit/canvaskit.wasm": "bf50631470eb967688cca13ee181af62", "canvaskit/canvaskit.wasm": "bf50631470eb967688cca13ee181af62",
"main.dart.js": "98657a5b5ce3e3c9376d60731fca61bb", "main.dart.js": "475763a221485cd598e0470d6ed1268d",
"assets/AssetManifest.json": "e07c61ed87e8a1fe5b3fa765ff440061", "assets/AssetManifest.json": "e07c61ed87e8a1fe5b3fa765ff440061",
"assets/assets/sfx/hh1.mp3": "fab21158730b078ce90568ce2055db07", "assets/assets/sfx/hh1.mp3": "fab21158730b078ce90568ce2055db07",
"assets/assets/sfx/hash2.mp3": "d26cb7676c3c0d13a78799b3ccac4103", "assets/assets/sfx/hash2.mp3": "d26cb7676c3c0d13a78799b3ccac4103",
@ -58,10 +58,10 @@ const RESOURCES = {
"assets/shaders/ink_sparkle.frag": "9f41d629ec96faa7200375d9ea662d92", "assets/shaders/ink_sparkle.frag": "9f41d629ec96faa7200375d9ea662d92",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6d342eb68f170c97609e9da345464e5e", "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6d342eb68f170c97609e9da345464e5e",
"assets/FontManifest.json": "202bfb5144bfc3359dc068bcf44cba82", "assets/FontManifest.json": "202bfb5144bfc3359dc068bcf44cba82",
"assets/NOTICES": "f9a32c36f1992c0879fec73e95491ae2", "assets/NOTICES": "61e06061a7950305e2e225f0f265b9c2",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "23aa1e8826800986ecc25c90d1323ef5", "index.html": "14042945805df87bfa23da4876944ace",
"/": "23aa1e8826800986ecc25c90d1323ef5", "/": "14042945805df87bfa23da4876944ace",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "4af817f8de4133edacca0908f16858d5", "version.json": "4af817f8de4133edacca0908f16858d5",
"manifest.json": "d3e8be9819697c196251e6e977053336", "manifest.json": "d3e8be9819697c196251e6e977053336",

@ -37,7 +37,7 @@
application. For more information, see: application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers --> https://developers.google.com/web/fundamentals/primers/service-workers -->
<script> <script>
var serviceWorkerVersion = '883591038'; var serviceWorkerVersion = '1259514066';
var scriptLoaded = false; var scriptLoaded = false;
function loadMainDartJs() { function loadMainDartJs() {
if (scriptLoaded) { if (scriptLoaded) {

File diff suppressed because one or more lines are too long

@ -15,8 +15,8 @@ const RESOURCES = {
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "fb9e9695eff13a72ecc9316559bef51f", "assets/NOTICES": "fb9e9695eff13a72ecc9316559bef51f",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "feff7b22c66314f589f1896058789f93", "index.html": "42c7e87c902d96a9417b6121ea0cfdaa",
"/": "feff7b22c66314f589f1896058789f93", "/": "42c7e87c902d96a9417b6121ea0cfdaa",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "f18d220f770434409d5d68bddf9bd1af", "version.json": "f18d220f770434409d5d68bddf9bd1af",
"manifest.json": "05f725318f41bf1601ead9ffa9355535", "manifest.json": "05f725318f41bf1601ead9ffa9355535",

@ -37,7 +37,7 @@
application. For more information, see: application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers --> https://developers.google.com/web/fundamentals/primers/service-workers -->
<script> <script>
var serviceWorkerVersion = '1420001600'; var serviceWorkerVersion = '2163756362';
var scriptLoaded = false; var scriptLoaded = false;
function loadMainDartJs() { function loadMainDartJs() {
if (scriptLoaded) { if (scriptLoaded) {

@ -15,8 +15,8 @@ const RESOURCES = {
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "51cfbc38e15a80b0646f8397406f2583", "assets/NOTICES": "51cfbc38e15a80b0646f8397406f2583",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "755c3b1fc6c2d636b5641cc73a216949", "index.html": "4b71f48d2c866992dbb25d5def43385e",
"/": "755c3b1fc6c2d636b5641cc73a216949", "/": "4b71f48d2c866992dbb25d5def43385e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "9c336dc978923faadf6aa0ad75d0ea12", "version.json": "9c336dc978923faadf6aa0ad75d0ea12",
"manifest.json": "b3e6ffc626a7ddc3a2a95f62ee423a43", "manifest.json": "b3e6ffc626a7ddc3a2a95f62ee423a43",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '1120034589'; var serviceWorkerVersion = '3023909148';
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -19,8 +19,8 @@ const RESOURCES = {
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "3b230663ea2c99772697993e9e4b2683", "assets/NOTICES": "3b230663ea2c99772697993e9e4b2683",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "7e2c634c260349ac60cb49ebcb40ac2a", "index.html": "2ac54799abedb62909b27e560f8131f8",
"/": "7e2c634c260349ac60cb49ebcb40ac2a", "/": "2ac54799abedb62909b27e560f8131f8",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "d8b1411a8d58c36c6abe2f9380d1c88d", "version.json": "d8b1411a8d58c36c6abe2f9380d1c88d",
"manifest.json": "470be0990b1a9c5a9011c08ba3d78e79", "manifest.json": "470be0990b1a9c5a9011c08ba3d78e79",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '2226693456'; var serviceWorkerVersion = '852275409';
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

@ -15,8 +15,8 @@ const RESOURCES = {
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "fb9e9695eff13a72ecc9316559bef51f", "assets/NOTICES": "fb9e9695eff13a72ecc9316559bef51f",
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d", "flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
"index.html": "0a947cd2182e659515b16615380026b0", "index.html": "4f874e8274dc3fe2ee58ea2bedb733b0",
"/": "0a947cd2182e659515b16615380026b0", "/": "4f874e8274dc3fe2ee58ea2bedb733b0",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "5f28b101a23cda222084598333ffdc2e", "version.json": "5f28b101a23cda222084598333ffdc2e",
"manifest.json": "fcc4cffd0f45ba41f31bdd5e05ca1ded", "manifest.json": "fcc4cffd0f45ba41f31bdd5e05ca1ded",

@ -34,7 +34,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '1433047557'; var serviceWorkerVersion = '2077876245';
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

Loading…
Cancel
Save