From 16589e580b8cdbb3d03606ba18a7a887aab8a37c Mon Sep 17 00:00:00 2001 From: TatankaConCube Date: Tue, 12 Mar 2024 18:22:38 +0200 Subject: [PATCH] - cleanup code; --- chat_sample/build/web/assets/NOTICES | 110 + .../build/web/flutter_service_worker.js | 8 +- chat_sample/build/web/index.html | 2 +- chat_sample/build/web/main.dart.js | 120925 ++++++++------- chat_sample/ios/Podfile.lock | 49 +- .../ios/Runner.xcodeproj/project.pbxproj | 12 + chat_sample/lib/src/login_screen.dart | 32 +- chat_sample/lib/src/select_dialog_screen.dart | 2 +- chat_sample/lib/src/settings_screen.dart | 43 +- chat_sample/lib/src/utils/platform_utils.dart | 3 + chat_sample/lib/src/utils/pref_util.dart | 10 +- chat_sample/macos/Podfile.lock | 30 +- chat_sample/pubspec.yaml | 3 +- 13 files changed, 60808 insertions(+), 60421 deletions(-) diff --git a/chat_sample/build/web/assets/NOTICES b/chat_sample/build/web/assets/NOTICES index d7e9959..a0dc350 100644 --- a/chat_sample/build/web/assets/NOTICES +++ b/chat_sample/build/web/assets/NOTICES @@ -7383,6 +7383,30 @@ 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. -------------------------------------------------------------------------------- +facebook_auth_desktop + +MIT License + +Copyright (c) 2022 DARWIN MOROCHO ROCHA + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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 +SOFTWARE. +-------------------------------------------------------------------------------- fallback_root_certificates Mozilla Public License Version 2.0 @@ -8311,6 +8335,55 @@ 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 SOFTWARE. +-------------------------------------------------------------------------------- +flutter_facebook_auth + +MIT License + +Copyright (c) 2019 DARWIN MOROCHO ROCHA + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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 +SOFTWARE. +-------------------------------------------------------------------------------- +flutter_facebook_auth_platform_interface +flutter_facebook_auth_web + +MIT License + +Copyright (c) 2020 DARWIN MOROCHO ROCHA + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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 +SOFTWARE. -------------------------------------------------------------------------------- flutter_image_compress flutter_image_compress_common @@ -8402,6 +8475,43 @@ 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. -------------------------------------------------------------------------------- +flutter_secure_storage +flutter_secure_storage_linux +flutter_secure_storage_macos +flutter_secure_storage_platform_interface +flutter_secure_storage_web +flutter_secure_storage_windows + +BSD 3-Clause License + +Copyright 2017 German Saprykin +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 the copyright holder 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 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. +-------------------------------------------------------------------------------- flutter_svg Copyright (c) 2018 Dan Field diff --git a/chat_sample/build/web/flutter_service_worker.js b/chat_sample/build/web/flutter_service_worker.js index e995998..40deaf3 100644 --- a/chat_sample/build/web/flutter_service_worker.js +++ b/chat_sample/build/web/flutter_service_worker.js @@ -4,10 +4,10 @@ const TEMP = 'flutter-temp-cache'; const CACHE_NAME = 'flutter-app-cache'; const RESOURCES = {"version.json": "c66ef7772c9af823b1216a3864bb639a", -"index.html": "86fc8dec4e9faf648007a4fee11b2fd3", -"/": "86fc8dec4e9faf648007a4fee11b2fd3", +"index.html": "d6b5298bdc1e8595ecbf818340f36097", +"/": "d6b5298bdc1e8595ecbf818340f36097", "firebase-messaging-sw.js": "a43f2eac8588b877b1194cb36242cbae", -"main.dart.js": "0c7f31c5df794efd86724fad22d12b70", +"main.dart.js": "7b69c2178e167495c620613ff3ecd993", "flutter.js": "c71a09214cb6f5f8996a531350400a9a", "icons/favicon-16x16.png": "1fcc687e538a1fa2310543ea74432dd7", "icons/favicon.ico": "33df157f932cc0af7754871debe8e8c2", @@ -16,7 +16,7 @@ const RESOURCES = {"version.json": "c66ef7772c9af823b1216a3864bb639a", "icons/favicon-32x32.png": "b664008f33a310f05ef871d037f27da0", "manifest.json": "354bec2e18572e000457749fdce63207", "assets/AssetManifest.json": "ca67c774c556fcd124bac6bdb62a79f5", -"assets/NOTICES": "6facdb020cce262825a3b841cd019a23", +"assets/NOTICES": "9e9a49c6a5139a6a5f30a348fd2d0699", "assets/FontManifest.json": "95766328e0d804735e9b8436b62cb8ad", "assets/AssetManifest.bin.json": "6acb8f7f5572e4aa9d9b1f533751ec07", "assets/packages/flutter_image_compress_web/assets/pica.min.js": "6208ed6419908c4b04382adc8a3053a2", diff --git a/chat_sample/build/web/index.html b/chat_sample/build/web/index.html index d7c338d..b7c9030 100644 --- a/chat_sample/build/web/index.html +++ b/chat_sample/build/web/index.html @@ -39,7 +39,7 @@ https://developers.google.com/web/fundamentals/primers/service-workers -->