Skip to content

Commit

Permalink
Web release updated
Browse files Browse the repository at this point in the history
  • Loading branch information
myavuzokumus committed Nov 4, 2023
1 parent 9b0e773 commit fc4dc0e
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 292 deletions.
10 changes: 0 additions & 10 deletions assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -31269,16 +31269,6 @@ The above software in this distribution may have been modified by
THL A29 Limited ("Tencent Modifications").
All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.
--------------------------------------------------------------------------------
rename_app

Copyright (c) 2023
Breakers 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.
THIS SOFTWARE IS PROVIDED BY Breakers Inc “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 [Name of Organisation] 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.
--------------------------------------------------------------------------------
root_certificates

Mozilla Public License Version 2.0
Expand Down
12 changes: 6 additions & 6 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const RESOURCES = {"assets/AssetManifest.bin": "05ee7e38a82a118139f4ab8ae5865ee8
"assets/assets/icons/lottie/windsock.json": "f4660547456b217cb79b8f44938f7ed1",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/fonts/MaterialIcons-Regular.otf": "d8eb6ac8d45f174a6737c9045d64f2c6",
"assets/NOTICES": "df4aae48826418fcc34259160c83919b",
"assets/NOTICES": "bdad859b32d5088e02b3e7c13aef22ed",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "89ed8f4e49bcdfc0b5bfc9b24591e347",
"assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf",
"canvaskit/canvaskit.js": "5caccb235fad20e9b72ea6da5a0094e6",
Expand All @@ -260,11 +260,11 @@ const RESOURCES = {"assets/AssetManifest.bin": "05ee7e38a82a118139f4ab8ae5865ee8
"icons/Icon-512.png": "d30b1c24908d4b1899fac0b1af7c2421",
"icons/Icon-maskable-192.png": "5ebf00e80265da2b34fd7ef939c15dad",
"icons/Icon-maskable-512.png": "d30b1c24908d4b1899fac0b1af7c2421",
"index.html": "7fe3164d099a99593d0e1556aa07f8e5",
"/": "7fe3164d099a99593d0e1556aa07f8e5",
"main.dart.js": "848b7b630615e2e21673b060f1890f6e",
"manifest.json": "17b19f66400df0f78ced4d064ef4c6eb",
"version.json": "cb52daa919d6aa3bbe5d0f27829cdad0"};
"index.html": "6ce9ad491a237aa9053ba7550c249716",
"/": "6ce9ad491a237aa9053ba7550c249716",
"main.dart.js": "9e58c38e0cae1cfd34cffbb17eac7840",
"manifest.json": "87935d5d7ad2ed3e5974ec9c22094f30",
"version.json": "5b18dd18ac8802f1061ae26fa7295c65"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Lightweight Weather App">
Expand All @@ -32,7 +33,7 @@

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

0 comments on commit fc4dc0e

Please sign in to comment.