Skip to content

Commit

Permalink
Merge pull request #362 from ConnectyCube/feature/apply_linter
Browse files Browse the repository at this point in the history
Apply linter
  • Loading branch information
TatankaConCube authored May 20, 2024
2 parents be75b7f + fbc97c2 commit 6176468
Show file tree
Hide file tree
Showing 84 changed files with 132,693 additions and 129,276 deletions.
32 changes: 32 additions & 0 deletions chat_sample/build/web/assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -4984,6 +4984,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
cross_file
flutter_lints
flutter_plugin_android_lifecycle
google_identity_services_web
google_sign_in
Expand Down Expand Up @@ -32718,6 +32719,37 @@ 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.
--------------------------------------------------------------------------------
lints

Copyright 2021, the Dart project authors.

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 LLC 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.

--------------------------------------------------------------------------------
material_color_utilities

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

const RESOURCES = {"version.json": "c66ef7772c9af823b1216a3864bb639a",
"index.html": "93663f8a3c0b55c7fbab2200c8b8fd5a",
"/": "93663f8a3c0b55c7fbab2200c8b8fd5a",
"index.html": "9b660a95d9e0d56d26578c0bf798a7a9",
"/": "9b660a95d9e0d56d26578c0bf798a7a9",
"firebase-messaging-sw.js": "a43f2eac8588b877b1194cb36242cbae",
"main.dart.js": "cc5e3d88f724e087dd6dec7c897be907",
"main.dart.js": "721cab866d58493ce7c2b39fefa722d0",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"icons/favicon-16x16.png": "1fcc687e538a1fa2310543ea74432dd7",
"icons/favicon.ico": "33df157f932cc0af7754871debe8e8c2",
Expand All @@ -16,7 +16,7 @@ const RESOURCES = {"version.json": "c66ef7772c9af823b1216a3864bb639a",
"icons/favicon-32x32.png": "b664008f33a310f05ef871d037f27da0",
"manifest.json": "354bec2e18572e000457749fdce63207",
"assets/AssetManifest.json": "ca67c774c556fcd124bac6bdb62a79f5",
"assets/NOTICES": "ab194a501eb8cdabf9ab7a104bd045ed",
"assets/NOTICES": "e1db0d4eac4939ad89a1026d81f17c52",
"assets/FontManifest.json": "95766328e0d804735e9b8436b62cb8ad",
"assets/AssetManifest.bin.json": "6acb8f7f5572e4aa9d9b1f533751ec07",
"assets/packages/flutter_image_compress_web/assets/pica.min.js": "6208ed6419908c4b04382adc8a3053a2",
Expand Down
2 changes: 1 addition & 1 deletion chat_sample/build/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/pica.min.js" ></script>
<script>
const serviceWorkerVersion = "2061591555";
const serviceWorkerVersion = "3820603612";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
Loading

0 comments on commit 6176468

Please sign in to comment.