Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [cloud_firestore] FAILURE: Build failed with an exception #3971

Closed
chauhannaman98 opened this issue Oct 28, 2020 · 10 comments
Closed

🐛 [cloud_firestore] FAILURE: Build failed with an exception #3971

chauhannaman98 opened this issue Oct 28, 2020 · 10 comments
Labels
Needs Attention This issue needs maintainer attention. type: bug Something isn't working

Comments

@chauhannaman98
Copy link

Bug report

Describe the bug
I tried implementing the firebase cloud_firestore in this commit. My flutter app was supposed to run successfully but it failed during the Gradle build with an exception.

Steps to reproduce

Steps to reproduce the behavior:

  1. Clone the repository from here.
  2. Add your google-services.json for firebase project.
  3. Run flutter run -v. You'll get an exception while Gradle build.

Expected behavior

I expected the application to build successfully and app running normally on my emulator.


Actual behavior

Click To Expand
[ +109 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +30 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 84f3d28555368a70270e9ac8390a9441df95e752
[        ] executing: [/home/techmirtz/snap/flutter/common/flutter/] git tag --points-at HEAD
[  +12 ms] Exit code 0 from: git tag --points-at HEAD
[        ] 1.22.2
[   +7 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/home/techmirtz/snap/flutter/common/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +36 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[   +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +42 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +15 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb devices -l
[  +37 ms] List of devices attached
           J7AAGF06T826H7Z        device usb:1-1 product:WW_X00TD model:ASUS_X00TD device:ASUS_X00T_2 transport_id:2
[  +13 ms] /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell getprop
[ +127 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[  +28 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +182 ms] Found plugin cloud_firestore at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/
[   +9 ms] Found plugin cloud_firestore_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/
[  +15 ms] Found plugin firebase_auth at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/
[   +9 ms] Found plugin firebase_auth_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/
[   +2 ms] Found plugin firebase_core at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/
[  +13 ms] Found plugin firebase_core_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[ +333 ms] Found plugin cloud_firestore at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/
[   +2 ms] Found plugin cloud_firestore_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/
[   +4 ms] Found plugin firebase_auth at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/
[   +3 ms] Found plugin firebase_auth_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/
[   +2 ms] Found plugin firebase_core at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/
[   +3 ms] Found plugin firebase_core_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[  +59 ms] Generating /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +25 ms] ro.hardware = qcom
[  +30 ms] Starting incremental build...
[   +3 ms] Initializing file store
[  +23 ms] Skipping target: gen_localizations
[   +4 ms] complete
[   +4 ms] Launching lib/main.dart on ASUS X00TD in debug mode...
[   +5 ms] /home/techmirtz/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root
/home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true --output-dill /tmp/flutter_tools.UBSYHM/flutter_tool.NRVHTX/app.dill --packages .packages
-Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/cache.dill.track.dill
[  +16 ms] executing: /home/techmirtz/Android/Sdk/build-tools/29.0.2/aapt dump xmltree /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/build/app/outputs/flutter-apk/app.apk
AndroidManifest.xml
[  +97 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/build-tools/29.0.2/aapt dump xmltree
/home/techmirtz/projects/Flutter/flutter_apps/flash_chat/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d
               A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10")
               A: package="com.techmirtz.flash_chat" (Raw: "com.techmirtz.flash_chat")
               A: platformBuildVersionCode=(type 0x10)0x1d
               A: platformBuildVersionName=(type 0x10)0xa
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=22)
                 A: android:label(0x01010001)="flash_chat" (Raw: "flash_chat")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=28)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.techmirtz.flash_chat.MainActivity" (Raw: "com.techmirtz.flash_chat.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=42)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: meta-data (line=52)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f040000
                   E: intent-filter (line=56)
                     E: action (line=57)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=59)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=66)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
[  +11 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[  +89 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[        ] --------- beginning of main
           10-28 00:15:57.052 W/Bugle   (13674): BuglePhoneNumberUtils: canonicalizeMccMnc: invalid mccmnc. mcc: null, mnc: null
[   +4 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[  +83 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[        ] --------- beginning of main
           10-28 00:15:57.137 I/BugleRcsEngine(13674): [8934] zvx.b: Reinitialize CSLib Flags: com.google.android.ims.library
[  +30 ms] <- compile package:flash_chat/main.dart
[  +45 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb version
[  +22 ms] Android Debug Bridge version 1.0.41
           Version 30.0.4-6686687
           Installed as /home/techmirtz/Android/Sdk/platform-tools/adb
[   +8 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb start-server
[  +31 ms] Building APK
[  +33 ms] Running Gradle task 'assembleDebug'...
[   +3 ms] gradle.properties already sets `android.enableR8`
[   +4 ms] Using gradle from /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/gradlew.
[   +1 ms] /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/gradlew mode: 33277 rwxrwxr-x.
[  +12 ms] executing: /home/techmirtz/android-studio/jre/bin/java -version
[ +105 ms] Exit code 0 from: /home/techmirtz/android-studio/jre/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[   +1 ms] executing: [/home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/] /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/gradlew -Pverbose=true
-Ptarget-platform=android-arm64 -Ptarget=/home/techmirtz/projects/Flutter/flutter_apps/flash_chat/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root
assembleDebug
[+21948 ms] FAILURE: Build failed with an exception.
[  +41 ms] * What went wrong:
[        ] Could not determine the dependencies of task ':firebase_core:compileDebugAidl'.
[        ] > Could not resolve all task dependencies for configuration ':firebase_core:debugCompileClasspath'.
[        ]    > Could not resolve com.google.auto.value:auto-value-annotations:1.6.5.
[        ]      Required by:
[        ]          project :firebase_core > com.google.firebase:firebase-common:19.3.0
[        ]       > Could not resolve com.google.auto.value:auto-value-annotations:1.6.5.
[        ]          > Could not parse POM https://jcenter.bintray.com/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
[        ]             > Could not resolve com.google.auto.value:auto-value-parent:1.6.5.
[        ]                > Could not resolve com.google.auto.value:auto-value-parent:1.6.5.
[        ]                   > Could not parse POM https://jcenter.bintray.com/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
[        ]                      > Could not resolve com.google.auto:auto-parent:7.
[        ]                         > Could not resolve com.google.auto:auto-parent:7.
[        ]                            > Could not load module metadata from
/home/techmirtz/.gradle/caches/modules-2/metadata-2.71/descriptors/com.google.auto/auto-parent/7/475b59a03ea03e6388c8f34eee6a9d08/descriptor.bin
[   +1 ms] * Try:
[        ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[        ] * Get more help at https://help.gradle.org
[        ] BUILD FAILED in 21s
[+2062 ms] Running Gradle task 'assembleDebug'... (completed in 24.2s)
[   +9 ms] Exception: Gradle task assembleDebug failed with exit code 1
[   +2 ms] "flutter run" took 25,666ms.
[  +10 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:607:7)
           <asynchronous suspension>
           #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:977:18)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:836:33)
           <asynchronous suspension>
           #4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart)
           #5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
           #6      _rootRun (dart:async/zone.dart:1190:13)
           #7      _CustomZone.run (dart:async/zone.dart:1093:19)
           #8      _runZoned (dart:async/zone.dart:1630:10)
           #9      runZoned (dart:async/zone.dart:1550:10)
           #10     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
           #11     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:825:20)
           #12     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
           #13     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:335:21)
           #14     _rootRunUnary (dart:async/zone.dart:1198:47)
           #15     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #16     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #17     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
           #18     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #19     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #20     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
           #21     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
           #22     FlutterVersion.checkFlutterVersionFreshness (package:flutter_tools/src/version.dart)
           #23     _rootRunUnary (dart:async/zone.dart:1198:47)
           #24     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #25     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #26     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
           #27     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #28     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #29     Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:567:7)
           #30     _rootRun (dart:async/zone.dart:1190:13)
           #31     _CustomZone.run (dart:async/zone.dart:1093:19)
           #32     _CustomZone.runGuarded (dart:async/zone.dart:997:7)
           #33     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1037:23)
           #34     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
           #35     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
           #36     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
           #37     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
           
           
[   +3 ms] Running shutdown hooks
[        ] Shutdown hook priority 4
[  +16 ms] Shutdown hooks complete
[        ] exiting with code 1

Flutter doctor

Click To Expand
[✓] Flutter (Channel stable, 1.22.2, on Linux, locale en_US.UTF-8)
    • Flutter version 1.22.2 at /home/techmirtz/snap/flutter/common/flutter
    • Framework revision 84f3d28555 (12 days ago), 2020-10-15 16:26:19 -0700
    • Engine revision b8752bbfff
    • Dart version 2.10.2

 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /home/techmirtz/Android/Sdk
    • Platform android-29, build-tools 29.0.2
    • Java binary at: /home/techmirtz/android-studio/jre/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[!] Android Studio
    • Android Studio at /home/techmirtz/android-studio
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] Connected device (1 available)
    • ASUS X00TD (mobile) • <Serial Number> • android-arm64 • Android 9 (API 28)

! Doctor found issues in 1 category.

Flutter dependencies

Click To Expand
Dart SDK 2.10.2
Flutter SDK 1.22.2
flash_chat 1.0.0+1

dependencies:
- animated_text_kit 2.5.1 [flutter characters]
- cloud_firestore 0.14.1+3 [flutter meta quiver firebase_core firebase_core_platform_interface cloud_firestore_platform_interface cloud_firestore_web]
- cupertino_icons 1.0.0
- firebase_auth 0.18.1+2 [meta firebase_core firebase_core_platform_interface firebase_auth_platform_interface firebase_auth_web flutter]
- firebase_core 0.5.0+1 [firebase_core_platform_interface flutter quiver meta firebase_core_web]
- flutter 0.0.0 [characters collection meta typed_data vector_math sky_engine]

dev dependencies:
- flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters charcode collection matcher meta source_span stream_channel string_scanner term_glyph typed_data]

transitive dependencies:
- async 2.5.0-nullsafety.1 [collection]
- boolean_selector 2.1.0-nullsafety.1 [source_span string_scanner]
- characters 1.1.0-nullsafety.3
- charcode 1.2.0-nullsafety.1
- clock 1.1.0-nullsafety.1
- cloud_firestore_platform_interface 2.1.2 [flutter meta collection firebase_core plugin_platform_interface]
- cloud_firestore_web 0.2.0+4 [flutter flutter_web_plugins firebase http_parser meta firebase_core cloud_firestore_platform_interface js]
- collection 1.15.0-nullsafety.3
- fake_async 1.2.0-nullsafety.1 [clock collection]
- firebase 7.3.2 [http http_parser js]
- firebase_auth_platform_interface 2.1.1 [flutter meta firebase_core plugin_platform_interface]
- firebase_auth_web 0.3.1+1 [flutter flutter_web_plugins firebase meta http_parser intl firebase_core firebase_auth_platform_interface js]
- firebase_core_platform_interface 2.0.0 [flutter meta plugin_platform_interface quiver]
- firebase_core_web 0.2.0 [firebase firebase_core_platform_interface flutter flutter_web_plugins meta js]
- flutter_web_plugins 0.0.0 [flutter characters collection meta typed_data vector_math]
- http 0.12.2 [http_parser path pedantic]
- http_parser 3.1.4 [charcode collection source_span string_scanner typed_data]
- intl 0.16.1 [path]
- js 0.6.2
- matcher 0.12.10-nullsafety.1 [stack_trace]
- meta 1.3.0-nullsafety.3
- path 1.8.0-nullsafety.1
- pedantic 1.9.2 [meta]
- plugin_platform_interface 1.0.3 [meta]
- quiver 2.1.4+1 [matcher meta]
- sky_engine 0.0.99
- source_span 1.8.0-nullsafety.2 [charcode collection path term_glyph]
- stack_trace 1.10.0-nullsafety.1 [path]
- stream_channel 2.1.0-nullsafety.1 [async]
- string_scanner 1.1.0-nullsafety.1 [charcode source_span]
- term_glyph 1.2.0-nullsafety.1
- test_api 0.2.19-nullsafety.2 [async boolean_selector collection meta path source_span stack_trace stream_channel string_scanner term_glyph matcher]
- typed_data 1.3.0-nullsafety.3 [collection]
- vector_math 2.1.0-nullsafety.3

@chauhannaman98 chauhannaman98 added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Oct 28, 2020
@dackers86
Copy link
Member

Multidexing is needed.

Please follow https://firebase.flutter.dev/docs/installation/android#installing-your-firebase-configuration-file under Enabling Multidex

@chauhannaman98
Copy link
Author

Multidexing is needed.

Please follow https://firebase.flutter.dev/docs/installation/android#installing-your-firebase-configuration-file under Enabling Multidex

@dackers86 I added the lines to the code and tested it but the exception remains as it is. View commit here

@dackers86
Copy link
Member

@chauhannaman98 Very strange!

Could you please run flutter clean and then flutter run.

Also confirm your google-services.json is located at android/app/google-services.json

@chauhannaman98
Copy link
Author

chauhannaman98 commented Oct 28, 2020

Also confirm your google-services.json is located at android/app/google-services.json

@dackers86 I have added google-services.json to the GitHub repo. It's on the desired path only. View commit here

Screenshot from 2020-10-28 19-16-17

Also, I tried running flutter run -v after flutter clean, here's what I got and it looks different from the initial one:

Output
[ +112 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +31 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 84f3d28555368a70270e9ac8390a9441df95e752
[        ] executing: [/home/techmirtz/snap/flutter/common/flutter/] git tag --points-at HEAD
[  +11 ms] Exit code 0 from: git tag --points-at HEAD
[        ] 1.22.2
[   +7 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/home/techmirtz/snap/flutter/common/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +41 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +48 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +13 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb devices -l
[  +37 ms] List of devices attached
           J7AAGF06T826H7Z        device usb:1-1 product:WW_X00TD model:ASUS_X00TD device:ASUS_X00T_2 transport_id:1
[   +7 ms] /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell getprop
[  +48 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +66 ms] Running "flutter pub get" in flash_chat...
[   +3 ms] Using /home/techmirtz/snap/flutter/common/flutter/.pub-cache for the pub cache.
[   +1 ms] executing: [/home/techmirtz/projects/Flutter/flutter_apps/flash_chat/] /home/techmirtz/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/pub --verbose get --no-precompile
[  +47 ms] FINE: Pub 2.10.2
[  +65 ms] MSG : Resolving dependencies...
[  +55 ms] SLVR: fact: flash_chat is 1.0.0+1
[   +8 ms] SLVR: derived: flash_chat
[  +21 ms] SLVR: fact: flash_chat depends on flutter any from sdk
[        ] SLVR: fact: flash_chat depends on cupertino_icons ^1.0.0
[        ] SLVR: fact: flash_chat depends on animated_text_kit ^2.5.1
[        ] SLVR: fact: flash_chat depends on firebase_core ^0.5.0+1
[        ] SLVR: fact: flash_chat depends on firebase_auth ^0.18.1+2
[        ] SLVR: fact: flash_chat depends on cloud_firestore ^0.14.1+3
[   +1 ms] SLVR: fact: flash_chat depends on flutter_test any from sdk
[        ] SLVR:   selecting flash_chat
[        ] SLVR:   derived: flutter_test any from sdk
[        ] SLVR:   derived: cloud_firestore ^0.14.1+3
[        ] SLVR:   derived: firebase_auth ^0.18.1+2
[   +2 ms] SLVR:   derived: firebase_core ^0.5.0+1
[        ] SLVR:   derived: animated_text_kit ^2.5.1
[        ] SLVR:   derived: cupertino_icons ^1.0.0
[        ] SLVR:   derived: flutter any from sdk
[  +15 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on flutter any from sdk
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on test_api 0.2.19-nullsafety.2
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on path 1.8.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on fake_async 1.2.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on clock 1.1.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.10.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on async 2.5.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on boolean_selector 2.1.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on characters 1.1.0-nullsafety.3
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on charcode 1.2.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.10-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on source_span 1.8.0-nullsafety.2
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.1.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.1.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.2.0-nullsafety.1
[        ] SLVR:   fact: flutter_test 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[   +1 ms] SLVR:     selecting flutter_test 0.0.0 from sdk
[        ] SLVR:     derived: typed_data 1.3.0-nullsafety.3
[        ] SLVR:     derived: term_glyph 1.2.0-nullsafety.1
[        ] SLVR:     derived: string_scanner 1.1.0-nullsafety.1
[        ] SLVR:     derived: stream_channel 2.1.0-nullsafety.1
[        ] SLVR:     derived: source_span 1.8.0-nullsafety.2
[        ] SLVR:     derived: meta 1.3.0-nullsafety.3
[        ] SLVR:     derived: matcher 0.12.10-nullsafety.1
[        ] SLVR:     derived: collection 1.15.0-nullsafety.3
[        ] SLVR:     derived: charcode 1.2.0-nullsafety.1
[        ] SLVR:     derived: characters 1.1.0-nullsafety.3
[        ] SLVR:     derived: boolean_selector 2.1.0-nullsafety.1
[        ] SLVR:     derived: async 2.5.0-nullsafety.1
[        ] SLVR:     derived: vector_math 2.1.0-nullsafety.3
[        ] SLVR:     derived: stack_trace 1.10.0-nullsafety.1
[        ] SLVR:     derived: clock 1.1.0-nullsafety.1
[        ] SLVR:     derived: fake_async 1.2.0-nullsafety.1
[        ] SLVR:     derived: path 1.8.0-nullsafety.1
[        ] SLVR:     derived: test_api 0.2.19-nullsafety.2
[  +14 ms] SLVR:     fact: cloud_firestore 0.14.1+3 depends on flutter any from sdk
[        ] SLVR:     fact: cloud_firestore 0.14.1+3 depends on meta ^1.0.5
[        ] SLVR:     fact: cloud_firestore 0.14.1+3 depends on quiver ^2.0.0
[        ] SLVR:     fact: cloud_firestore 0.14.1+3 depends on firebase_core ^0.5.0+1
[        ] SLVR:     fact: cloud_firestore 0.14.1+3 depends on firebase_core_platform_interface >=2.0.0 <2.1.0
[        ] SLVR:     fact: cloud_firestore 0.14.1+3 depends on cloud_firestore_platform_interface ^2.1.2
[        ] SLVR:     fact: cloud_firestore 0.14.1+3 depends on cloud_firestore_web ^0.2.0+4
[        ] SLVR:       selecting cloud_firestore 0.14.1+3
[        ] SLVR:       derived: cloud_firestore_web ^0.2.0+4
[        ] SLVR:       derived: cloud_firestore_platform_interface ^2.1.2
[        ] SLVR:       derived: firebase_core_platform_interface >=2.0.0 <2.1.0
[        ] SLVR:       derived: quiver ^2.0.0
[   +8 ms] SLVR:       fact: firebase_auth 0.18.1+2 depends on meta ^1.0.4
[        ] SLVR:       fact: firebase_auth 0.18.1+2 depends on firebase_core ^0.5.0+1
[        ] SLVR:       fact: firebase_auth 0.18.1+2 depends on firebase_core_platform_interface >=2.0.0 <2.1.0
[        ] SLVR:       fact: firebase_auth 0.18.1+2 depends on firebase_auth_platform_interface ^2.1.1
[        ] SLVR:       fact: firebase_auth 0.18.1+2 depends on firebase_auth_web ^0.3.1+1
[        ] SLVR:       fact: firebase_auth 0.18.1+2 depends on flutter any from sdk
[        ] SLVR:         selecting firebase_auth 0.18.1+2
[        ] SLVR:         derived: firebase_auth_web ^0.3.1+1
[        ] SLVR:         derived: firebase_auth_platform_interface ^2.1.1
[  +11 ms] SLVR:         fact: firebase_core 0.5.0+1 depends on firebase_core_platform_interface ^2.0.0
[        ] SLVR:         fact: firebase_core 0.5.0+1 depends on flutter any from sdk
[   +1 ms] SLVR:         fact: firebase_core 0.5.0+1 depends on quiver ^2.0.0
[        ] SLVR:         fact: firebase_core 0.5.0+1 depends on meta ^1.1.8
[   +1 ms] SLVR:         fact: firebase_core 0.5.0+1 depends on firebase_core_web ^0.2.0
[        ] SLVR:           selecting firebase_core 0.5.0+1
[        ] SLVR:           derived: firebase_core_web ^0.2.0
[   +8 ms] SLVR:           fact: animated_text_kit 2.5.1 depends on flutter any from sdk
[        ] SLVR:           fact: animated_text_kit 2.5.1 depends on characters ^1.0.0
[        ] SLVR:             selecting animated_text_kit 2.5.1
[   +5 ms] SLVR:               selecting cupertino_icons 1.0.0
[   +8 ms] SLVR:               fact: flutter 0.0.0 from sdk depends on characters 1.1.0-nullsafety.3
[        ] SLVR:               fact: flutter 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[        ] SLVR:               fact: flutter 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[        ] SLVR:               fact: flutter 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[        ] SLVR:               fact: flutter 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[        ] SLVR:               fact: flutter 0.0.0 from sdk depends on sky_engine any from sdk
[        ] SLVR:                 selecting flutter 0.0.0 from sdk
[        ] SLVR:                 derived: sky_engine any from sdk
[   +8 ms] SLVR:                 fact: typed_data 1.3.0-nullsafety.3 depends on collection >=1.15.0-nullsafety <1.15.0
[        ] SLVR:                   selecting typed_data 1.3.0-nullsafety.3
[   +7 ms] SLVR:                     selecting term_glyph 1.2.0-nullsafety.1
[   +6 ms] SLVR:                     fact: string_scanner 1.1.0-nullsafety.1 depends on charcode >=1.2.0-nullsafety <1.2.0
[        ] SLVR:                     fact: string_scanner 1.1.0-nullsafety.1 depends on source_span >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                       selecting string_scanner 1.1.0-nullsafety.1
[   +7 ms] SLVR:                       fact: stream_channel 2.1.0-nullsafety.1 depends on async >=2.5.0-nullsafety <2.5.0
[        ] SLVR:                         selecting stream_channel 2.1.0-nullsafety.1
[   +6 ms] SLVR:                         fact: source_span 1.8.0-nullsafety.2 depends on charcode >=1.2.0-nullsafety <1.2.0
[        ] SLVR:                         fact: source_span 1.8.0-nullsafety.2 depends on collection >=1.15.0-nullsafety <1.15.0
[        ] SLVR:                         fact: source_span 1.8.0-nullsafety.2 depends on path >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                         fact: source_span 1.8.0-nullsafety.2 depends on term_glyph >=1.2.0-nullsafety <1.2.0
[        ] SLVR:                           selecting source_span 1.8.0-nullsafety.2
[   +5 ms] SLVR:                             selecting meta 1.3.0-nullsafety.3
[   +7 ms] SLVR:                             fact: matcher 0.12.10-nullsafety.1 depends on stack_trace >=1.10.0-nullsafety <1.10.0
[        ] SLVR:                               selecting matcher 0.12.10-nullsafety.1
[   +5 ms] SLVR:                                 selecting collection 1.15.0-nullsafety.3
[   +7 ms] SLVR:                                   selecting charcode 1.2.0-nullsafety.1
[   +6 ms] SLVR:                                     selecting characters 1.1.0-nullsafety.3
[   +6 ms] SLVR:                                     fact: boolean_selector 2.1.0-nullsafety.1 depends on source_span >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                                     fact: boolean_selector 2.1.0-nullsafety.1 depends on string_scanner >=1.1.0-nullsafety <1.1.0
[        ] SLVR:                                       selecting boolean_selector 2.1.0-nullsafety.1
[   +4 ms] SLVR:                                       fact: async 2.5.0-nullsafety.1 depends on collection >=1.15.0-nullsafety <1.15.0
[        ] SLVR:                                         selecting async 2.5.0-nullsafety.1
[   +3 ms] SLVR:                                           selecting vector_math 2.1.0-nullsafety.3
[   +3 ms] SLVR:                                           fact: stack_trace 1.10.0-nullsafety.1 depends on path >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                                             selecting stack_trace 1.10.0-nullsafety.1
[   +3 ms] SLVR:                                               selecting clock 1.1.0-nullsafety.1
[   +4 ms] SLVR:                                               fact: fake_async 1.2.0-nullsafety.1 depends on clock >=1.1.0-nullsafety <1.1.0
[        ] SLVR:                                               fact: fake_async 1.2.0-nullsafety.1 depends on collection >=1.15.0-nullsafety <1.15.0
[        ] SLVR:                                                 selecting fake_async 1.2.0-nullsafety.1
[   +3 ms] SLVR:                                                   selecting path 1.8.0-nullsafety.1
[   +5 ms] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on async >=2.5.0-nullsafety <2.5.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on boolean_selector >=2.1.0-nullsafety <2.1.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on collection >=1.15.0-nullsafety <1.15.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on meta >=1.3.0-nullsafety <1.3.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on path >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on source_span >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on stack_trace >=1.10.0-nullsafety <1.10.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on stream_channel >=2.1.0-nullsafety <2.1.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on string_scanner >=1.1.0-nullsafety <1.1.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on term_glyph >=1.2.0-nullsafety <1.2.0
[        ] SLVR:                                                   fact: test_api 0.2.19-nullsafety.2 depends on matcher >=0.12.10-nullsafety <0.12.10
[        ] SLVR:                                                     selecting test_api 0.2.19-nullsafety.2
[   +2 ms] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on flutter any from sdk
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on flutter_web_plugins any from sdk
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on firebase ^7.3.0
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on http_parser ^3.1.3
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on meta ^1.1.7
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on firebase_core ^0.5.0+1
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on cloud_firestore_platform_interface ^2.1.2
[        ] SLVR:                                                     fact: cloud_firestore_web 0.2.0+4 depends on js ^0.6.1
[        ] SLVR:                                                       selecting cloud_firestore_web 0.2.0+4
[        ] SLVR:                                                       derived: js ^0.6.1
[        ] SLVR:                                                       derived: http_parser ^3.1.3
[        ] SLVR:                                                       derived: firebase ^7.3.0
[        ] SLVR:                                                       derived: flutter_web_plugins any from sdk
[   +2 ms] SLVR:                                                       fact: cloud_firestore_platform_interface 2.1.2 depends on flutter any from sdk
[        ] SLVR:                                                       fact: cloud_firestore_platform_interface 2.1.2 depends on meta ^1.0.5
[        ] SLVR:                                                       fact: cloud_firestore_platform_interface 2.1.2 depends on collection ^1.14.3
[        ] SLVR:                                                       fact: cloud_firestore_platform_interface 2.1.2 depends on firebase_core ^0.5.0+1
[        ] SLVR:                                                       fact: cloud_firestore_platform_interface 2.1.2 depends on plugin_platform_interface ^1.0.0
[        ] SLVR:                                                         selecting cloud_firestore_platform_interface 2.1.2
[        ] SLVR:                                                         derived: plugin_platform_interface ^1.0.0
[   +3 ms] SLVR:                                                         fact: firebase_core_platform_interface 2.0.0 depends on flutter any from sdk
[        ] SLVR:                                                         fact: firebase_core_platform_interface 2.0.0 depends on meta ^1.1.8
[        ] SLVR:                                                         fact: firebase_core_platform_interface 2.0.0 depends on plugin_platform_interface ^1.0.2
[        ] SLVR:                                                         fact: firebase_core_platform_interface 2.0.0 depends on quiver ^2.0.0
[        ] SLVR:                                                           selecting firebase_core_platform_interface 2.0.0
[        ] SLVR:                                                           derived: plugin_platform_interface ^1.0.2
[   +7 ms] SLVR:                                                           fact: quiver 2.1.4+1 depends on matcher ^0.12.5
[        ] SLVR:                                                           fact: quiver 2.1.4+1 depends on meta ^1.0.0
[   +2 ms] SLVR:                                                             selecting quiver 2.1.4+1
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on flutter any from sdk
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on flutter_web_plugins any from sdk
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on firebase ^7.3.0
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on meta ^1.1.7
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on http_parser ^3.1.3
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on intl ^0.16.1
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on firebase_core ^0.5.0+1
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on firebase_auth_platform_interface ^2.1.1
[        ] SLVR:                                                             fact: firebase_auth_web 0.3.1+1 depends on js ^0.6.1
[   +1 ms] SLVR:                                                               selecting firebase_auth_web 0.3.1+1
[        ] SLVR:                                                               derived: intl ^0.16.1
[   +1 ms] SLVR:                                                               fact: firebase_auth_platform_interface 2.1.1 depends on flutter any from sdk
[   +5 ms] SLVR:                                                               fact: firebase_auth_platform_interface 2.1.1 depends on meta ^1.0.5
[        ] SLVR:                                                               fact: firebase_auth_platform_interface 2.1.1 depends on firebase_core ^0.5.0+1
[        ] SLVR:                                                               fact: firebase_auth_platform_interface 2.1.1 depends on plugin_platform_interface ^1.0.2
[        ] SLVR:                                                                 selecting firebase_auth_platform_interface 2.1.1
[        ] SLVR:                                                                 fact: firebase_core_web 0.2.0 depends on firebase ^7.3.0
[        ] SLVR:                                                                 fact: firebase_core_web 0.2.0 depends on firebase_core_platform_interface ^2.0.0
[        ] SLVR:                                                                 fact: firebase_core_web 0.2.0 depends on flutter any from sdk
[        ] SLVR:                                                                 fact: firebase_core_web 0.2.0 depends on flutter_web_plugins any from sdk
[        ] SLVR:                                                                 fact: firebase_core_web 0.2.0 depends on meta ^1.1.8
[        ] SLVR:                                                                 fact: firebase_core_web 0.2.0 depends on js ^0.6.1+1
[        ] SLVR:                                                                   selecting firebase_core_web 0.2.0
[        ] SLVR:                                                                   derived: js ^0.6.1+1
[   +1 ms] SLVR:                                                                     selecting sky_engine 0.0.99 from sdk
[   +2 ms] SLVR:                                                                       selecting js 0.6.2
[   +3 ms] SLVR:                                                                       fact: http_parser 3.1.4 depends on charcode ^1.1.0
[        ] SLVR:                                                                       fact: http_parser 3.1.4 depends on collection >=0.9.1 <2.0.0
[        ] SLVR:                                                                       fact: http_parser 3.1.4 depends on source_span ^1.0.0
[        ] SLVR:                                                                       fact: http_parser 3.1.4 depends on string_scanner >=0.0.0 <2.0.0
[        ] SLVR:                                                                       fact: http_parser 3.1.4 depends on typed_data ^1.1.0
[        ] SLVR:                                                                         selecting http_parser 3.1.4
[   +4 ms] SLVR:                                                                         fact: firebase 7.3.2 depends on http >=0.11.3 <0.13.0
[        ] SLVR:                                                                         fact: firebase 7.3.2 depends on http_parser ^3.0.0
[        ] SLVR:                                                                         fact: firebase 7.3.2 depends on js ^0.6.0
[        ] SLVR:                                                                           selecting firebase 7.3.2
[        ] SLVR:                                                                           derived: http >=0.11.3 <0.13.0
[   +5 ms] SLVR:                                                                           fact: flutter_web_plugins 0.0.0 from sdk depends on flutter any from sdk
[   +2 ms] SLVR:                                                                           fact: flutter_web_plugins 0.0.0 from sdk depends on characters 1.1.0-nullsafety.3
[        ] SLVR:                                                                           fact: flutter_web_plugins 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[        ] SLVR:                                                                           fact: flutter_web_plugins 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[        ] SLVR:                                                                           fact: flutter_web_plugins 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[        ] SLVR:                                                                           fact: flutter_web_plugins 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[        ] SLVR:                                                                             selecting flutter_web_plugins 0.0.0 from sdk
[        ] SLVR:                                                                             fact: plugin_platform_interface 1.0.3 depends on meta ^1.0.0
[        ] SLVR:                                                                               selecting plugin_platform_interface 1.0.3
[   +1 ms] SLVR:                                                                               fact: intl 0.16.1 depends on path >=0.9.0 <2.0.0
[        ] SLVR:                                                                                 selecting intl 0.16.1
[   +2 ms] SLVR:                                                                                 fact: http 0.12.2 depends on http_parser >=0.0.1 <4.0.0
[        ] SLVR:                                                                                 fact: http 0.12.2 depends on path >=0.9.0 <2.0.0
[        ] SLVR:                                                                                 fact: http 0.12.2 depends on pedantic ^1.0.0
[        ] SLVR:                                                                                   selecting http 0.12.2
[        ] SLVR:                                                                                   derived: pedantic ^1.0.0
[   +2 ms] SLVR:                                                                                   fact: pedantic 1.9.2 depends on meta ^1.2.2
[        ] SLVR:                                                                                     selecting pedantic 1.9.2
[   +9 ms] SLVR: Version solving took 0:00:00.340914 seconds.
[        ]     | Tried 1 solutions.
[   +1 ms] FINE: Resolving dependencies finished (0.392s).
[  +92 ms] IO  : Writing 6915 characters to text file ./pubspec.lock.
[   +1 ms] FINE: Contents:
[        ]     | # Generated by pub
[        ]     | # See https://dart.dev/tools/pub/glossary#lockfile
[        ]     | packages:
[        ]     |   animated_text_kit:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[   +1 ms]     |       name: animated_text_kit
[   +1 ms]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.5.1"
[        ]     |   async:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: async
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.5.0-nullsafety.1"
[        ]     |   boolean_selector:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: boolean_selector
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety.1"
[        ]     |   characters:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: characters
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety.3"
[        ]     |   charcode:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: charcode
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0-nullsafety.1"
[        ]     |   clock:
[        ]     |     dependency: transitive
[        ]     |     description:
[   +6 ms]     |       name: clock
[   +4 ms]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety.1"
[        ]     |   cloud_firestore:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: cloud_firestore
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.14.1+3"
[        ]     |   cloud_firestore_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: cloud_firestore_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.2"
[        ]     |   cloud_firestore_web:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: cloud_firestore_web
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.0+4"
[        ]     |   collection:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: collection
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.15.0-nullsafety.3"
[        ]     |   cupertino_icons:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: cupertino_icons
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.0"
[        ]     |   fake_async:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: fake_async
[   +3 ms]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0-nullsafety.1"
[        ]     |   firebase:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "7.3.2"
[        ]     |   firebase_auth:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: firebase_auth
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.18.1+2"
[        ]     |   firebase_auth_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_auth_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.1"
[        ]     |   firebase_auth_web:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_auth_web
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.1+1"
[        ]     |   firebase_core:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: firebase_core
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.5.0+1"
[        ]     |   firebase_core_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_core_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.0"
[        ]     |   firebase_core_web:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_core_web
[   +1 ms]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.0"
[  +25 ms]     |   flutter:
[        ]     |     dependency: "direct main"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   flutter_test:
[        ]     |     dependency: "direct dev"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   flutter_web_plugins:
[        ]     |     dependency: transitive
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[   +1 ms]     |   http:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: http
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.12.2"
[        ]     |   http_parser:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: http_parser
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[  +18 ms]     |     version: "3.1.4"
[        ]     |   intl:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: intl
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.16.1"
[        ]     |   js:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: js
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.6.2"
[        ]     |   matcher:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: matcher
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.12.10-nullsafety.1"
[        ]     |   meta:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: meta
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0-nullsafety.3"
[        ]     |   path:
[  +13 ms]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: path
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.8.0-nullsafety.1"
[        ]     |   pedantic:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: pedantic
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.9.2"
[        ]     |   plugin_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: plugin_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.3"
[        ]     |   quiver:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: quiver
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.4+1"
[        ]     |   sky_engine:
[        ]     |     dependency: transitive
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.99"
[        ]     |   source_span:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: source_span
[        ]     |       url: "https://pub.dartlang.org"
[   +4 ms]     |     source: hosted
[        ]     |     version: "1.8.0-nullsafety.2"
[        ]     |   stack_trace:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stack_trace
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.10.0-nullsafety.1"
[        ]     |   stream_channel:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stream_channel
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety.1"
[        ]     |   string_scanner:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: string_scanner
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety.1"
[        ]     |   term_glyph:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: term_glyph
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0-nullsafety.1"
[        ]     |   test_api:
[        ]     |     dependency: transitive
[        ]     |     description:
[   +2 ms]     |       name: test_api
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.19-nullsafety.2"
[        ]     |   typed_data:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: typed_data
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0-nullsafety.3"
[        ]     |   vector_math:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: vector_math
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety.3"
[        ]     | sdks:
[        ]     |   dart: ">=2.10.0-110 <2.11.0"
[        ]     |   flutter: ">=1.12.13+hotfix.5 <2.0.0"
[        ] IO  : Writing 5273 characters to text file ./.packages.
[        ] FINE: Contents:
[        ]     | # Generated by pub on 2020-10-28 19:20:26.978040.
[        ]     | animated_text_kit:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/animated_text_kit-2.5.1/lib/
[        ]     | async:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.1/lib/
[        ]     | boolean_selector:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety.1/lib/
[        ]     | characters:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.3/lib/
[        ]     | charcode:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.1/lib/
[        ]     | clock:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.1/lib/
[        ]     | cloud_firestore:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/lib/
[        ]     | cloud_firestore_platform_interface:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_platform_interface-2.1.2/lib/
[   +2 ms]     | cloud_firestore_web:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/lib/
[        ]     | collection:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.3/lib/
[        ]     | cupertino_icons:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-1.0.0/lib/
[        ]     | fake_async:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0-nullsafety.1/lib/
[        ]     | firebase:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase-7.3.2/lib/
[        ]     | firebase_auth:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/lib/
[        ]     | firebase_auth_platform_interface:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_platform_interface-2.1.1/lib/
[        ]     | firebase_auth_web:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/lib/
[        ]     | firebase_core:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/lib/
[        ]     | firebase_core_platform_interface:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_platform_interface-2.0.0/lib/
[        ]     | firebase_core_web:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/lib/
[        ]     | flutter:file:///home/techmirtz/snap/flutter/common/flutter/packages/flutter/lib/
[        ]     | flutter_test:file:///home/techmirtz/snap/flutter/common/flutter/packages/flutter_test/lib/
[        ]     | flutter_web_plugins:file:///home/techmirtz/snap/flutter/common/flutter/packages/flutter_web_plugins/lib/
[        ]     | http:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/http-0.12.2/lib/
[        ]     | http_parser:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4/lib/
[        ]     | intl:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/intl-0.16.1/lib/
[        ]     | js:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.2/lib/
[        ]     | matcher:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety.1/lib/
[        ]     | meta:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.3/lib/
[        ]     | path:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.1/lib/
[        ]     | pedantic:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.2/lib/
[        ]     | plugin_platform_interface:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-1.0.3/lib/
[        ]     | quiver:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.1.4+1/lib/
[        ]     | sky_engine:file:///home/techmirtz/snap/flutter/common/flutter/bin/cache/pkg/sky_engine/lib/
[        ]     | source_span:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety.2/lib/
[        ]     | stack_trace:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety.1/lib/
[        ]     | stream_channel:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety.1/lib/
[        ]     | string_scanner:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety.1/lib/
[        ]     | term_glyph:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety.1/lib/
[        ]     | test_api:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety.2/lib/
[        ]     | typed_data:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.3/lib/
[        ]     | vector_math:file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.3/lib/
[        ]     | flash_chat:lib/
[   +1 ms] MSG : Got dependencies!
[        ] IO  : Writing 9760 characters to text file ./.dart_tool/package_config.json.
[        ] FINE: Contents:
[        ]     | {
[        ]     |   "configVersion": 2,
[        ]     |   "packages": [
[        ]     |     {
[        ]     |       "name": "animated_text_kit",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/animated_text_kit-2.5.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "async",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "boolean_selector",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "characters",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "charcode",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "clock",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cloud_firestore",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cloud_firestore_platform_interface",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_platform_interface-2.1.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cloud_firestore_web",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "collection",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cupertino_icons",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-1.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "fake_async",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase-7.3.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_auth",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_auth_platform_interface",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_platform_interface-2.1.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_auth_web",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_core",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_core_platform_interface",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_platform_interface-2.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_core_web",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/packages/flutter",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_test",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/packages/flutter_test",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_web_plugins",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/packages/flutter_web_plugins",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "http",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/http-0.12.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "http_parser",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "intl",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/intl-0.16.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.5"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "js",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "matcher",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety.1",
[  +48 ms]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "meta",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pedantic",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "plugin_platform_interface",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-1.0.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "quiver",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.1.4+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sky_engine",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/bin/cache/pkg/sky_engine",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.11"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "source_span",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "stack_trace",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[   +1 ms]     |     {
[        ]     |       "name": "stream_channel",
[   +2 ms]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "string_scanner",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "term_glyph",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "test_api",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "typed_data",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "vector_math",
[        ]     |       "rootUri": "file:///home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flash_chat",
[        ]     |       "rootUri": "../",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     }
[        ]     |   ],
[        ]     |   "generated": "2020-10-28T13:50:27.044345Z",
[        ]     |   "generator": "pub",
[        ]     |   "generatorVersion": "2.10.2"
[        ]     | }
[  +25 ms] Running "flutter pub get" in flash_chat... (completed in 0.9s)
[  +74 ms] Found plugin cloud_firestore at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/
[  +11 ms] Found plugin cloud_firestore_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/
[  +10 ms] Found plugin firebase_auth at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/
[   +4 ms] Found plugin firebase_auth_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/
[   +2 ms] Found plugin firebase_core at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/
[   +4 ms] Found plugin firebase_core_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[ +198 ms] Found plugin cloud_firestore at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/
[   +4 ms] Found plugin cloud_firestore_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/
[   +8 ms] Found plugin firebase_auth at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/
[   +5 ms] Found plugin firebase_auth_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/
[   +2 ms] Found plugin firebase_core at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/
[   +4 ms] Found plugin firebase_core_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[  +51 ms] Generating /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +33 ms] ro.hardware = qcom
[  +49 ms] Starting incremental build...
[   +3 ms] Initializing file store
[  +17 ms] Skipping target: gen_localizations
[  +10 ms] complete
[  +14 ms] Launching lib/main.dart on ASUS X00TD in debug mode...
[  +10 ms] /home/techmirtz/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root
/home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true --output-dill /tmp/flutter_tools.SVUDIO/flutter_tool.TBKEWT/app.dill --packages .packages
-Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/cache.dill.track.dill
[  +23 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[  +49 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[        ] --------- beginning of system
           10-28 19:20:27.124 D/PowerManagerService(19689): Releasing suspend blocker "PowerManagerService.WakeLocks".
[   +1 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[  +43 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[        ] --------- beginning of system
           10-28 19:20:27.124 D/PowerManagerService(19689): Releasing suspend blocker "PowerManagerService.WakeLocks".
[  +13 ms] <- compile package:flash_chat/main.dart
[  +27 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb version
[  +22 ms] Android Debug Bridge version 1.0.41
           Version 30.0.4-6686687
           Installed as /home/techmirtz/Android/Sdk/platform-tools/adb
[   +3 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb start-server
[  +22 ms] Building APK
[  +40 ms] Running Gradle task 'assembleDebug'...
[   +1 ms] gradle.properties already sets `android.enableR8`
[   +8 ms] Using gradle from /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/gradlew.
[   +2 ms] /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/gradlew mode: 33277 rwxrwxr-x.
[  +13 ms] executing: /home/techmirtz/android-studio/jre/bin/java -version
[ +125 ms] Exit code 0 from: /home/techmirtz/android-studio/jre/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[   +1 ms] executing: [/home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/] /home/techmirtz/projects/Flutter/flutter_apps/flash_chat/android/gradlew -Pverbose=true
-Ptarget-platform=android-arm64 -Ptarget=/home/techmirtz/projects/Flutter/flutter_apps/flash_chat/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root
assembleDebug
[+15767 ms] FAILURE: Build failed with an exception.
[        ] * What went wrong:
[        ] Could not determine the dependencies of task ':firebase_core:compileDebugAidl'.
[        ] > Could not resolve all task dependencies for configuration ':firebase_core:debugCompileClasspath'.
[        ]    > Could not resolve com.google.auto.value:auto-value-annotations:1.6.5.
[        ]      Required by:
[        ]          project :firebase_core > com.google.firebase:firebase-common:19.3.0
[        ]       > Could not resolve com.google.auto.value:auto-value-annotations:1.6.5.
[        ]          > Could not parse POM https://jcenter.bintray.com/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
[        ]             > Could not resolve com.google.auto.value:auto-value-parent:1.6.5.
[        ]                > Could not resolve com.google.auto.value:auto-value-parent:1.6.5.
[        ]                   > Could not parse POM https://jcenter.bintray.com/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
[        ]                      > Could not resolve com.google.auto:auto-parent:7.
[        ]                         > Could not resolve com.google.auto:auto-parent:7.
[  +11 ms]                            > Could not load module metadata from
/home/techmirtz/.gradle/caches/modules-2/metadata-2.71/descriptors/com.google.auto/auto-parent/7/475b59a03ea03e6388c8f34eee6a9d08/descriptor.bin
[   +3 ms] * Try:
[   +1 ms] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[   +1 ms] * Get more help at https://help.gradle.org
[   +1 ms] BUILD FAILED in 15s
[ +360 ms] Running Gradle task 'assembleDebug'... (completed in 16.3s)
[  +15 ms] Exception: Gradle task assembleDebug failed with exit code 1
[  +10 ms] "flutter run" took 18,192ms.
[  +22 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:607:7)
           <asynchronous suspension>
           #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:977:18)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:836:33)
           <asynchronous suspension>
           #4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart)
           #5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
           #6      _rootRun (dart:async/zone.dart:1190:13)
           #7      _CustomZone.run (dart:async/zone.dart:1093:19)
           #8      _runZoned (dart:async/zone.dart:1630:10)
           #9      runZoned (dart:async/zone.dart:1550:10)
           #10     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
           #11     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:825:20)
           #12     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
           #13     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:335:21)
           #14     _rootRunUnary (dart:async/zone.dart:1198:47)
           #15     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #16     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #17     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
           #18     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #19     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #20     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
           #21     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
           #22     FlutterVersion.checkFlutterVersionFreshness (package:flutter_tools/src/version.dart)
           #23     _rootRunUnary (dart:async/zone.dart:1198:47)
           #24     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #25     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #26     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
           #27     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #28     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #29     Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:567:7)
           #30     _rootRun (dart:async/zone.dart:1190:13)
           #31     _CustomZone.run (dart:async/zone.dart:1093:19)
           #32     _CustomZone.runGuarded (dart:async/zone.dart:997:7)
           #33     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1037:23)
           #34     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
           #35     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
           #36     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
           #37     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
           
           
[  +13 ms] Running shutdown hooks
[   +2 ms] Shutdown hook priority 4
[  +23 ms] Shutdown hooks complete
[   +1 ms] exiting with code 1

@dackers86
Copy link
Member

dackers86 commented Oct 28, 2020

Could you try deleting your pubspec.lock file. And perhaps .packages

And try running flutter pub get && flutter clean && flutter run

@chauhannaman98
Copy link
Author

chauhannaman98 commented Oct 28, 2020

@dackers86 I am afraid to say, it's still not working and gives the same output. :(
Can you please try running it on your system? I have added google-services.json to the repo also. You can just clone and test it.

@dackers86
Copy link
Member

@chauhannaman98 It appears to work as expected on my machine.

I'm still trying to think of ideas, i'll need review your failure logs again.

In the meantime, would cloning into a fresh folder on your machine provide a solution?

@chauhannaman98
Copy link
Author

In the meantime, would cloning into a fresh folder on your machine provide a solution?

@dackers86 I tried doing this and it's really strange that it's throwing exception again.

Error message on flutter run -v
[ +107 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +31 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 84f3d28555368a70270e9ac8390a9441df95e752
[        ] executing: [/home/techmirtz/snap/flutter/common/flutter/] git tag --points-at HEAD
[  +11 ms] Exit code 0 from: git tag --points-at HEAD
[        ] 1.22.2
[   +9 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/home/techmirtz/snap/flutter/common/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +44 ms] executing: [/home/techmirtz/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +56 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +19 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb devices -l
[  +43 ms] List of devices attached
           J7AAGF06T826H7Z        device usb:1-1 product:WW_X00TD model:ASUS_X00TD device:ASUS_X00T_2 transport_id:1
[   +9 ms] /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell getprop
[ +924 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[  +45 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +118 ms] Found plugin cloud_firestore at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/
[   +9 ms] Found plugin cloud_firestore_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/
[   +9 ms] Found plugin firebase_auth at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/
[   +3 ms] Found plugin firebase_auth_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/
[   +2 ms] Found plugin firebase_core at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/
[   +3 ms] Found plugin firebase_core_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[ +201 ms] Found plugin cloud_firestore at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.1+3/
[   +4 ms] Found plugin cloud_firestore_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+4/
[   +5 ms] Found plugin firebase_auth at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.1+2/
[   +2 ms] Found plugin firebase_auth_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+1/
[   +1 ms] Found plugin firebase_core at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/
[   +3 ms] Found plugin firebase_core_web at /home/techmirtz/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[  +27 ms] Generating /home/techmirtz/projects/Flutter/flash_chat/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +27 ms] ro.hardware = qcom
[ +209 ms] Starting incremental build...
[   +6 ms] Initializing file store
[  +15 ms] Skipping target: gen_localizations
[   +5 ms] complete
[   +4 ms] Launching lib/main.dart on ASUS X00TD in debug mode...
[   +7 ms] /home/techmirtz/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root
/home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true --output-dill /tmp/flutter_tools.RKGOFV/flutter_tool.HJZJDF/app.dill --packages .packages
-Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/cache.dill.track.dill
[  +26 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[ +117 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[        ] --------- beginning of main
           10-29 11:19:27.057 I/cr_CronetUrlRequestContext( 3268): destroyNativeStreamLocked org.chromium.net.impl.CronetBidirectionalStream@2e4b10e
[   +1 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[  +54 ms] Exit code 0 from: /home/techmirtz/Android/Sdk/platform-tools/adb -s J7AAGF06T826H7Z shell -x logcat -v time -t 1
[        ] --------- beginning of main
           10-29 11:19:27.151 I/.gms.persisten(31534): Background concurrent copying GC freed 273595(14MB) AllocSpace objects, 8(272KB) LOS objects, 49% free, 14MB/28MB, paused 150us
           total 166.488ms
[   +8 ms] <- compile package:flash_chat/main.dart
[   +9 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb version
[   +5 ms] Android Debug Bridge version 1.0.41
           Version 30.0.4-6686687
           Installed as /home/techmirtz/Android/Sdk/platform-tools/adb
[   +1 ms] executing: /home/techmirtz/Android/Sdk/platform-tools/adb start-server
[   +5 ms] Building APK
[  +17 ms] Running Gradle task 'assembleDebug'...
[   +1 ms] gradle.properties already sets `android.enableR8`
[  +27 ms] /home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/gradle_wrapper/gradlew.bat mode: 33188 rw-r--r--.
[  +18 ms] /home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/gradle_wrapper/gradlew mode: 33261 rwxr-xr-x.
[        ] /home/techmirtz/projects/Flutter/flash_chat/android/gradlew mode: 33204 rw-rw-r--.
[        ] Trying to give execute permission to /home/techmirtz/projects/Flutter/flash_chat/android/gradlew.
[  +50 ms] /home/techmirtz/snap/flutter/common/flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper/gradle-wrapper.jar mode: 33188 rw-r--r--.
[   +1 ms] Using gradle from /home/techmirtz/projects/Flutter/flash_chat/android/gradlew.
[        ] /home/techmirtz/projects/Flutter/flash_chat/android/gradlew mode: 33277 rwxrwxr-x.
[  +42 ms] executing: /home/techmirtz/android-studio/jre/bin/java -version
[+1069 ms] Exit code 0 from: /home/techmirtz/android-studio/jre/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[   +3 ms] executing: [/home/techmirtz/projects/Flutter/flash_chat/android/] /home/techmirtz/projects/Flutter/flash_chat/android/gradlew -Pverbose=true -Ptarget-platform=android-arm64
-Ptarget=/home/techmirtz/projects/Flutter/flash_chat/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+4365 ms] Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
[+49683 ms] FAILURE: Build failed with an exception.
[   +3 ms] * What went wrong:
[        ] Could not determine the dependencies of task ':firebase_core:compileDebugAidl'.
[   +4 ms] > Could not resolve all task dependencies for configuration ':firebase_core:debugCompileClasspath'.
[   +7 ms]    > Could not resolve com.google.auto.value:auto-value-annotations:1.6.5.
[        ]      Required by:
[        ]          project :firebase_core > com.google.firebase:firebase-common:19.3.0
[        ]       > Could not resolve com.google.auto.value:auto-value-annotations:1.6.5.
[        ]          > Could not parse POM https://jcenter.bintray.com/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
[        ]             > Could not resolve com.google.auto.value:auto-value-parent:1.6.5.
[        ]                > Could not resolve com.google.auto.value:auto-value-parent:1.6.5.
[        ]                   > Could not parse POM https://jcenter.bintray.com/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
[        ]                      > Could not resolve com.google.auto:auto-parent:7.
[        ]                         > Could not resolve com.google.auto:auto-parent:7.
[        ]                            > Could not load module metadata from
/home/techmirtz/.gradle/caches/modules-2/metadata-2.71/descriptors/com.google.auto/auto-parent/7/475b59a03ea03e6388c8f34eee6a9d08/descriptor.bin
[   +1 ms] * Try:
[        ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[        ] * Get more help at https://help.gradle.org
[        ] BUILD FAILED in 53s
[ +590 ms] Running Gradle task 'assembleDebug'... (completed in 55.8s)
[  +19 ms] Exception: Gradle task assembleDebug failed with exit code 1
[   +6 ms] "flutter run" took 57,885ms.
[  +10 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:607:7)
           <asynchronous suspension>
           #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:977:18)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:836:33)
           <asynchronous suspension>
           #4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart)
           #5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
           #6      _rootRun (dart:async/zone.dart:1190:13)
           #7      _CustomZone.run (dart:async/zone.dart:1093:19)
           #8      _runZoned (dart:async/zone.dart:1630:10)
           #9      runZoned (dart:async/zone.dart:1550:10)
           #10     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
           #11     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:825:20)
           #12     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
           #13     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:335:21)
           #14     _rootRunUnary (dart:async/zone.dart:1198:47)
           #15     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #16     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #17     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
           #18     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #19     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #20     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
           #21     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
           #22     FlutterVersion.checkFlutterVersionFreshness (package:flutter_tools/src/version.dart)
           #23     _rootRunUnary (dart:async/zone.dart:1198:47)
           #24     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #25     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #26     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
           #27     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #28     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #29     Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:567:7)
           #30     _rootRun (dart:async/zone.dart:1190:13)
           #31     _CustomZone.run (dart:async/zone.dart:1093:19)
           #32     _CustomZone.runGuarded (dart:async/zone.dart:997:7)
           #33     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1037:23)
           #34     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
           #35     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
           #36     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
           #37     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
           
           
[   +5 ms] Running shutdown hooks
[        ] Shutdown hook priority 4
[  +22 ms] Shutdown hooks complete
[        ] exiting with code 1

I am running my machine on Ubuntu 20.10 and Flutter installed using snap. Should I try reinstalling Flutter?

@dackers86
Copy link
Member

I originally missed your Flutter Doctor report...

[!] Android Studio
• Android Studio at /home/techmirtz/android-studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

You may need the following...

https://stackoverflow.com/questions/51860845/flutter-plugin-not-installed-error-when-running-flutter-doctor

@chauhannaman98
Copy link
Author

@dackers86 Thank you for sharing me the link.

✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.

I read about this issue there and this problem was actually noticed after the last update. The fact is that the plugins are installed and updated to the latest version. This answer explains the issue.

My plugins:
Screenshot from 2020-10-29 17-34-17

@firebase firebase locked and limited conversation to collaborators Nov 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs Attention This issue needs maintainer attention. type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants