You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
i tried to build my signed release apk, and it gave me this error:
Task 'assembleAarRelease' not found in root project 'firebase_core'
tried --debug, it able to build my apk, but --release cannot
Steps to reproduce
Steps to reproduce the behavior:
flutter clean && flutter build apk --release -v
BUILD Failed: Task 'assembleAarRelease' not found in root project 'firebase_core'
Expected behavior
should be able to build my release apk
Additional context
ive tried this suggestion from flutter issues suggestion
it return the same thing with additional error BUILD FAILED: Task 'assembleAarRelease' not found in root project 'firebase_core'. Some candidates are: 'assembleRelease'.
tried to build on master channel, return with the same results
my flutter build apk --release -v logs where the error happened, incase needed:
Click To Expand
[ +98 ms] > Task :path_provider:syncReleaseLibJars
[ ] > Task :path_provider:bundleReleaseAar
[ ] > Task :permission_handler:copyReleaseJniLibsProjectAndLocalJars
[ +199 ms] > Task :path_provider:mergeReleaseResources
[+2900 ms] > Task :permission_handler:extractReleaseAnnotations
[ ] > Task :permission_handler:mergeReleaseConsumerProguardFiles UP-TO-DATE
[ ] > Task :permission_handler:prepareLintJarForPublish UP-TO-DATE
[ ] > Task :package_info:verifyReleaseResources FAILED
[ +100 ms] > Task :path_provider:verifyReleaseResources
[ ] > Task :permission_handler:mergeReleaseJavaResource
[ +99 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[ ] Use '--warning-mode all' to show the individual deprecation warnings.
[ ] See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings
[ ] 587 actionable tasks: 509 executed, 78 up-to-date
[ ] FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task ':package_info:verifyReleaseResources'.
[ ] > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
[ ] > 1 exception was raised by workers:
[ ] com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
[ ] /Users/lpt533/.gradle/caches/transforms-2/files-2.1/8a68b0f85eb9dea9501039cf6183777d/core-1.1.0/res/values/values.xml:142:5-173:25: AAPT: error: resource
android:attr/fontVariationSettings not found.
[ ] /Users/lpt533/.gradle/caches/transforms-2/files-2.1/8a68b0f85eb9dea9501039cf6183777d/core-1.1.0/res/values/values.xml:142:5-173:25: AAPT: error: resource
android:attr/ttcIndex not found.
[ ] * 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 2m 37s
[ +495 ms] Running Gradle task 'assembleRelease'... (completed in 158.1s)
[ +4 ms] The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.
[ +5 ms] Building plugin contacts_service...
[ +5 ms] Running Gradle task 'assembleAarRelease'...
[ ] gradle.properties already sets android.enableR8
[ +2 ms] Using gradle from /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/gradlew.
[ ] /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/gradlew mode: 33261 rwxr-xr-x.
[ +2 ms] executing: [/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/]
/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/gradlew -I=/Users/lpt533/dev/flutter/packages/flutter_tools/gradle/aar_init_script.gradle
-Pflutter-root=/Users/lpt533/dev/flutter -Poutput-dir=/Users/lpt533/dev/workspace/cashfazz-app/build/app -Pis-plugin=true -PbuildNumber=1.0 -Pverbose=true -Pfont-subset=true
-Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+2027 ms] > Task :assembleAarRelease UP-TO-DATE
> Task :preBuild UP-TO-DATE
> Task :preReleaseBuild UP-TO-DATE
> Task :compileReleaseAidl NO-SOURCE
> Task :compileReleaseRenderscript UP-TO-DATE
> Task :checkReleaseManifest UP-TO-DATE
> Task :generateReleaseBuildConfig UP-TO-DATE
> Task :generateReleaseResValues UP-TO-DATE
> Task :generateReleaseResources UP-TO-DATE
> Task :packageReleaseResources UP-TO-DATE
> Task :processReleaseManifest UP-TO-DATE
> Task :generateReleaseRFile UP-TO-DATE
> Task :prepareLintJar UP-TO-DATE
> Task :generateReleaseSources UP-TO-DATE
> Task :javaPreCompileRelease UP-TO-DATE
> Task :compileReleaseJavaWithJavac UP-TO-DATE
> Task :extractReleaseAnnotations UP-TO-DATE
> Task :mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :mergeReleaseShaders UP-TO-DATE
> Task :compileReleaseShaders UP-TO-DATE
> Task :generateReleaseAssets UP-TO-DATE
> Task :packageReleaseAssets UP-TO-DATE
> Task :packageReleaseRenderscript NO-SOURCE
> Task :processReleaseJavaRes NO-SOURCE
> Task :transformResourcesWithMergeJavaResForRelease UP-TO-DATE
> Task :transformClassesAndResourcesWithSyncLibJarsForRelease UP-TO-DATE
> Task :compileReleaseNdk NO-SOURCE
> Task :mergeReleaseJniLibFolders UP-TO-DATE
> Task :transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
> Task :transformNativeLibsWithSyncJniLibsForRelease UP-TO-DATE
> Task :bundleReleaseAar UP-TO-DATE
> Task :uploadArchives
[ ] Running Gradle task 'assembleAarRelease'... (completed in 2,033ms)
[ +6 ms] ✓ Built build/app/outputs/repo.
[ ] Building plugin device_info...
[ +2 ms] Running Gradle task 'assembleAarRelease'...
[ ] gradle.properties already sets android.enableR8
[ +2 ms] Using gradle from /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/gradlew.
[ ] /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/gradlew mode: 33261 rwxr-xr-x.
[ ] executing: [/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/]
/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/gradlew -I=/Users/lpt533/dev/flutter/packages/flutter_tools/gradle/aar_init_script.gradle
-Pflutter-root=/Users/lpt533/dev/flutter -Poutput-dir=/Users/lpt533/dev/workspace/cashfazz-app/build/app -Pis-plugin=true -PbuildNumber=1.0 -Pverbose=true -Pfont-subset=true
-Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+2019 ms]
> Configure project :
WARNING: The option 'android.enableR8' is deprecated and should not be used anymore.
It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8.
[ +2 ms] Running Gradle task 'assembleAarRelease'... (completed in 2,026ms)
[ +1 ms] ✓ Built build/app/outputs/repo.
[ ] Building plugin firebase_core...
[ +8 ms] Running Gradle task 'assembleAarRelease'...
[ ] gradle.properties already sets android.enableR8
[ +1 ms] Using gradle from /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/gradlew.
[ ] /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/gradlew mode: 33261 rwxr-xr-x.
[ ] executing: [/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/]
/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/gradlew -I=/Users/lpt533/dev/flutter/packages/flutter_tools/gradle/aar_init_script.gradle
-Pflutter-root=/Users/lpt533/dev/flutter -Poutput-dir=/Users/lpt533/dev/workspace/cashfazz-app/build/app -Pis-plugin=true -PbuildNumber=1.0 -Pverbose=true -Pfont-subset=true
-Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+1223 ms] Configuration on demand is an incubating feature.
> Configure project :
WARNING: The option setting 'android.enableR8=true' is deprecated.
It will be removed in version 5.0 of the Android Gradle plugin.
You will no longer be able to disable R8
FAILURE: Build failed with an exception.
* What went wrong:
Task 'assembleAarRelease' not found in root project 'firebase_core'. Some candidates are: 'assembleRelease'.
* Try:
Run gradlew tasks to get a list of available tasks. 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 1s
[ ] Running Gradle task 'assembleAarRelease'... (completed in 1,226ms)
[ ] Configuration on demand is an incubating feature.
> Configure project :
WARNING: The option setting 'android.enableR8=true' is deprecated.
It will be removed in version 5.0 of the Android Gradle plugin.
You will no longer be able to disable R8
[ ]
FAILURE: Build failed with an exception.
* What went wrong:
Task 'assembleAarRelease' not found in root project 'firebase_core'. Some candidates are: 'assembleRelease'.
* Try:
Run gradlew tasks to get a list of available tasks. 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 1s
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.23.0-19.0.pre.48, on Mac OS X 10.15.6 19G73 darwin-x64, locale en-ID)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 11.6)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.49.3)
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
Flutter dependencies
Run flutter pub deps -- --style=compact and paste the output below:
Bug report
Describe the bug
i tried to build my signed release apk, and it gave me this error:
Task 'assembleAarRelease' not found in root project 'firebase_core'
tried --debug, it able to build my apk, but --release cannot
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
should be able to build my release apk
Additional context
ive tried this suggestion from flutter issues suggestion
it return the same thing with additional error
BUILD FAILED: Task 'assembleAarRelease' not found in root project 'firebase_core'. Some candidates are: 'assembleRelease'.
tried to build on master channel, return with the same results
my flutter build apk --release -v logs where the error happened, incase needed:
Click To Expand
[ +98 ms] > Task :path_provider:syncReleaseLibJars
[ ] > Task :path_provider:bundleReleaseAar
[ ] > Task :permission_handler:copyReleaseJniLibsProjectAndLocalJars
[ +199 ms] > Task :path_provider:mergeReleaseResources
[+2900 ms] > Task :permission_handler:extractReleaseAnnotations
[ ] > Task :permission_handler:mergeReleaseConsumerProguardFiles UP-TO-DATE
[ ] > Task :permission_handler:prepareLintJarForPublish UP-TO-DATE
[ ] > Task :package_info:verifyReleaseResources FAILED
[ +100 ms] > Task :path_provider:verifyReleaseResources
[ ] > Task :permission_handler:mergeReleaseJavaResource
[ +99 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[ ] Use '--warning-mode all' to show the individual deprecation warnings.
[ ] See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings
[ ] 587 actionable tasks: 509 executed, 78 up-to-date
[ ] FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task ':package_info:verifyReleaseResources'.
[ ] > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
[ ] > 1 exception was raised by workers:
[ ] com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
[ ] /Users/lpt533/.gradle/caches/transforms-2/files-2.1/8a68b0f85eb9dea9501039cf6183777d/core-1.1.0/res/values/values.xml:142:5-173:25: AAPT: error: resource
android:attr/fontVariationSettings not found.
[ ] /Users/lpt533/.gradle/caches/transforms-2/files-2.1/8a68b0f85eb9dea9501039cf6183777d/core-1.1.0/res/values/values.xml:142:5-173:25: AAPT: error: resource
android:attr/ttcIndex not found.
[ ] * 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 2m 37s
[ +495 ms] Running Gradle task 'assembleRelease'... (completed in 158.1s)
[ +4 ms] The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.
[ +5 ms] Building plugin contacts_service...
[ +5 ms] Running Gradle task 'assembleAarRelease'...
[ ] gradle.properties already sets
android.enableR8
[ +2 ms] Using gradle from /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/gradlew.
[ ] /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/gradlew mode: 33261 rwxr-xr-x.
[ +2 ms] executing: [/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/]
/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/android/gradlew -I=/Users/lpt533/dev/flutter/packages/flutter_tools/gradle/aar_init_script.gradle
-Pflutter-root=/Users/lpt533/dev/flutter -Poutput-dir=/Users/lpt533/dev/workspace/cashfazz-app/build/app -Pis-plugin=true -PbuildNumber=1.0 -Pverbose=true -Pfont-subset=true
-Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+2027 ms] > Task :assembleAarRelease UP-TO-DATE
> Task :preBuild UP-TO-DATE
> Task :preReleaseBuild UP-TO-DATE
> Task :compileReleaseAidl NO-SOURCE
> Task :compileReleaseRenderscript UP-TO-DATE
> Task :checkReleaseManifest UP-TO-DATE
> Task :generateReleaseBuildConfig UP-TO-DATE
> Task :generateReleaseResValues UP-TO-DATE
> Task :generateReleaseResources UP-TO-DATE
> Task :packageReleaseResources UP-TO-DATE
> Task :processReleaseManifest UP-TO-DATE
> Task :generateReleaseRFile UP-TO-DATE
> Task :prepareLintJar UP-TO-DATE
> Task :generateReleaseSources UP-TO-DATE
> Task :javaPreCompileRelease UP-TO-DATE
> Task :compileReleaseJavaWithJavac UP-TO-DATE
> Task :extractReleaseAnnotations UP-TO-DATE
> Task :mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :mergeReleaseShaders UP-TO-DATE
> Task :compileReleaseShaders UP-TO-DATE
> Task :generateReleaseAssets UP-TO-DATE
> Task :packageReleaseAssets UP-TO-DATE
> Task :packageReleaseRenderscript NO-SOURCE
> Task :processReleaseJavaRes NO-SOURCE
> Task :transformResourcesWithMergeJavaResForRelease UP-TO-DATE
> Task :transformClassesAndResourcesWithSyncLibJarsForRelease UP-TO-DATE
> Task :compileReleaseNdk NO-SOURCE
> Task :mergeReleaseJniLibFolders UP-TO-DATE
> Task :transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
> Task :transformNativeLibsWithSyncJniLibsForRelease UP-TO-DATE
> Task :bundleReleaseAar UP-TO-DATE
> Task :uploadArchives
[ ] Running Gradle task 'assembleAarRelease'... (completed in 2,033ms)
[ +6 ms] ✓ Built build/app/outputs/repo.
[ ] Building plugin device_info...
[ +2 ms] Running Gradle task 'assembleAarRelease'...
[ ] gradle.properties already sets
android.enableR8
[ +2 ms] Using gradle from /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/gradlew.
[ ] /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/gradlew mode: 33261 rwxr-xr-x.
[ ] executing: [/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/]
/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/android/gradlew -I=/Users/lpt533/dev/flutter/packages/flutter_tools/gradle/aar_init_script.gradle
-Pflutter-root=/Users/lpt533/dev/flutter -Poutput-dir=/Users/lpt533/dev/workspace/cashfazz-app/build/app -Pis-plugin=true -PbuildNumber=1.0 -Pverbose=true -Pfont-subset=true
-Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+2019 ms]
> Configure project :
WARNING: The option 'android.enableR8' is deprecated and should not be used anymore.
It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8.
[ +2 ms] Running Gradle task 'assembleAarRelease'... (completed in 2,026ms)
[ +1 ms] ✓ Built build/app/outputs/repo.
[ ] Building plugin firebase_core...
[ +8 ms] Running Gradle task 'assembleAarRelease'...
[ ] gradle.properties already sets
android.enableR8
[ +1 ms] Using gradle from /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/gradlew.
[ ] /Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/gradlew mode: 33261 rwxr-xr-x.
[ ] executing: [/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/]
/Users/lpt533/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0+1/android/gradlew -I=/Users/lpt533/dev/flutter/packages/flutter_tools/gradle/aar_init_script.gradle
-Pflutter-root=/Users/lpt533/dev/flutter -Poutput-dir=/Users/lpt533/dev/workspace/cashfazz-app/build/app -Pis-plugin=true -PbuildNumber=1.0 -Pverbose=true -Pfont-subset=true
-Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+1223 ms] Configuration on demand is an incubating feature.
[ ] Running Gradle task 'assembleAarRelease'... (completed in 1,226ms)
[ ] Configuration on demand is an incubating feature.
[ ]
FAILURE: Build failed with an exception.
--scan to get full insights.
[ +4 ms] "flutter apk" took 166,489ms.
[ +5 ms] The plugin firebase_core could not be built due to the issue above.
[ ]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 buildPluginsAsAar (package:flutter_tools/src/android/gradle.dart:842:7)
#2 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#3 _rootRunBinary (dart:async/zone.dart:1214:47)
#4 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#5 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#6 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#7 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#8 Future._completeError (dart:async/future_impl.dart:537:5)
#9 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#10 buildGradleAar (package:flutter_tools/src/android/gradle.dart)
#11 _rootRunUnary (dart:async/zone.dart:1198:47)
#12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#19 _DefaultProcessUtils.run (package:flutter_tools/src/base/process.dart)
#20 _rootRunUnary (dart:async/zone.dart:1198:47)
#21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#26 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#27 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#28 _run (package:flutter_tools/src/base/error_handling_io.dart)
#29 _rootRunUnary (dart:async/zone.dart:1198:47)
#30 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#31 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#32 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#33 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#34 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#35 Future.wait. (dart:async/future.dart:414:23)
#36 _rootRunUnary (dart:async/zone.dart:1198:47)
#37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#42 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
#43 _rootRun (dart:async/zone.dart:1190:13)
#44 _CustomZone.run (dart:async/zone.dart:1093:19)
#45 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#46 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
#47 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#48 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#49 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#50 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ +175 ms] ensureAnalyticsSent: 172ms
[ +1 ms] Running shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 1
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: