From e560edba9903511aaf819f0030bb503b193635d5 Mon Sep 17 00:00:00 2001 From: Tyroneexe Date: Mon, 17 Jul 2023 12:02:16 +0200 Subject: [PATCH 1/2] delete unnecessary test.dart file --- .dart_tool/dartpad/web_plugin_registrant.dart | 22 + .dart_tool/package_config.json | 344 ++++++++ .dart_tool/package_config_subset | 225 +++++ .dart_tool/version | 1 + .flutter-plugins | 16 + .flutter-plugins-dependencies | 1 + ios/Pods/Manifest.lock | 807 ------------------ pubspec.lock | 198 +++-- test/widget_test.dart | 30 - 9 files changed, 730 insertions(+), 914 deletions(-) create mode 100644 .dart_tool/dartpad/web_plugin_registrant.dart create mode 100644 .dart_tool/package_config.json create mode 100644 .dart_tool/package_config_subset create mode 100644 .dart_tool/version create mode 100644 .flutter-plugins create mode 100644 .flutter-plugins-dependencies delete mode 100644 ios/Pods/Manifest.lock delete mode 100644 test/widget_test.dart diff --git a/.dart_tool/dartpad/web_plugin_registrant.dart b/.dart_tool/dartpad/web_plugin_registrant.dart new file mode 100644 index 00000000..c4a979c5 --- /dev/null +++ b/.dart_tool/dartpad/web_plugin_registrant.dart @@ -0,0 +1,22 @@ +// Flutter web plugin registrant file. +// +// Generated file. Do not edit. +// + +// @dart = 2.13 +// ignore_for_file: type=lint + +import 'package:cloud_firestore_web/cloud_firestore_web.dart'; +import 'package:firebase_auth_web/firebase_auth_web.dart'; +import 'package:firebase_core_web/firebase_core_web.dart'; +import 'package:shared_preferences_web/shared_preferences_web.dart'; +import 'package:flutter_web_plugins/flutter_web_plugins.dart'; + +void registerPlugins([final Registrar? pluginRegistrar]) { + final Registrar registrar = pluginRegistrar ?? webPluginRegistrar; + FirebaseFirestoreWeb.registerWith(registrar); + FirebaseAuthWeb.registerWith(registrar); + FirebaseCoreWeb.registerWith(registrar); + SharedPreferencesPlugin.registerWith(registrar); + registrar.registerMessageHandler(); +} diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json new file mode 100644 index 00000000..f621ccf5 --- /dev/null +++ b/.dart_tool/package_config.json @@ -0,0 +1,344 @@ +{ + "configVersion": 2, + "packages": [ + { + "name": "async", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "boolean_selector", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "characters", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "clock", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "cloud_firestore", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore-3.4.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "cloud_firestore_platform_interface", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_platform_interface-5.7.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "cloud_firestore_web", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_web-2.8.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "collection", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.1", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "cupertino_icons", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.5", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "fake_async", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "ffi", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.0.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "file", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "firebase_auth", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth-3.5.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "firebase_auth_platform_interface", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_platform_interface-6.4.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "firebase_auth_web", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-4.1.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "firebase_core", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-1.20.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "firebase_core_platform_interface", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_platform_interface-4.5.0", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "firebase_core_web", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_web-1.7.1", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "flutter", + "rootUri": "file:///C:/src/flutter/packages/flutter", + "packageUri": "lib/", + "languageVersion": "3.0" + }, + { + "name": "flutter_lints", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_lints-2.0.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_test", + "rootUri": "file:///C:/src/flutter/packages/flutter_test", + "packageUri": "lib/", + "languageVersion": "3.0" + }, + { + "name": "flutter_web_plugins", + "rootUri": "file:///C:/src/flutter/packages/flutter_web_plugins", + "packageUri": "lib/", + "languageVersion": "3.0" + }, + { + "name": "http_parser", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.0.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "intl", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/intl-0.17.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "js", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.7", + "packageUri": "lib/", + "languageVersion": "2.19" + }, + { + "name": "lints", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/lints-2.0.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "matcher", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.15", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "material_color_utilities", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0", + "packageUri": "lib/", + "languageVersion": "2.13" + }, + { + "name": "meta", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.9.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.3", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path_provider_linux", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.1.7", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path_provider_platform_interface", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.0.4", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path_provider_windows", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.1.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "platform", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "plugin_platform_interface", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.2", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "process", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/process-4.2.4", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "shared_preferences", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences-2.0.15", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "shared_preferences_android", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_android-2.0.12", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "shared_preferences_ios", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_ios-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "shared_preferences_linux", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_linux-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "shared_preferences_macos", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_macos-2.0.4", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "shared_preferences_platform_interface", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_platform_interface-2.0.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "shared_preferences_web", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_web-2.0.4", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "shared_preferences_windows", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_windows-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "sky_engine", + "rootUri": "file:///C:/src/flutter/bin/cache/pkg/sky_engine", + "packageUri": "lib/", + "languageVersion": "3.0" + }, + { + "name": "source_span", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "stack_trace", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "stream_channel", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "string_scanner", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "term_glyph", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "test_api", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.5.1", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "typed_data", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.3.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "vector_math", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "win32", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/win32-2.7.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "xdg_directories", + "rootUri": "file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-0.2.0+1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "chatapp_firebase", + "rootUri": "../", + "packageUri": "lib/", + "languageVersion": "2.17" + } + ], + "generated": "2023-07-17T09:58:41.973628Z", + "generator": "pub", + "generatorVersion": "3.0.5" +} diff --git a/.dart_tool/package_config_subset b/.dart_tool/package_config_subset new file mode 100644 index 00000000..9f378006 --- /dev/null +++ b/.dart_tool/package_config_subset @@ -0,0 +1,225 @@ +async +2.18 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0/lib/ +boolean_selector +2.17 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ +characters +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0/lib/ +clock +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/lib/ +cloud_firestore +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore-3.4.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore-3.4.0/lib/ +cloud_firestore_platform_interface +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_platform_interface-5.7.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_platform_interface-5.7.0/lib/ +cloud_firestore_web +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_web-2.8.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_web-2.8.0/lib/ +collection +2.18 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.1/lib/ +cupertino_icons +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.5/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.5/lib/ +fake_async +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/lib/ +ffi +2.17 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.0.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.0.1/lib/ +file +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/ +firebase_auth +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth-3.5.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth-3.5.0/lib/ +firebase_auth_platform_interface +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_platform_interface-6.4.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_platform_interface-6.4.0/lib/ +firebase_auth_web +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-4.1.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-4.1.0/lib/ +firebase_core +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-1.20.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-1.20.0/lib/ +firebase_core_platform_interface +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_platform_interface-4.5.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_platform_interface-4.5.0/lib/ +firebase_core_web +2.16 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_web-1.7.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_web-1.7.1/lib/ +flutter_lints +2.17 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_lints-2.0.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_lints-2.0.1/lib/ +http_parser +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.0.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.0.1/lib/ +intl +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/intl-0.17.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/intl-0.17.0/lib/ +js +2.19 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.7/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.7/lib/ +lints +2.17 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/lints-2.0.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/lints-2.0.0/lib/ +matcher +2.18 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.15/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.15/lib/ +material_color_utilities +2.13 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/lib/ +meta +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.9.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.9.1/lib/ +path +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.3/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.3/lib/ +path_provider_linux +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.1.7/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.1.7/lib/ +path_provider_platform_interface +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.0.4/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.0.4/lib/ +path_provider_windows +2.17 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.1.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.1.0/lib/ +platform +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.0/lib/ +plugin_platform_interface +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.2/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.2/lib/ +process +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/process-4.2.4/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/process-4.2.4/lib/ +shared_preferences +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences-2.0.15/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences-2.0.15/lib/ +shared_preferences_android +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_android-2.0.12/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_android-2.0.12/lib/ +shared_preferences_ios +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_ios-2.1.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_ios-2.1.1/lib/ +shared_preferences_linux +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_linux-2.1.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_linux-2.1.1/lib/ +shared_preferences_macos +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_macos-2.0.4/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_macos-2.0.4/lib/ +shared_preferences_platform_interface +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_platform_interface-2.0.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_platform_interface-2.0.0/lib/ +shared_preferences_web +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_web-2.0.4/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_web-2.0.4/lib/ +shared_preferences_windows +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_windows-2.1.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_windows-2.1.1/lib/ +source_span +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1/lib/ +stack_trace +2.18 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0/lib/ +stream_channel +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1/lib/ +string_scanner +2.18 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/lib/ +term_glyph +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/lib/ +test_api +2.18 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.5.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.5.1/lib/ +typed_data +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.3.1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.3.1/lib/ +vector_math +2.14 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/ +win32 +2.17 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/win32-2.7.0/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/win32-2.7.0/lib/ +xdg_directories +2.12 +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-0.2.0+1/ +file:///C:/Users/tvzbo/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-0.2.0+1/lib/ +sky_engine +3.0 +file:///C:/src/flutter/bin/cache/pkg/sky_engine/ +file:///C:/src/flutter/bin/cache/pkg/sky_engine/lib/ +flutter +3.0 +file:///C:/src/flutter/packages/flutter/ +file:///C:/src/flutter/packages/flutter/lib/ +flutter_test +3.0 +file:///C:/src/flutter/packages/flutter_test/ +file:///C:/src/flutter/packages/flutter_test/lib/ +flutter_web_plugins +3.0 +file:///C:/src/flutter/packages/flutter_web_plugins/ +file:///C:/src/flutter/packages/flutter_web_plugins/lib/ +chatapp_firebase +2.17 +file:///E:/Documents/group_chatapp_flutter_firebase/ +file:///E:/Documents/group_chatapp_flutter_firebase/lib/ +2 diff --git a/.dart_tool/version b/.dart_tool/version new file mode 100644 index 00000000..73e93bb4 --- /dev/null +++ b/.dart_tool/version @@ -0,0 +1 @@ +3.10.5 \ No newline at end of file diff --git a/.flutter-plugins b/.flutter-plugins new file mode 100644 index 00000000..c534be93 --- /dev/null +++ b/.flutter-plugins @@ -0,0 +1,16 @@ +# This is a generated file; do not edit or check into version control. +cloud_firestore=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\cloud_firestore-3.4.0\\ +cloud_firestore_web=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\cloud_firestore_web-2.8.0\\ +firebase_auth=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\firebase_auth-3.5.0\\ +firebase_auth_web=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\firebase_auth_web-4.1.0\\ +firebase_core=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\firebase_core-1.20.0\\ +firebase_core_web=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\firebase_core_web-1.7.1\\ +path_provider_linux=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_linux-2.1.7\\ +path_provider_windows=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_windows-2.1.0\\ +shared_preferences=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences-2.0.15\\ +shared_preferences_android=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences_android-2.0.12\\ +shared_preferences_ios=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences_ios-2.1.1\\ +shared_preferences_linux=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences_linux-2.1.1\\ +shared_preferences_macos=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences_macos-2.0.4\\ +shared_preferences_web=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences_web-2.0.4\\ +shared_preferences_windows=C:\\Users\\tvzbo\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\shared_preferences_windows-2.1.1\\ diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies new file mode 100644 index 00000000..ec392e01 --- /dev/null +++ b/.flutter-plugins-dependencies @@ -0,0 +1 @@ +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-3.4.0\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_auth","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_auth-3.5.0\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-1.20.0\\\\","native_build":true,"dependencies":[]},{"name":"shared_preferences_ios","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\shared_preferences_ios-2.1.1\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-3.4.0\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_auth","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_auth-3.5.0\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-1.20.0\\\\","native_build":true,"dependencies":[]},{"name":"shared_preferences_android","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\shared_preferences_android-2.0.12\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-3.4.0\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_auth","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_auth-3.5.0\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-1.20.0\\\\","native_build":true,"dependencies":[]},{"name":"shared_preferences_macos","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\shared_preferences_macos-2.0.4\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.1.7\\\\","native_build":false,"dependencies":[]},{"name":"shared_preferences_linux","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\shared_preferences_linux-2.1.1\\\\","native_build":false,"dependencies":["path_provider_linux"]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.1.0\\\\","native_build":false,"dependencies":[]},{"name":"shared_preferences_windows","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\shared_preferences_windows-2.1.1\\\\","native_build":false,"dependencies":["path_provider_windows"]}],"web":[{"name":"cloud_firestore_web","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore_web-2.8.0\\\\","dependencies":["firebase_core_web"]},{"name":"firebase_auth_web","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_auth_web-4.1.0\\\\","dependencies":["firebase_core_web"]},{"name":"firebase_core_web","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core_web-1.7.1\\\\","dependencies":[]},{"name":"shared_preferences_web","path":"C:\\\\Users\\\\tvzbo\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\shared_preferences_web-2.0.4\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"cloud_firestore","dependencies":["cloud_firestore_web","firebase_core"]},{"name":"cloud_firestore_web","dependencies":["firebase_core","firebase_core_web"]},{"name":"firebase_auth","dependencies":["firebase_auth_web","firebase_core"]},{"name":"firebase_auth_web","dependencies":["firebase_core","firebase_core_web"]},{"name":"firebase_core","dependencies":["firebase_core_web"]},{"name":"firebase_core_web","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_ios","shared_preferences_linux","shared_preferences_macos","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_ios","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_macos","dependencies":[]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]}],"date_created":"2023-07-17 11:58:42.172370","version":"3.10.5"} \ No newline at end of file diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock deleted file mode 100644 index 00be51f0..00000000 --- a/ios/Pods/Manifest.lock +++ /dev/null @@ -1,807 +0,0 @@ -PODS: - - abseil/algorithm (1.20211102.0): - - abseil/algorithm/algorithm (= 1.20211102.0) - - abseil/algorithm/container (= 1.20211102.0) - - abseil/algorithm/algorithm (1.20211102.0): - - abseil/base/config - - abseil/algorithm/container (1.20211102.0): - - abseil/algorithm/algorithm - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/base (1.20211102.0): - - abseil/base/atomic_hook (= 1.20211102.0) - - abseil/base/base (= 1.20211102.0) - - abseil/base/base_internal (= 1.20211102.0) - - abseil/base/config (= 1.20211102.0) - - abseil/base/core_headers (= 1.20211102.0) - - abseil/base/dynamic_annotations (= 1.20211102.0) - - abseil/base/endian (= 1.20211102.0) - - abseil/base/errno_saver (= 1.20211102.0) - - abseil/base/fast_type_id (= 1.20211102.0) - - abseil/base/log_severity (= 1.20211102.0) - - abseil/base/malloc_internal (= 1.20211102.0) - - abseil/base/pretty_function (= 1.20211102.0) - - abseil/base/raw_logging_internal (= 1.20211102.0) - - abseil/base/spinlock_wait (= 1.20211102.0) - - abseil/base/strerror (= 1.20211102.0) - - abseil/base/throw_delegate (= 1.20211102.0) - - abseil/base/atomic_hook (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/base (1.20211102.0): - - abseil/base/atomic_hook - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/log_severity - - abseil/base/raw_logging_internal - - abseil/base/spinlock_wait - - abseil/meta/type_traits - - abseil/base/base_internal (1.20211102.0): - - abseil/base/config - - abseil/meta/type_traits - - abseil/base/config (1.20211102.0) - - abseil/base/core_headers (1.20211102.0): - - abseil/base/config - - abseil/base/dynamic_annotations (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/base/errno_saver (1.20211102.0): - - abseil/base/config - - abseil/base/fast_type_id (1.20211102.0): - - abseil/base/config - - abseil/base/log_severity (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/malloc_internal (1.20211102.0): - - abseil/base/base - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/raw_logging_internal - - abseil/base/pretty_function (1.20211102.0) - - abseil/base/raw_logging_internal (1.20211102.0): - - abseil/base/atomic_hook - - abseil/base/config - - abseil/base/core_headers - - abseil/base/log_severity - - abseil/base/spinlock_wait (1.20211102.0): - - abseil/base/base_internal - - abseil/base/core_headers - - abseil/base/errno_saver - - abseil/base/strerror (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/errno_saver - - abseil/base/throw_delegate (1.20211102.0): - - abseil/base/config - - abseil/base/raw_logging_internal - - abseil/container/common (1.20211102.0): - - abseil/meta/type_traits - - abseil/types/optional - - abseil/container/compressed_tuple (1.20211102.0): - - abseil/utility/utility - - abseil/container/container_memory (1.20211102.0): - - abseil/base/config - - abseil/memory/memory - - abseil/meta/type_traits - - abseil/utility/utility - - abseil/container/fixed_array (1.20211102.0): - - abseil/algorithm/algorithm - - abseil/base/config - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/throw_delegate - - abseil/container/compressed_tuple - - abseil/memory/memory - - abseil/container/flat_hash_map (1.20211102.0): - - abseil/algorithm/container - - abseil/container/container_memory - - abseil/container/hash_function_defaults - - abseil/container/raw_hash_map - - abseil/memory/memory - - abseil/container/hash_function_defaults (1.20211102.0): - - abseil/base/config - - abseil/hash/hash - - abseil/strings/cord - - abseil/strings/strings - - abseil/container/hash_policy_traits (1.20211102.0): - - abseil/meta/type_traits - - abseil/container/hashtable_debug_hooks (1.20211102.0): - - abseil/base/config - - abseil/container/hashtablez_sampler (1.20211102.0): - - abseil/base/base - - abseil/base/core_headers - - abseil/container/have_sse - - abseil/debugging/stacktrace - - abseil/memory/memory - - abseil/profiling/exponential_biased - - abseil/profiling/sample_recorder - - abseil/synchronization/synchronization - - abseil/utility/utility - - abseil/container/have_sse (1.20211102.0) - - abseil/container/inlined_vector (1.20211102.0): - - abseil/algorithm/algorithm - - abseil/base/core_headers - - abseil/base/throw_delegate - - abseil/container/inlined_vector_internal - - abseil/memory/memory - - abseil/container/inlined_vector_internal (1.20211102.0): - - abseil/base/core_headers - - abseil/container/compressed_tuple - - abseil/memory/memory - - abseil/meta/type_traits - - abseil/types/span - - abseil/container/layout (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/strings/strings - - abseil/types/span - - abseil/utility/utility - - abseil/container/raw_hash_map (1.20211102.0): - - abseil/base/throw_delegate - - abseil/container/container_memory - - abseil/container/raw_hash_set - - abseil/container/raw_hash_set (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/container/common - - abseil/container/compressed_tuple - - abseil/container/container_memory - - abseil/container/hash_policy_traits - - abseil/container/hashtable_debug_hooks - - abseil/container/hashtablez_sampler - - abseil/container/have_sse - - abseil/memory/memory - - abseil/meta/type_traits - - abseil/numeric/bits - - abseil/utility/utility - - abseil/debugging/debugging_internal (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/errno_saver - - abseil/base/raw_logging_internal - - abseil/debugging/demangle_internal (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/debugging/stacktrace (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/debugging/debugging_internal - - abseil/debugging/symbolize (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/malloc_internal - - abseil/base/raw_logging_internal - - abseil/debugging/debugging_internal - - abseil/debugging/demangle_internal - - abseil/strings/strings - - abseil/functional/bind_front (1.20211102.0): - - abseil/base/base_internal - - abseil/container/compressed_tuple - - abseil/meta/type_traits - - abseil/utility/utility - - abseil/functional/function_ref (1.20211102.0): - - abseil/base/base_internal - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/hash/city (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/hash/hash (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/container/fixed_array - - abseil/hash/city - - abseil/hash/low_level_hash - - abseil/meta/type_traits - - abseil/numeric/int128 - - abseil/strings/strings - - abseil/types/optional - - abseil/types/variant - - abseil/utility/utility - - abseil/hash/low_level_hash (1.20211102.0): - - abseil/base/config - - abseil/base/endian - - abseil/numeric/bits - - abseil/numeric/int128 - - abseil/memory (1.20211102.0): - - abseil/memory/memory (= 1.20211102.0) - - abseil/memory/memory (1.20211102.0): - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/meta (1.20211102.0): - - abseil/meta/type_traits (= 1.20211102.0) - - abseil/meta/type_traits (1.20211102.0): - - abseil/base/config - - abseil/numeric/bits (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/numeric/int128 (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/numeric/bits - - abseil/numeric/representation (1.20211102.0): - - abseil/base/config - - abseil/profiling/exponential_biased (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/profiling/sample_recorder (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/synchronization/synchronization - - abseil/time/time - - abseil/random/distributions (1.20211102.0): - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/numeric/bits - - abseil/random/internal/distribution_caller - - abseil/random/internal/fast_uniform_bits - - abseil/random/internal/fastmath - - abseil/random/internal/generate_real - - abseil/random/internal/iostream_state_saver - - abseil/random/internal/traits - - abseil/random/internal/uniform_helper - - abseil/random/internal/wide_multiply - - abseil/strings/strings - - abseil/random/internal/distribution_caller (1.20211102.0): - - abseil/base/config - - abseil/base/fast_type_id - - abseil/utility/utility - - abseil/random/internal/fast_uniform_bits (1.20211102.0): - - abseil/base/config - - abseil/meta/type_traits - - abseil/random/internal/fastmath (1.20211102.0): - - abseil/numeric/bits - - abseil/random/internal/generate_real (1.20211102.0): - - abseil/meta/type_traits - - abseil/numeric/bits - - abseil/random/internal/fastmath - - abseil/random/internal/traits - - abseil/random/internal/iostream_state_saver (1.20211102.0): - - abseil/meta/type_traits - - abseil/numeric/int128 - - abseil/random/internal/nonsecure_base (1.20211102.0): - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/random/internal/pool_urbg - - abseil/random/internal/salted_seed_seq - - abseil/random/internal/seed_material - - abseil/types/optional - - abseil/types/span - - abseil/random/internal/pcg_engine (1.20211102.0): - - abseil/base/config - - abseil/meta/type_traits - - abseil/numeric/bits - - abseil/numeric/int128 - - abseil/random/internal/fastmath - - abseil/random/internal/iostream_state_saver - - abseil/random/internal/platform (1.20211102.0): - - abseil/base/config - - abseil/random/internal/pool_urbg (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/base/raw_logging_internal - - abseil/random/internal/randen - - abseil/random/internal/seed_material - - abseil/random/internal/traits - - abseil/random/seed_gen_exception - - abseil/types/span - - abseil/random/internal/randen (1.20211102.0): - - abseil/base/raw_logging_internal - - abseil/random/internal/platform - - abseil/random/internal/randen_hwaes - - abseil/random/internal/randen_slow - - abseil/random/internal/randen_engine (1.20211102.0): - - abseil/base/endian - - abseil/meta/type_traits - - abseil/random/internal/iostream_state_saver - - abseil/random/internal/randen - - abseil/random/internal/randen_hwaes (1.20211102.0): - - abseil/base/config - - abseil/random/internal/platform - - abseil/random/internal/randen_hwaes_impl - - abseil/random/internal/randen_hwaes_impl (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/numeric/int128 - - abseil/random/internal/platform - - abseil/random/internal/randen_slow (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/numeric/int128 - - abseil/random/internal/platform - - abseil/random/internal/salted_seed_seq (1.20211102.0): - - abseil/container/inlined_vector - - abseil/meta/type_traits - - abseil/random/internal/seed_material - - abseil/types/optional - - abseil/types/span - - abseil/random/internal/seed_material (1.20211102.0): - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/raw_logging_internal - - abseil/random/internal/fast_uniform_bits - - abseil/strings/strings - - abseil/types/optional - - abseil/types/span - - abseil/random/internal/traits (1.20211102.0): - - abseil/base/config - - abseil/random/internal/uniform_helper (1.20211102.0): - - abseil/base/config - - abseil/meta/type_traits - - abseil/random/internal/traits - - abseil/random/internal/wide_multiply (1.20211102.0): - - abseil/base/config - - abseil/numeric/bits - - abseil/numeric/int128 - - abseil/random/internal/traits - - abseil/random/random (1.20211102.0): - - abseil/random/distributions - - abseil/random/internal/nonsecure_base - - abseil/random/internal/pcg_engine - - abseil/random/internal/pool_urbg - - abseil/random/internal/randen_engine - - abseil/random/seed_sequences - - abseil/random/seed_gen_exception (1.20211102.0): - - abseil/base/config - - abseil/random/seed_sequences (1.20211102.0): - - abseil/container/inlined_vector - - abseil/random/internal/nonsecure_base - - abseil/random/internal/pool_urbg - - abseil/random/internal/salted_seed_seq - - abseil/random/internal/seed_material - - abseil/random/seed_gen_exception - - abseil/types/span - - abseil/status/status (1.20211102.0): - - abseil/base/atomic_hook - - abseil/base/config - - abseil/base/core_headers - - abseil/base/raw_logging_internal - - abseil/container/inlined_vector - - abseil/debugging/stacktrace - - abseil/debugging/symbolize - - abseil/functional/function_ref - - abseil/strings/cord - - abseil/strings/str_format - - abseil/strings/strings - - abseil/types/optional - - abseil/status/statusor (1.20211102.0): - - abseil/base/base - - abseil/base/core_headers - - abseil/base/raw_logging_internal - - abseil/meta/type_traits - - abseil/status/status - - abseil/strings/strings - - abseil/types/variant - - abseil/utility/utility - - abseil/strings/cord (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/base/raw_logging_internal - - abseil/container/fixed_array - - abseil/container/inlined_vector - - abseil/functional/function_ref - - abseil/meta/type_traits - - abseil/strings/cord_internal - - abseil/strings/cordz_functions - - abseil/strings/cordz_info - - abseil/strings/cordz_statistics - - abseil/strings/cordz_update_scope - - abseil/strings/cordz_update_tracker - - abseil/strings/internal - - abseil/strings/str_format - - abseil/strings/strings - - abseil/types/optional - - abseil/strings/cord_internal (1.20211102.0): - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/base/raw_logging_internal - - abseil/base/throw_delegate - - abseil/container/compressed_tuple - - abseil/container/inlined_vector - - abseil/container/layout - - abseil/functional/function_ref - - abseil/meta/type_traits - - abseil/strings/strings - - abseil/types/span - - abseil/strings/cordz_functions (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/raw_logging_internal - - abseil/profiling/exponential_biased - - abseil/strings/cordz_handle (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/raw_logging_internal - - abseil/synchronization/synchronization - - abseil/strings/cordz_info (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/base/raw_logging_internal - - abseil/container/inlined_vector - - abseil/debugging/stacktrace - - abseil/strings/cord_internal - - abseil/strings/cordz_functions - - abseil/strings/cordz_handle - - abseil/strings/cordz_statistics - - abseil/strings/cordz_update_tracker - - abseil/synchronization/synchronization - - abseil/types/span - - abseil/strings/cordz_statistics (1.20211102.0): - - abseil/base/config - - abseil/strings/cordz_update_tracker - - abseil/strings/cordz_update_scope (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/strings/cord_internal - - abseil/strings/cordz_info - - abseil/strings/cordz_update_tracker - - abseil/strings/cordz_update_tracker (1.20211102.0): - - abseil/base/config - - abseil/strings/internal (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/base/raw_logging_internal - - abseil/meta/type_traits - - abseil/strings/str_format (1.20211102.0): - - abseil/strings/str_format_internal - - abseil/strings/str_format_internal (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/functional/function_ref - - abseil/meta/type_traits - - abseil/numeric/bits - - abseil/numeric/int128 - - abseil/numeric/representation - - abseil/strings/strings - - abseil/types/optional - - abseil/types/span - - abseil/strings/strings (1.20211102.0): - - abseil/base/base - - abseil/base/config - - abseil/base/core_headers - - abseil/base/endian - - abseil/base/raw_logging_internal - - abseil/base/throw_delegate - - abseil/memory/memory - - abseil/meta/type_traits - - abseil/numeric/bits - - abseil/numeric/int128 - - abseil/strings/internal - - abseil/synchronization/graphcycles_internal (1.20211102.0): - - abseil/base/base - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/base/malloc_internal - - abseil/base/raw_logging_internal - - abseil/synchronization/kernel_timeout_internal (1.20211102.0): - - abseil/base/core_headers - - abseil/base/raw_logging_internal - - abseil/time/time - - abseil/synchronization/synchronization (1.20211102.0): - - abseil/base/atomic_hook - - abseil/base/base - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/base/dynamic_annotations - - abseil/base/malloc_internal - - abseil/base/raw_logging_internal - - abseil/debugging/stacktrace - - abseil/debugging/symbolize - - abseil/synchronization/graphcycles_internal - - abseil/synchronization/kernel_timeout_internal - - abseil/time/time - - abseil/time (1.20211102.0): - - abseil/time/internal (= 1.20211102.0) - - abseil/time/time (= 1.20211102.0) - - abseil/time/internal (1.20211102.0): - - abseil/time/internal/cctz (= 1.20211102.0) - - abseil/time/internal/cctz (1.20211102.0): - - abseil/time/internal/cctz/civil_time (= 1.20211102.0) - - abseil/time/internal/cctz/time_zone (= 1.20211102.0) - - abseil/time/internal/cctz/civil_time (1.20211102.0): - - abseil/base/config - - abseil/time/internal/cctz/time_zone (1.20211102.0): - - abseil/base/config - - abseil/time/internal/cctz/civil_time - - abseil/time/time (1.20211102.0): - - abseil/base/base - - abseil/base/core_headers - - abseil/base/raw_logging_internal - - abseil/numeric/int128 - - abseil/strings/strings - - abseil/time/internal/cctz/civil_time - - abseil/time/internal/cctz/time_zone - - abseil/types (1.20211102.0): - - abseil/types/any (= 1.20211102.0) - - abseil/types/bad_any_cast (= 1.20211102.0) - - abseil/types/bad_any_cast_impl (= 1.20211102.0) - - abseil/types/bad_optional_access (= 1.20211102.0) - - abseil/types/bad_variant_access (= 1.20211102.0) - - abseil/types/compare (= 1.20211102.0) - - abseil/types/optional (= 1.20211102.0) - - abseil/types/span (= 1.20211102.0) - - abseil/types/variant (= 1.20211102.0) - - abseil/types/any (1.20211102.0): - - abseil/base/config - - abseil/base/core_headers - - abseil/base/fast_type_id - - abseil/meta/type_traits - - abseil/types/bad_any_cast - - abseil/utility/utility - - abseil/types/bad_any_cast (1.20211102.0): - - abseil/base/config - - abseil/types/bad_any_cast_impl - - abseil/types/bad_any_cast_impl (1.20211102.0): - - abseil/base/config - - abseil/base/raw_logging_internal - - abseil/types/bad_optional_access (1.20211102.0): - - abseil/base/config - - abseil/base/raw_logging_internal - - abseil/types/bad_variant_access (1.20211102.0): - - abseil/base/config - - abseil/base/raw_logging_internal - - abseil/types/compare (1.20211102.0): - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/types/optional (1.20211102.0): - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/memory/memory - - abseil/meta/type_traits - - abseil/types/bad_optional_access - - abseil/utility/utility - - abseil/types/span (1.20211102.0): - - abseil/algorithm/algorithm - - abseil/base/core_headers - - abseil/base/throw_delegate - - abseil/meta/type_traits - - abseil/types/variant (1.20211102.0): - - abseil/base/base_internal - - abseil/base/config - - abseil/base/core_headers - - abseil/meta/type_traits - - abseil/types/bad_variant_access - - abseil/utility/utility - - abseil/utility/utility (1.20211102.0): - - abseil/base/base_internal - - abseil/base/config - - abseil/meta/type_traits - - BoringSSL-GRPC (0.0.24): - - BoringSSL-GRPC/Implementation (= 0.0.24) - - BoringSSL-GRPC/Interface (= 0.0.24) - - BoringSSL-GRPC/Implementation (0.0.24): - - BoringSSL-GRPC/Interface (= 0.0.24) - - BoringSSL-GRPC/Interface (0.0.24) - - cloud_firestore (3.4.0): - - Firebase/Firestore (= 9.3.0) - - firebase_core - - Flutter - - Firebase/Auth (9.3.0): - - Firebase/CoreOnly - - FirebaseAuth (~> 9.3.0) - - Firebase/CoreOnly (9.3.0): - - FirebaseCore (= 9.3.0) - - Firebase/Firestore (9.3.0): - - Firebase/CoreOnly - - FirebaseFirestore (~> 9.3.0) - - firebase_auth (3.5.0): - - Firebase/Auth (= 9.3.0) - - firebase_core - - Flutter - - firebase_core (1.20.0): - - Firebase/CoreOnly (= 9.3.0) - - Flutter - - FirebaseAuth (9.3.0): - - FirebaseCore (~> 9.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - - GoogleUtilities/Environment (~> 7.7) - - GTMSessionFetcher/Core (< 3.0, >= 1.7) - - FirebaseCore (9.3.0): - - FirebaseCoreDiagnostics (~> 9.0) - - FirebaseCoreInternal (~> 9.0) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Logger (~> 7.7) - - FirebaseCoreDiagnostics (9.3.0): - - GoogleDataTransport (< 10.0.0, >= 9.1.4) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Logger (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseCoreInternal (9.3.0): - - "GoogleUtilities/NSData+zlib (~> 7.7)" - - FirebaseFirestore (9.3.0): - - abseil/algorithm (~> 1.20211102.0) - - abseil/base (~> 1.20211102.0) - - abseil/container/flat_hash_map (~> 1.20211102.0) - - abseil/memory (~> 1.20211102.0) - - abseil/meta (~> 1.20211102.0) - - abseil/strings/strings (~> 1.20211102.0) - - abseil/time (~> 1.20211102.0) - - abseil/types (~> 1.20211102.0) - - FirebaseCore (~> 9.0) - - "gRPC-C++ (~> 1.44.0)" - - leveldb-library (~> 1.22) - - nanopb (< 2.30910.0, >= 2.30908.0) - - Flutter (1.0.0) - - GoogleDataTransport (9.2.0): - - GoogleUtilities/Environment (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) - - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/AppDelegateSwizzler (7.7.0): - - GoogleUtilities/Environment - - GoogleUtilities/Logger - - GoogleUtilities/Network - - GoogleUtilities/Environment (7.7.0): - - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.7.0): - - GoogleUtilities/Environment - - GoogleUtilities/Network (7.7.0): - - GoogleUtilities/Logger - - "GoogleUtilities/NSData+zlib" - - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.7.0)" - - GoogleUtilities/Reachability (7.7.0): - - GoogleUtilities/Logger - - "gRPC-C++ (1.44.0)": - - "gRPC-C++/Implementation (= 1.44.0)" - - "gRPC-C++/Interface (= 1.44.0)" - - "gRPC-C++/Implementation (1.44.0)": - - abseil/base/base (= 1.20211102.0) - - abseil/base/core_headers (= 1.20211102.0) - - abseil/container/flat_hash_map (= 1.20211102.0) - - abseil/container/inlined_vector (= 1.20211102.0) - - abseil/functional/bind_front (= 1.20211102.0) - - abseil/hash/hash (= 1.20211102.0) - - abseil/memory/memory (= 1.20211102.0) - - abseil/random/random (= 1.20211102.0) - - abseil/status/status (= 1.20211102.0) - - abseil/status/statusor (= 1.20211102.0) - - abseil/strings/cord (= 1.20211102.0) - - abseil/strings/str_format (= 1.20211102.0) - - abseil/strings/strings (= 1.20211102.0) - - abseil/synchronization/synchronization (= 1.20211102.0) - - abseil/time/time (= 1.20211102.0) - - abseil/types/optional (= 1.20211102.0) - - abseil/types/variant (= 1.20211102.0) - - abseil/utility/utility (= 1.20211102.0) - - "gRPC-C++/Interface (= 1.44.0)" - - gRPC-Core (= 1.44.0) - - "gRPC-C++/Interface (1.44.0)" - - gRPC-Core (1.44.0): - - gRPC-Core/Implementation (= 1.44.0) - - gRPC-Core/Interface (= 1.44.0) - - gRPC-Core/Implementation (1.44.0): - - abseil/base/base (= 1.20211102.0) - - abseil/base/core_headers (= 1.20211102.0) - - abseil/container/flat_hash_map (= 1.20211102.0) - - abseil/container/inlined_vector (= 1.20211102.0) - - abseil/functional/bind_front (= 1.20211102.0) - - abseil/hash/hash (= 1.20211102.0) - - abseil/memory/memory (= 1.20211102.0) - - abseil/random/random (= 1.20211102.0) - - abseil/status/status (= 1.20211102.0) - - abseil/status/statusor (= 1.20211102.0) - - abseil/strings/cord (= 1.20211102.0) - - abseil/strings/str_format (= 1.20211102.0) - - abseil/strings/strings (= 1.20211102.0) - - abseil/synchronization/synchronization (= 1.20211102.0) - - abseil/time/time (= 1.20211102.0) - - abseil/types/optional (= 1.20211102.0) - - abseil/types/variant (= 1.20211102.0) - - abseil/utility/utility (= 1.20211102.0) - - BoringSSL-GRPC (= 0.0.24) - - gRPC-Core/Interface (= 1.44.0) - - Libuv-gRPC (= 0.0.10) - - gRPC-Core/Interface (1.44.0) - - GTMSessionFetcher/Core (2.0.0) - - leveldb-library (1.22.1) - - Libuv-gRPC (0.0.10): - - Libuv-gRPC/Implementation (= 0.0.10) - - Libuv-gRPC/Interface (= 0.0.10) - - Libuv-gRPC/Implementation (0.0.10): - - Libuv-gRPC/Interface (= 0.0.10) - - Libuv-gRPC/Interface (0.0.10) - - nanopb (2.30909.0): - - nanopb/decode (= 2.30909.0) - - nanopb/encode (= 2.30909.0) - - nanopb/decode (2.30909.0) - - nanopb/encode (2.30909.0) - - PromisesObjC (2.1.1) - - shared_preferences_ios (0.0.1): - - Flutter - -DEPENDENCIES: - - cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) - - firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) - - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - - Flutter (from `Flutter`) - - shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) - -SPEC REPOS: - trunk: - - abseil - - BoringSSL-GRPC - - Firebase - - FirebaseAuth - - FirebaseCore - - FirebaseCoreDiagnostics - - FirebaseCoreInternal - - FirebaseFirestore - - GoogleDataTransport - - GoogleUtilities - - "gRPC-C++" - - gRPC-Core - - GTMSessionFetcher - - leveldb-library - - Libuv-gRPC - - nanopb - - PromisesObjC - -EXTERNAL SOURCES: - cloud_firestore: - :path: ".symlinks/plugins/cloud_firestore/ios" - firebase_auth: - :path: ".symlinks/plugins/firebase_auth/ios" - firebase_core: - :path: ".symlinks/plugins/firebase_core/ios" - Flutter: - :path: Flutter - shared_preferences_ios: - :path: ".symlinks/plugins/shared_preferences_ios/ios" - -SPEC CHECKSUMS: - abseil: ebe5b5529fb05d93a8bdb7951607be08b7fa71bc - BoringSSL-GRPC: 3175b25143e648463a56daeaaa499c6cb86dad33 - cloud_firestore: bd7f9d191e32f21b46c99884ddff554e2aab4554 - Firebase: ef75abb1cdbc746d5a38f4e26c422c807b189b8c - firebase_auth: 90736e5b2600e9504c3409eea5ebcc84b9d0af7f - firebase_core: 96214f90497b808a2cf2a24517084c5f6de37b53 - FirebaseAuth: 9ebc3577fe0acf9092df21ac314024b70aebf21e - FirebaseCore: c088995ece701a021a48a1348ea0174877de2a6a - FirebaseCoreDiagnostics: 060eb57cc56dfaf40b1b1b5874a5c17c41ce79f8 - FirebaseCoreInternal: 635d1c9a612a6502b6377a0c92af83758076ffff - FirebaseFirestore: 5a72aa925528f67469b16a54a6cfc369467197e4 - Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f - GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1 - "gRPC-C++": 9675f953ace2b3de7c506039d77be1f2e77a8db2 - gRPC-Core: 943e491cb0d45598b0b0eb9e910c88080369290b - GTMSessionFetcher: 681175626052e03fdde7952f7e9c7a9785719506 - leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729 - Libuv-gRPC: 55e51798e14ef436ad9bc45d12d43b77b49df378 - nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 - PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb - shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad - -PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048 - -COCOAPODS: 1.11.3 diff --git a/pubspec.lock b/pubspec.lock index 3beac539..cc5228a4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,133 +5,144 @@ packages: dependency: transitive description: name: async - url: "https://pub.dartlang.org" + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" + url: "https://pub.dev" source: hosted - version: "2.8.2" + version: "2.11.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.dartlang.org" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" + url: "https://pub.dev" source: hosted - version: "1.3.1" + version: "1.3.0" clock: dependency: transitive description: name: clock - url: "https://pub.dartlang.org" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" cloud_firestore: dependency: "direct main" description: name: cloud_firestore - url: "https://pub.dartlang.org" + sha256: b14d1627b578ea7d336e4cd5c1027460529106dd1bdaeccb2210f70fc5c59783 + url: "https://pub.dev" source: hosted version: "3.4.0" cloud_firestore_platform_interface: dependency: transitive description: name: cloud_firestore_platform_interface - url: "https://pub.dartlang.org" + sha256: "2927279c39c258ef810a96af363f9e9ba73a40646ac6997de9fc19d0cf8a74a3" + url: "https://pub.dev" source: hosted version: "5.7.0" cloud_firestore_web: dependency: transitive description: name: cloud_firestore_web - url: "https://pub.dartlang.org" + sha256: "757e7c5b4e718a059511c8e8fa770e9c9c73aa2feaf3f9c5aa34b72494654c6b" + url: "https://pub.dev" source: hosted version: "2.8.0" collection: dependency: transitive description: name: collection - url: "https://pub.dartlang.org" + sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" + url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.1" cupertino_icons: dependency: "direct main" description: name: cupertino_icons - url: "https://pub.dartlang.org" + sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be + url: "https://pub.dev" source: hosted version: "1.0.5" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.dartlang.org" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.3.1" ffi: dependency: transitive description: name: ffi - url: "https://pub.dartlang.org" + sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978 + url: "https://pub.dev" source: hosted version: "2.0.1" file: dependency: transitive description: name: file - url: "https://pub.dartlang.org" + sha256: b69516f2c26a5bcac4eee2e32512e1a5205ab312b3536c1c1227b2b942b5f9ad + url: "https://pub.dev" source: hosted version: "6.1.2" firebase_auth: dependency: "direct main" description: name: firebase_auth - url: "https://pub.dartlang.org" + sha256: "367413f4cf360668cffa40fd1f41c131344b69ba9a80592527b9e6f8abfec9d3" + url: "https://pub.dev" source: hosted version: "3.5.0" firebase_auth_platform_interface: dependency: transitive description: name: firebase_auth_platform_interface - url: "https://pub.dartlang.org" + sha256: "0e0698cb336382f589eaa9f7346e11cf4f0dc05d0312ec3f8e3043246bd09219" + url: "https://pub.dev" source: hosted version: "6.4.0" firebase_auth_web: dependency: transitive description: name: firebase_auth_web - url: "https://pub.dartlang.org" + sha256: "8085f23b552ca4645e6b2dfaf2fff83b58b68a284a4ddf6cffdf6e67f6bed4c6" + url: "https://pub.dev" source: hosted version: "4.1.0" firebase_core: dependency: "direct main" description: name: firebase_core - url: "https://pub.dartlang.org" + sha256: d6ea5525c868e3034b5f2407deb06f75d2e83f8e04c2478940e924d813e76164 + url: "https://pub.dev" source: hosted version: "1.20.0" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface - url: "https://pub.dartlang.org" + sha256: a78327f0f2f5e36073427300633c9036c4499f047f178498d08b0345ae7ad5b4 + url: "https://pub.dev" source: hosted version: "4.5.0" firebase_core_web: dependency: transitive description: name: firebase_core_web - url: "https://pub.dartlang.org" + sha256: "12853276fd2f9c1aed6f1e3470e3edf7caa6c9fbc39a2b0438f8986e1f468a41" + url: "https://pub.dev" source: hosted version: "1.7.1" flutter: @@ -143,7 +154,8 @@ packages: dependency: "direct dev" description: name: flutter_lints - url: "https://pub.dartlang.org" + sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c + url: "https://pub.dev" source: hosted version: "2.0.1" flutter_test: @@ -160,154 +172,176 @@ packages: dependency: transitive description: name: http_parser - url: "https://pub.dartlang.org" + sha256: db3060f22889f3d9d55f6a217565486737037eec3609f7f3eca4d0c67ee0d8a0 + url: "https://pub.dev" source: hosted version: "4.0.1" intl: dependency: transitive description: name: intl - url: "https://pub.dartlang.org" + sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91" + url: "https://pub.dev" source: hosted version: "0.17.0" js: dependency: transitive description: name: js - url: "https://pub.dartlang.org" + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 + url: "https://pub.dev" source: hosted - version: "0.6.4" + version: "0.6.7" lints: dependency: transitive description: name: lints - url: "https://pub.dartlang.org" + sha256: "5cfd6509652ff5e7fe149b6df4859e687fca9048437857cb2e65c8d780f396e3" + url: "https://pub.dev" source: hosted version: "2.0.0" matcher: dependency: transitive description: name: matcher - url: "https://pub.dartlang.org" + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" + url: "https://pub.dev" source: hosted - version: "0.12.11" + version: "0.12.15" material_color_utilities: dependency: transitive description: name: material_color_utilities - url: "https://pub.dartlang.org" + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + url: "https://pub.dev" source: hosted - version: "0.1.4" + version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.dartlang.org" + sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" + url: "https://pub.dev" source: hosted - version: "1.7.0" + version: "1.9.1" path: dependency: transitive description: name: path - url: "https://pub.dartlang.org" + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" + url: "https://pub.dev" source: hosted - version: "1.8.1" + version: "1.8.3" path_provider_linux: dependency: transitive description: name: path_provider_linux - url: "https://pub.dartlang.org" + sha256: ab0987bf95bc591da42dffb38c77398fc43309f0b9b894dcc5d6f40c4b26c379 + url: "https://pub.dev" source: hosted version: "2.1.7" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface - url: "https://pub.dartlang.org" + sha256: "27dc7a224fcd07444cb5e0e60423ccacea3e13cf00fc5282ac2c918132da931d" + url: "https://pub.dev" source: hosted version: "2.0.4" path_provider_windows: dependency: transitive description: name: path_provider_windows - url: "https://pub.dartlang.org" + sha256: "999d3dc2ac03ca3f8433018efa40b73558fa4f9759bf8383a217861d120c7d74" + url: "https://pub.dev" source: hosted version: "2.1.0" platform: dependency: transitive description: name: platform - url: "https://pub.dartlang.org" + sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76" + url: "https://pub.dev" source: hosted version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface - url: "https://pub.dartlang.org" + sha256: "075f927ebbab4262ace8d0b283929ac5410c0ac4e7fc123c76429564facfb757" + url: "https://pub.dev" source: hosted version: "2.1.2" process: dependency: transitive description: name: process - url: "https://pub.dartlang.org" + sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09" + url: "https://pub.dev" source: hosted version: "4.2.4" shared_preferences: dependency: "direct main" description: name: shared_preferences - url: "https://pub.dartlang.org" + sha256: "76917b7d4b9526b2ba416808a7eb9fb2863c1a09cf63ec85f1453da240fa818a" + url: "https://pub.dev" source: hosted version: "2.0.15" shared_preferences_android: dependency: transitive description: name: shared_preferences_android - url: "https://pub.dartlang.org" + sha256: "853801ce6ba7429ec4e923e37317f32a57c903de50b8c33ffcfbdb7e6f0dd39c" + url: "https://pub.dev" source: hosted version: "2.0.12" shared_preferences_ios: dependency: transitive description: name: shared_preferences_ios - url: "https://pub.dartlang.org" + sha256: "585a14cefec7da8c9c2fb8cd283a3bb726b4155c0952afe6a0caaa7b2272de34" + url: "https://pub.dev" source: hosted version: "2.1.1" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux - url: "https://pub.dartlang.org" + sha256: "28aefc1261746e7bad3d09799496054beb84e8c4ffcdfed7734e17b4ada459a5" + url: "https://pub.dev" source: hosted version: "2.1.1" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos - url: "https://pub.dartlang.org" + sha256: fbb94bf296576f49be37a1496d5951796211a8db0aa22cc0d68c46440dad808c + url: "https://pub.dev" source: hosted version: "2.0.4" shared_preferences_platform_interface: dependency: transitive description: name: shared_preferences_platform_interface - url: "https://pub.dartlang.org" + sha256: "992f0fdc46d0a3c0ac2e5859f2de0e577bbe51f78a77ee8f357cbe626a2ad32d" + url: "https://pub.dev" source: hosted version: "2.0.0" shared_preferences_web: dependency: transitive description: name: shared_preferences_web - url: "https://pub.dartlang.org" + sha256: a4b5bc37fe1b368bbc81f953197d55e12f49d0296e7e412dfe2d2d77d6929958 + url: "https://pub.dev" source: hosted version: "2.0.4" shared_preferences_windows: dependency: transitive description: name: shared_preferences_windows - url: "https://pub.dartlang.org" + sha256: "97f7ab9a7da96d9cf19581f5de520ceb529548498bd6b5e0ccd02d68a0d15eba" + url: "https://pub.dev" source: hosted version: "2.1.1" sky_engine: @@ -319,72 +353,82 @@ packages: dependency: transitive description: name: source_span - url: "https://pub.dartlang.org" + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.dartlang.org" + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.dartlang.org" + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.dartlang.org" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.dartlang.org" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.dartlang.org" + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb + url: "https://pub.dev" source: hosted - version: "0.4.9" + version: "0.5.1" typed_data: dependency: transitive description: name: typed_data - url: "https://pub.dartlang.org" + sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5" + url: "https://pub.dev" source: hosted version: "1.3.1" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.dartlang.org" + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.4" win32: dependency: transitive description: name: win32 - url: "https://pub.dartlang.org" + sha256: "6b75ac2ddd42f5c226fdaf4498a2b04071c06f1f2b8f7ab1c3f77cc7f2285ff1" + url: "https://pub.dev" source: hosted version: "2.7.0" xdg_directories: dependency: transitive description: name: xdg_directories - url: "https://pub.dartlang.org" + sha256: "060b6e1c891d956f72b5ac9463466c37cce3fa962a921532fc001e86fe93438e" + url: "https://pub.dev" source: hosted version: "0.2.0+1" sdks: - dart: ">=2.17.5 <3.0.0" + dart: ">=3.0.0-0 <4.0.0" flutter: ">=3.0.0" diff --git a/test/widget_test.dart b/test/widget_test.dart deleted file mode 100644 index 842a5249..00000000 --- a/test/widget_test.dart +++ /dev/null @@ -1,30 +0,0 @@ -// This is a basic Flutter widget test. -// -// To perform an interaction with a widget in your test, use the WidgetTester -// utility in the flutter_test package. For example, you can send tap and scroll -// gestures. You can also use WidgetTester to find child widgets in the widget -// tree, read text, and verify that the values of widget properties are correct. - -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; - -import 'package:chatapp_firebase/main.dart'; - -void main() { - testWidgets('Counter increments smoke test', (WidgetTester tester) async { - // Build our app and trigger a frame. - await tester.pumpWidget(const MyApp()); - - // Verify that our counter starts at 0. - expect(find.text('0'), findsOneWidget); - expect(find.text('1'), findsNothing); - - // Tap the '+' icon and trigger a frame. - await tester.tap(find.byIcon(Icons.add)); - await tester.pump(); - - // Verify that our counter has incremented. - expect(find.text('0'), findsNothing); - expect(find.text('1'), findsOneWidget); - }); -} From 1fcb3d3440b0f25706035249f96a95a1ee27692f Mon Sep 17 00:00:00 2001 From: Tyroneexe Date: Mon, 17 Jul 2023 12:11:58 +0200 Subject: [PATCH 2/2] move folder in folder to read better --- lib/{pages/auth => auth_pages}/login_page.dart | 6 ++++-- lib/{pages/auth => auth_pages}/register_page.dart | 6 ++++-- lib/main.dart | 2 +- lib/pages/home_page.dart | 8 +++++--- lib/pages/profile_page.dart | 4 +++- lib/pages/search_page.dart | 2 ++ lib/service/auth_service.dart | 2 ++ 7 files changed, 21 insertions(+), 9 deletions(-) rename lib/{pages/auth => auth_pages}/login_page.dart (97%) rename lib/{pages/auth => auth_pages}/register_page.dart (97%) diff --git a/lib/pages/auth/login_page.dart b/lib/auth_pages/login_page.dart similarity index 97% rename from lib/pages/auth/login_page.dart rename to lib/auth_pages/login_page.dart index a5c72be0..0f822890 100644 --- a/lib/pages/auth/login_page.dart +++ b/lib/auth_pages/login_page.dart @@ -1,5 +1,7 @@ +// ignore_for_file: use_build_context_synchronously + import 'package:chatapp_firebase/helper/helper_function.dart'; -import 'package:chatapp_firebase/pages/auth/register_page.dart'; +import 'package:chatapp_firebase/auth_pages/register_page.dart'; import 'package:chatapp_firebase/pages/home_page.dart'; import 'package:chatapp_firebase/service/auth_service.dart'; import 'package:chatapp_firebase/service/database_service.dart'; @@ -101,7 +103,7 @@ class _LoginPageState extends State { width: double.infinity, child: ElevatedButton( style: ElevatedButton.styleFrom( - primary: Theme.of(context).primaryColor, + backgroundColor: Theme.of(context).primaryColor, elevation: 0, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(30))), diff --git a/lib/pages/auth/register_page.dart b/lib/auth_pages/register_page.dart similarity index 97% rename from lib/pages/auth/register_page.dart rename to lib/auth_pages/register_page.dart index 3f8be30f..0449715d 100644 --- a/lib/pages/auth/register_page.dart +++ b/lib/auth_pages/register_page.dart @@ -1,5 +1,7 @@ +// ignore_for_file: use_build_context_synchronously + import 'package:chatapp_firebase/helper/helper_function.dart'; -import 'package:chatapp_firebase/pages/auth/login_page.dart'; +import 'package:chatapp_firebase/auth_pages/login_page.dart'; import 'package:chatapp_firebase/pages/home_page.dart'; import 'package:chatapp_firebase/service/auth_service.dart'; import 'package:chatapp_firebase/widgets/widgets.dart'; @@ -122,7 +124,7 @@ class _RegisterPageState extends State { width: double.infinity, child: ElevatedButton( style: ElevatedButton.styleFrom( - primary: Theme.of(context).primaryColor, + backgroundColor: Theme.of(context).primaryColor, elevation: 0, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(30))), diff --git a/lib/main.dart b/lib/main.dart index 3f451dd8..934d4a49 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,5 +1,5 @@ import 'package:chatapp_firebase/helper/helper_function.dart'; -import 'package:chatapp_firebase/pages/auth/login_page.dart'; +import 'package:chatapp_firebase/auth_pages/login_page.dart'; import 'package:chatapp_firebase/pages/home_page.dart'; import 'package:chatapp_firebase/shared/constants.dart'; import 'package:firebase_core/firebase_core.dart'; diff --git a/lib/pages/home_page.dart b/lib/pages/home_page.dart index 9292adf8..cd3e1c57 100644 --- a/lib/pages/home_page.dart +++ b/lib/pages/home_page.dart @@ -1,5 +1,7 @@ +// ignore_for_file: use_build_context_synchronously + import 'package:chatapp_firebase/helper/helper_function.dart'; -import 'package:chatapp_firebase/pages/auth/login_page.dart'; +import 'package:chatapp_firebase/auth_pages/login_page.dart'; import 'package:chatapp_firebase/pages/profile_page.dart'; import 'package:chatapp_firebase/pages/search_page.dart'; import 'package:chatapp_firebase/service/auth_service.dart'; @@ -244,7 +246,7 @@ class _HomePageState extends State { Navigator.of(context).pop(); }, style: ElevatedButton.styleFrom( - primary: Theme.of(context).primaryColor), + backgroundColor: Theme.of(context).primaryColor), child: const Text("CANCEL"), ), ElevatedButton( @@ -266,7 +268,7 @@ class _HomePageState extends State { } }, style: ElevatedButton.styleFrom( - primary: Theme.of(context).primaryColor), + backgroundColor: Theme.of(context).primaryColor), child: const Text("CREATE"), ) ], diff --git a/lib/pages/profile_page.dart b/lib/pages/profile_page.dart index 6ff6ea1a..8c829c0d 100644 --- a/lib/pages/profile_page.dart +++ b/lib/pages/profile_page.dart @@ -1,4 +1,6 @@ -import 'package:chatapp_firebase/pages/auth/login_page.dart'; +// ignore_for_file: must_be_immutable, use_build_context_synchronously + +import 'package:chatapp_firebase/auth_pages/login_page.dart'; import 'package:chatapp_firebase/pages/home_page.dart'; import 'package:chatapp_firebase/service/auth_service.dart'; import 'package:chatapp_firebase/widgets/widgets.dart'; diff --git a/lib/pages/search_page.dart b/lib/pages/search_page.dart index 83600583..5cd6ea96 100644 --- a/lib/pages/search_page.dart +++ b/lib/pages/search_page.dart @@ -1,3 +1,5 @@ +// ignore_for_file: use_build_context_synchronously + import 'package:chatapp_firebase/helper/helper_function.dart'; import 'package:chatapp_firebase/pages/chat_page.dart'; import 'package:chatapp_firebase/service/database_service.dart'; diff --git a/lib/service/auth_service.dart b/lib/service/auth_service.dart index 652959a0..d91dc5c6 100644 --- a/lib/service/auth_service.dart +++ b/lib/service/auth_service.dart @@ -1,3 +1,5 @@ +// ignore_for_file: unnecessary_null_comparison + import 'package:chatapp_firebase/helper/helper_function.dart'; import 'package:chatapp_firebase/service/database_service.dart'; import 'package:firebase_auth/firebase_auth.dart';