roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
403 stars 331 forks source link

App crashes on launch #97

Open fayaz07 opened 5 years ago

fayaz07 commented 5 years ago

Launching lib/main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Built build/app/outputs/apk/debug/app-debug.apk. Flutter is taking longer than expected to report its views. Still trying... I/Process (11024): Sending signal. PID: 11024 SIG: 9 Lost connection to device. Syncing files to device Android SDK built for x86...

irwinOT commented 5 years ago

so.... logcat log?

fayaz07 commented 5 years ago

I had few problems with my android sdk configuration with android studio, so I can't show the logcat, I will try again

DFilipeS commented 5 years ago

I am having the same issue with a fresh app (version 2.0.0). With version 1.2.0 it works fine. Running with flutter run -v there is no perceptible error:

[  +41 ms] executing: [/Users/daniel/Downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +55 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/daniel/Downloads/flutter/] git rev-parse --abbrev-ref HEAD
[  +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +1 ms] stable
[        ] executing: [/Users/daniel/Downloads/flutter/] git ls-remote --get-url origin
[  +20 ms] Exit code 0 from: git ls-remote --get-url origin
[   +1 ms] https://github.com/flutter/flutter.git
[        ] executing: [/Users/daniel/Downloads/flutter/] git log -n 1 --pretty=format:%H
[  +23 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] 8661d8aecd626f7f57ccbcb735553edc05a2e713
[        ] executing: [/Users/daniel/Downloads/flutter/] git log -n 1 --pretty=format:%ar
[  +19 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] 5 weeks ago
[   +1 ms] executing: [/Users/daniel/Downloads/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +50 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v1.2.1-0-g8661d8aec
[ +359 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb devices -l
[  +15 ms] Exit code 0 from: /Users/daniel/Library/Android/sdk/platform-tools/adb devices -l
[        ] List of devices attached
           emulator-5554          device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86 transport_id:4
[  +15 ms] executing: idevice_id -h
[  +57 ms] /usr/bin/xcrun simctl list --json devices
[ +437 ms] Found plugin flutter_facebook_login at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.0/
[   +3 ms] Found plugin flutter_secure_storage at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.2.0/
[  +61 ms] Found plugin flutter_facebook_login at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.0/
[   +1 ms] Found plugin flutter_secure_storage at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.2.0/
[  +62 ms] /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop
[  +34 ms] ro.hardware = ranchu
[  +44 ms] Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[+1073 ms] Launching lib/main.dart on Android SDK built for x86 in debug mode...
[  +35 ms] Initializing gradle...
[  +15 ms] Using gradle from /Users/daniel/Development/Personal/sandbox/teste/android/gradlew.
[  +29 ms] executing: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info
[ +140 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info
[        ] {
               CFBundleDevelopmentRegion = English;
               CFBundleDocumentTypes =     (
                           {
                       CFBundleTypeExtensions =             (
                           ipr
                       );
                       CFBundleTypeIconFile = "AndroidStudio.icns";
                       CFBundleTypeName = "Android Studio Project File";
                       CFBundleTypeRole = Editor;
                   },
                           {
                       CFBundleTypeExtensions =             (
                           "*"
                       );
                       CFBundleTypeName = "All documents";
                       CFBundleTypeOSTypes =             (
                           "****"
                       );
                       CFBundleTypeRole = Editor;
                       LSTypeIsPackage = 0;
                   }
               );
               CFBundleExecutable = studio;
               CFBundleGetInfoString = "Android Studio 3.1, build AI-173.4819257. Copyright JetBrains s.r.o., (c) 2000-2018";
               CFBundleIconFile = "AndroidStudio.icns";
               CFBundleIdentifier = "com.google.android.studio";
               CFBundleInfoDictionaryVersion = "6.0";
               CFBundleName = "Android Studio";
               CFBundlePackageType = APPL;
               CFBundleShortVersionString = "3.1";
               CFBundleSignature = "????";
               CFBundleURLTypes =     (
                           {
                       CFBundleTypeRole = Editor;
                       CFBundleURLName = Stacktrace;
                       CFBundleURLSchemes =             (
                           idea
                       );
                   }
               );
               CFBundleVersion = "AI-173.4819257";
               JVMOptions =     {
                   ClassPath =
                   "$APP_PACKAGE/Contents/lib/bootstrap.jar:$APP_PACKAGE/Contents/lib/extensions.jar:$APP_PACKAGE/Contents/lib/util.jar:$APP_PACKAGE/Contents/lib/jdom.jar:$APP_PACKAGE/Contents/lib/log4j.j
                   ar:$APP_PACKAGE/Contents/lib/trove4j.jar:$APP_PACKAGE/Contents/lib/jna.jar";
                   JVMVersion = "1.8*,1.8+";
                   MainClass = "com.intellij.idea.Main";
                   Properties =         {
                       "idea.executable" = studio;
                       "idea.home.path" = "$APP_PACKAGE/Contents";
                       "idea.java.redist" = Bundled;
                       "idea.paths.selector" = "AndroidStudio3.1";
                       "idea.platform.prefix" = AndroidStudio;
                   };
                   WorkingDirectory = "$APP_PACKAGE/Contents/bin";
               };
               LSApplicationCategoryType = "public.app-category.developer-tools";
               LSArchitecturePriority =     (
                   "x86_64"
               );
               LSMinimumSystemVersion = "10.8";
               LSRequiresNativeExecution = YES;
               NSHighResolutionCapable = 1;
               NSSupportsAutomaticGraphicsSwitching = 1;
           }
[  +10 ms] executing: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[  +70 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[        ] 3.1
[ +190 ms] executing: /usr/bin/defaults read /Users/daniel/Applications/JetBrains Toolbox/Android Studio.app/Contents/Info
[  +65 ms] Exit code 0 from: /usr/bin/defaults read /Users/daniel/Applications/JetBrains Toolbox/Android Studio.app/Contents/Info
[        ] {
               CFBundleDevelopmentRegion = English;
               CFBundleExecutable = "jetbrains-toolbox-launcher";
               CFBundleGetInfoString = "";
               CFBundleIconFile = "icon.icns";
               CFBundleIdentifier = "com.jetbrains.apps.activator.linkapp.pcom.jetbrains.apps.activator__ndroid_tudio_3_3_2";
               CFBundleInfoDictionaryVersion = "6.0";
               CFBundleLongVersionString = "3.3.2";
               CFBundleName = "Android Studio";
               CFBundlePackageType = APPL;
               CFBundleShortVersionString = "3.3.2";
               CFBundleSignature = "????";
               CFBundleVersion = "3.3.2";
               JetBrainsToolboxApp = "/Users/daniel/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/182.5314842/Android Studio.app";
               LSUIElement = 1;
               NSHighResolutionCapable = 1;
               NSHumanReadableCopyright = "Copyright (c) JetBrains s.r.o.";
               NSUIElement = 0;
           }
[        ] executing: /usr/bin/defaults read /Users/daniel/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/182.5314842/Android Studio.app/Contents/Info
[  +71 ms] Exit code 0 from: /usr/bin/defaults read /Users/daniel/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/182.5314842/Android Studio.app/Contents/Info
[        ] {
               CFBundleDevelopmentRegion = English;
               CFBundleDocumentTypes =     (
                           {
                       CFBundleTypeExtensions =             (
                           ipr
                       );
                       CFBundleTypeIconFile = "studio.icns";
                       CFBundleTypeName = "Android Studio Project File";
                       CFBundleTypeRole = Editor;
                   },
                           {
                       CFBundleTypeExtensions =             (
                           "*"
                       );
                       CFBundleTypeName = "All documents";
                       CFBundleTypeOSTypes =             (
                           "****"
                       );
                       CFBundleTypeRole = Editor;
                       LSTypeIsPackage = 0;
                   }
               );
               CFBundleExecutable = studio;
               CFBundleGetInfoString = "Android Studio 3.3, build AI-182.5107.16.33.5314842. Copyright JetBrains s.r.o., (c) 2000-2019";
               CFBundleIconFile = "studio.icns";
               CFBundleIdentifier = "com.google.android.studio";
               CFBundleInfoDictionaryVersion = "6.0";
               CFBundleName = "Android Studio";
               CFBundlePackageType = APPL;
               CFBundleShortVersionString = "3.3";
               CFBundleSignature = "????";
               CFBundleURLTypes =     (
                           {
                       CFBundleTypeRole = Editor;
                       CFBundleURLName = Stacktrace;
                       CFBundleURLSchemes =             (
                           idea
                       );
                   }
               );
               CFBundleVersion = "AI-182.5107.16.33.5314842";
               JVMOptions =     {
                   ClassPath =
                   "$APP_PACKAGE/Contents/lib/bootstrap.jar:$APP_PACKAGE/Contents/lib/extensions.jar:$APP_PACKAGE/Contents/lib/util.jar:$APP_PACKAGE/Contents/lib/jdom.jar:$APP_PACKAGE/Contents/lib/log4j.j
                   ar:$APP_PACKAGE/Contents/lib/trove4j.jar:$APP_PACKAGE/Contents/lib/jna.jar";
                   JVMVersion = "1.8*,1.8+";
                   MainClass = "com.intellij.idea.Main";
                   Properties =         {
                       "idea.executable" = studio;
                       "idea.home.path" = "$APP_PACKAGE/Contents";
                       "idea.java.redist" = Bundled;
                       "idea.paths.selector" = "AndroidStudio3.3";
                       "idea.platform.prefix" = AndroidStudio;
                   };
                   WorkingDirectory = "$APP_PACKAGE/Contents/bin";
               };
               LSApplicationCategoryType = "public.app-category.developer-tools";
               LSArchitecturePriority =     (
                   "x86_64"
               );
               LSMinimumSystemVersion = "10.8";
               LSRequiresNativeExecution = YES;
               NSHighResolutionCapable = 1;
               NSSupportsAutomaticGraphicsSwitching = 1;
           }
[   +2 ms] executing: /usr/bin/defaults read /Users/daniel/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/182.5314842/Android Studio.app/Contents/Info CFBundleShortVersionString
[  +58 ms] Exit code 0 from: /usr/bin/defaults read /Users/daniel/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/182.5314842/Android Studio.app/Contents/Info
CFBundleShortVersionString
[        ] 3.3
[ +104 ms] executing: /Users/daniel/Development/Personal/sandbox/teste/android/gradlew -v
[ +947 ms]
                    ------------------------------------------------------------
                    Gradle 4.10.2
                    ------------------------------------------------------------

                    Build time:   2018-09-19 18:10:15 UTC
                    Revision:     b4d8d5d170bb4ba516e88d7fe5647e2323d791dd

                    Kotlin DSL:   1.0-rc-6
                    Kotlin:       1.2.61
                    Groovy:       2.4.15
                    Ant:          Apache Ant(TM) version 1.9.11 compiled on March 23 2018
                    JVM:          1.8.0_152-release (JetBrains s.r.o 25.152-b01)
                    OS:           Mac OS X 10.14.3 x86_64
[  +15 ms] Initializing gradle... (completed in 1.7s)
[        ] Resolving dependencies...
[        ] executing: [/Users/daniel/Development/Personal/sandbox/teste/android/] /Users/daniel/Development/Personal/sandbox/teste/android/gradlew app:properties
[+1205 ms]
                    > Task :app:properties

                    ------------------------------------------------------------
                    Project :app
                    ------------------------------------------------------------

                    INTERNAL__CHECKED_MINIMUM_PLUGIN_VERSIONS: true
                    allprojects: [project ':app']
                    android: com.android.build.gradle.internal.dsl.BaseAppModuleExtension_Decorated@39aa996e
                    androidDependencies: task ':app:androidDependencies'
                    ant: org.gradle.api.internal.project.DefaultAntBuilder@5e14d308
                    antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@3aaa3f35
                    archivesBaseName: app
                    artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@4fa2f308
                    asDynamicObject: DynamicObject for project ':app'
                    assemble: task ':app:assemble'
                    assembleAndroidTest: task ':app:assembleAndroidTest'
                    assembleDebug: task ':app:assembleDebug'
                    assembleDebugAndroidTest: task ':app:assembleDebugAndroidTest'
                    assembleDebugUnitTest: task ':app:assembleDebugUnitTest'
                    assembleDynamicProfile: task ':app:assembleDynamicProfile'
                    assembleDynamicProfileUnitTest: task ':app:assembleDynamicProfileUnitTest'
                    assembleDynamicRelease: task ':app:assembleDynamicRelease'
                    assembleDynamicReleaseUnitTest: task ':app:assembleDynamicReleaseUnitTest'
                    assembleProfile: task ':app:assembleProfile'
                    assembleProfileUnitTest: task ':app:assembleProfileUnitTest'
                    assembleRelease: task ':app:assembleRelease'
                    assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest'
                    baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@22ae727b
                    buildDebugPreBundle: task ':app:buildDebugPreBundle'
                    buildDir: /Users/daniel/Development/Personal/sandbox/teste/build/app
                    buildDynamicProfilePreBundle: task ':app:buildDynamicProfilePreBundle'
                    buildDynamicReleasePreBundle: task ':app:buildDynamicReleasePreBundle'
                    buildFile: /Users/daniel/Development/Personal/sandbox/teste/android/app/build.gradle
                    buildOutputs: BaseVariantOutput container
                    buildPath: :
                    buildProfilePreBundle: task ':app:buildProfilePreBundle'
                    buildReleasePreBundle: task ':app:buildReleasePreBundle'
                    buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@5a5a69b5
                    buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@31e2a65c
                    bundle: task ':app:bundle'
                    bundleDebug: task ':app:bundleDebug'
                    bundleDebugAndroidTestResources: task ':app:bundleDebugAndroidTestResources'
                    bundleDebugResources: task ':app:bundleDebugResources'
                    bundleDynamicProfile: task ':app:bundleDynamicProfile'
                    bundleDynamicProfileResources: task ':app:bundleDynamicProfileResources'
                    bundleDynamicRelease: task ':app:bundleDynamicRelease'
                    bundleDynamicReleaseResources: task ':app:bundleDynamicReleaseResources'
                    bundleProfile: task ':app:bundleProfile'
                    bundleProfileResources: task ':app:bundleProfileResources'
                    bundleRelease: task ':app:bundleRelease'
                    bundleReleaseResources: task ':app:bundleReleaseResources'
                    check: task ':app:check'
                    checkDebugAndroidTestClasspath: task ':app:checkDebugAndroidTestClasspath'
                    checkDebugClasspath: task ':app:checkDebugClasspath'
                    checkDebugLibraries: task ':app:checkDebugLibraries'
                    checkDebugManifest: task ':app:checkDebugManifest'
                    checkDynamicProfileClasspath: task ':app:checkDynamicProfileClasspath'
                    checkDynamicProfileLibraries: task ':app:checkDynamicProfileLibraries'
                    checkDynamicProfileManifest: task ':app:checkDynamicProfileManifest'
                    checkDynamicReleaseClasspath: task ':app:checkDynamicReleaseClasspath'
                    checkDynamicReleaseLibraries: task ':app:checkDynamicReleaseLibraries'
                    checkDynamicReleaseManifest: task ':app:checkDynamicReleaseManifest'
                    checkProfileClasspath: task ':app:checkProfileClasspath'
                    checkProfileLibraries: task ':app:checkProfileLibraries'
                    checkProfileManifest: task ':app:checkProfileManifest'
                    checkReleaseClasspath: task ':app:checkReleaseClasspath'
                    checkReleaseLibraries: task ':app:checkReleaseLibraries'
                    checkReleaseManifest: task ':app:checkReleaseManifest'
                    childProjects: {}
                    class: class org.gradle.api.internal.project.DefaultProject_Decorated
                    classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@698039db
                    cleanBuildCache: task ':app:cleanBuildCache'
                    compileDebugAidl: task ':app:compileDebugAidl'
                    compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
                    compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
                    compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
                    compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
                    compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
                    compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
                    compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
                    compileDebugNdk: task ':app:compileDebugNdk'
                    compileDebugRenderscript: task ':app:compileDebugRenderscript'
                    compileDebugShaders: task ':app:compileDebugShaders'
                    compileDebugSources: task ':app:compileDebugSources'
                    compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
                    compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
                    compileDynamicProfileAidl: task ':app:compileDynamicProfileAidl'
                    compileDynamicProfileJavaWithJavac: task ':app:compileDynamicProfileJavaWithJavac'
                    compileDynamicProfileNdk: task ':app:compileDynamicProfileNdk'
                    compileDynamicProfileRenderscript: task ':app:compileDynamicProfileRenderscript'
                    compileDynamicProfileShaders: task ':app:compileDynamicProfileShaders'
                    compileDynamicProfileSources: task ':app:compileDynamicProfileSources'
                    compileDynamicProfileUnitTestJavaWithJavac: task ':app:compileDynamicProfileUnitTestJavaWithJavac'
                    compileDynamicProfileUnitTestSources: task ':app:compileDynamicProfileUnitTestSources'
                    compileDynamicReleaseAidl: task ':app:compileDynamicReleaseAidl'
                    compileDynamicReleaseJavaWithJavac: task ':app:compileDynamicReleaseJavaWithJavac'
                    compileDynamicReleaseNdk: task ':app:compileDynamicReleaseNdk'
                    compileDynamicReleaseRenderscript: task ':app:compileDynamicReleaseRenderscript'
                    compileDynamicReleaseShaders: task ':app:compileDynamicReleaseShaders'
                    compileDynamicReleaseSources: task ':app:compileDynamicReleaseSources'
                    compileDynamicReleaseUnitTestJavaWithJavac: task ':app:compileDynamicReleaseUnitTestJavaWithJavac'
                    compileDynamicReleaseUnitTestSources: task ':app:compileDynamicReleaseUnitTestSources'
                    compileLint: task ':app:compileLint'
                    compileProfileAidl: task ':app:compileProfileAidl'
                    compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
                    compileProfileNdk: task ':app:compileProfileNdk'
                    compileProfileRenderscript: task ':app:compileProfileRenderscript'
                    compileProfileShaders: task ':app:compileProfileShaders'
                    compileProfileSources: task ':app:compileProfileSources'
                    compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
                    compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
                    compileReleaseAidl: task ':app:compileReleaseAidl'
                    compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
                    compileReleaseNdk: task ':app:compileReleaseNdk'
                    compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
                    compileReleaseShaders: task ':app:compileReleaseShaders'
                    compileReleaseSources: task ':app:compileReleaseSources'
                    compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
                    compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
                    components: SoftwareComponentInternal set
                    configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@38ecb33a
                    configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@31727253
                    configurations: configuration container
                    connectedAndroidTest: task ':app:connectedAndroidTest'
                    connectedCheck: task ':app:connectedCheck'
                    connectedDebugAndroidTest: task ':app:connectedDebugAndroidTest'
                    consumeConfigAttr: task ':app:consumeConfigAttr'
                    convention: org.gradle.api.internal.plugins.DefaultConvention@1506e267
                    copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug'
                    copyFlutterAssetsDynamicProfile: task ':app:copyFlutterAssetsDynamicProfile'
                    copyFlutterAssetsDynamicRelease: task ':app:copyFlutterAssetsDynamicRelease'
                    copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile'
                    copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease'
                    createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests'
                    createDynamicProfileCompatibleScreenManifests: task ':app:createDynamicProfileCompatibleScreenManifests'
                    createDynamicReleaseCompatibleScreenManifests: task ':app:createDynamicReleaseCompatibleScreenManifests'
                    createMockableJar: task ':app:createMockableJar'
                    createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests'
                    createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests'
                    defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@7da05ffd
                    defaultTasks: []
                    deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@20084610
                    dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@24a58a8
                    dependencyLocking: org.gradle.internal.locking.DefaultDependencyLockingHandler_Decorated@20fd975c
                    depth: 1
                    description: null
                    deviceAndroidTest: task ':app:deviceAndroidTest'
                    deviceCheck: task ':app:deviceCheck'
                    displayName: project ':app'
                    distsDir: /Users/daniel/Development/Personal/sandbox/teste/build/app/distributions
                    distsDirName: distributions
                    docsDir: /Users/daniel/Development/Personal/sandbox/teste/build/app/docs
                    docsDirName: docs
                    ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@5fdd6b09
                    extensions: org.gradle.api.internal.plugins.DefaultConvention@1506e267
                    extractApksForDebug: task ':app:extractApksForDebug'
                    extractApksForDynamicProfile: task ':app:extractApksForDynamicProfile'
                    extractApksForDynamicRelease: task ':app:extractApksForDynamicRelease'
                    extractApksForProfile: task ':app:extractApksForProfile'
                    extractApksForRelease: task ':app:extractApksForRelease'
                    extractProguardFiles: task ':app:extractProguardFiles'
                    fileOperations: org.gradle.api.internal.file.DefaultFileOperations@3d078e24
                    fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@6dd81e34
                    flutter: FlutterExtension_Decorated@21d323a4
                    flutterBuildDebug: task ':app:flutterBuildDebug'
                    flutterBuildDynamicProfile: task ':app:flutterBuildDynamicProfile'
                    flutterBuildDynamicRelease: task ':app:flutterBuildDynamicRelease'
                    flutterBuildProfile: task ':app:flutterBuildProfile'
                    flutterBuildRelease: task ':app:flutterBuildRelease'
                    flutterBuildX86Jar: task ':app:flutterBuildX86Jar'
                    generateDebugAndroidTestAssets: task ':app:generateDebugAndroidTestAssets'
                    generateDebugAndroidTestBuildConfig: task ':app:generateDebugAndroidTestBuildConfig'
                    generateDebugAndroidTestResValues: task ':app:generateDebugAndroidTestResValues'
                    generateDebugAndroidTestResources: task ':app:generateDebugAndroidTestResources'
                    generateDebugAndroidTestSources: task ':app:generateDebugAndroidTestSources'
                    generateDebugAssets: task ':app:generateDebugAssets'
                    generateDebugBuildConfig: task ':app:generateDebugBuildConfig'
                    generateDebugFeatureMetadata: task ':app:generateDebugFeatureMetadata'
                    generateDebugFeatureTransitiveDeps: task ':app:generateDebugFeatureTransitiveDeps'
                    generateDebugResValues: task ':app:generateDebugResValues'
                    generateDebugResources: task ':app:generateDebugResources'
                    generateDebugSources: task ':app:generateDebugSources'
                    generateDebugUnitTestAssets: task ':app:generateDebugUnitTestAssets'
                    generateDebugUnitTestResources: task ':app:generateDebugUnitTestResources'
                    generateDebugUnitTestSources: task ':app:generateDebugUnitTestSources'
                    generateDynamicProfileAssets: task ':app:generateDynamicProfileAssets'
                    generateDynamicProfileBuildConfig: task ':app:generateDynamicProfileBuildConfig'
                    generateDynamicProfileFeatureMetadata: task ':app:generateDynamicProfileFeatureMetadata'
                    generateDynamicProfileFeatureTransitiveDeps: task ':app:generateDynamicProfileFeatureTransitiveDeps'
                    generateDynamicProfileResValues: task ':app:generateDynamicProfileResValues'
                    generateDynamicProfileResources: task ':app:generateDynamicProfileResources'
                    generateDynamicProfileSources: task ':app:generateDynamicProfileSources'
                    generateDynamicProfileUnitTestAssets: task ':app:generateDynamicProfileUnitTestAssets'
                    generateDynamicProfileUnitTestResources: task ':app:generateDynamicProfileUnitTestResources'
                    generateDynamicProfileUnitTestSources: task ':app:generateDynamicProfileUnitTestSources'
                    generateDynamicReleaseAssets: task ':app:generateDynamicReleaseAssets'
                    generateDynamicReleaseBuildConfig: task ':app:generateDynamicReleaseBuildConfig'
                    generateDynamicReleaseFeatureMetadata: task ':app:generateDynamicReleaseFeatureMetadata'
                    generateDynamicReleaseFeatureTransitiveDeps: task ':app:generateDynamicReleaseFeatureTransitiveDeps'
                    generateDynamicReleaseResValues: task ':app:generateDynamicReleaseResValues'
                    generateDynamicReleaseResources: task ':app:generateDynamicReleaseResources'
                    generateDynamicReleaseSources: task ':app:generateDynamicReleaseSources'
                    generateDynamicReleaseUnitTestAssets: task ':app:generateDynamicReleaseUnitTestAssets'
                    generateDynamicReleaseUnitTestResources: task ':app:generateDynamicReleaseUnitTestResources'
                    generateDynamicReleaseUnitTestSources: task ':app:generateDynamicReleaseUnitTestSources'
                    generateProfileAssets: task ':app:generateProfileAssets'
                    generateProfileBuildConfig: task ':app:generateProfileBuildConfig'
                    generateProfileFeatureMetadata: task ':app:generateProfileFeatureMetadata'
                    generateProfileFeatureTransitiveDeps: task ':app:generateProfileFeatureTransitiveDeps'
                    generateProfileResValues: task ':app:generateProfileResValues'
                    generateProfileResources: task ':app:generateProfileResources'
                    generateProfileSources: task ':app:generateProfileSources'
                    generateProfileUnitTestAssets: task ':app:generateProfileUnitTestAssets'
                    generateProfileUnitTestResources: task ':app:generateProfileUnitTestResources'
                    generateProfileUnitTestSources: task ':app:generateProfileUnitTestSources'
                    generateReleaseAssets: task ':app:generateReleaseAssets'
                    generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig'
                    generateReleaseFeatureMetadata: task ':app:generateReleaseFeatureMetadata'
                    generateReleaseFeatureTransitiveDeps: task ':app:generateReleaseFeatureTransitiveDeps'
                    generateReleaseResValues: task ':app:generateReleaseResValues'
                    generateReleaseResources: task ':app:generateReleaseResources'
                    generateReleaseSources: task ':app:generateReleaseSources'
                    generateReleaseUnitTestAssets: task ':app:generateReleaseUnitTestAssets'
                    generateReleaseUnitTestResources: task ':app:generateReleaseUnitTestResources'
                    generateReleaseUnitTestSources: task ':app:generateReleaseUnitTestSources'
                    gradle: build 'android'
                    group: android
                    identityPath: :app
                    inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@156281b4
                    installDebug: task ':app:installDebug'
                    installDebugAndroidTest: task ':app:installDebugAndroidTest'
                    installDynamicProfile: task ':app:installDynamicProfile'
                    installDynamicRelease: task ':app:installDynamicRelease'
                    installProfile: task ':app:installProfile'
                    installRelease: task ':app:installRelease'
                    java: org.gradle.api.plugins.internal.DefaultJavaPluginExtension_Decorated@14155b92
                    javaPreCompileDebug: task ':app:javaPreCompileDebug'
                    javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest'
                    javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest'
                    javaPreCompileDynamicProfile: task ':app:javaPreCompileDynamicProfile'
                    javaPreCompileDynamicProfileUnitTest: task ':app:javaPreCompileDynamicProfileUnitTest'
                    javaPreCompileDynamicRelease: task ':app:javaPreCompileDynamicRelease'
                    javaPreCompileDynamicReleaseUnitTest: task ':app:javaPreCompileDynamicReleaseUnitTest'
                    javaPreCompileProfile: task ':app:javaPreCompileProfile'
                    javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest'
                    javaPreCompileRelease: task ':app:javaPreCompileRelease'
                    javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest'
                    layout: org.gradle.api.internal.file.DefaultProjectLayout@3991ce9a
                    libsDir: /Users/daniel/Development/Personal/sandbox/teste/build/app/libs
                    libsDirName: libs
                    lint: task ':app:lint'
                    lintDebug: task ':app:lintDebug'
                    lintDynamicProfile: task ':app:lintDynamicProfile'
                    lintDynamicRelease: task ':app:lintDynamicRelease'
                    lintFix: task ':app:lintFix'
                    lintProfile: task ':app:lintProfile'
                    lintRelease: task ':app:lintRelease'
                    lintVitalRelease: task ':app:lintVitalRelease'
                    listenerBuildOperationDecorator: org.gradle.configuration.internal.DefaultListenerBuildOperationDecorator@1e7140f
                    logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@34fa20a9
                    logging: org.gradle.internal.logging.services.DefaultLoggingManager@895aa6
                    mainApkListPersistenceDebug: task ':app:mainApkListPersistenceDebug'
                    mainApkListPersistenceDebugAndroidTest: task ':app:mainApkListPersistenceDebugAndroidTest'
                    mainApkListPersistenceDynamicProfile: task ':app:mainApkListPersistenceDynamicProfile'
                    mainApkListPersistenceDynamicRelease: task ':app:mainApkListPersistenceDynamicRelease'
                    mainApkListPersistenceProfile: task ':app:mainApkListPersistenceProfile'
                    mainApkListPersistenceRelease: task ':app:mainApkListPersistenceRelease'
                    makeApkFromBundleForDebug: task ':app:makeApkFromBundleForDebug'
                    makeApkFromBundleForDynamicProfile: task ':app:makeApkFromBundleForDynamicProfile'
                    makeApkFromBundleForDynamicRelease: task ':app:makeApkFromBundleForDynamicRelease'
                    makeApkFromBundleForProfile: task ':app:makeApkFromBundleForProfile'
                    makeApkFromBundleForRelease: task ':app:makeApkFromBundleForRelease'
                    mergeDebugAndroidTestAssets: task ':app:mergeDebugAndroidTestAssets'
                    mergeDebugAndroidTestJniLibFolders: task ':app:mergeDebugAndroidTestJniLibFolders'
                    mergeDebugAndroidTestResources: task ':app:mergeDebugAndroidTestResources'
                    mergeDebugAndroidTestShaders: task ':app:mergeDebugAndroidTestShaders'
                    mergeDebugAssets: task ':app:mergeDebugAssets'
                    mergeDebugJniLibFolders: task ':app:mergeDebugJniLibFolders'
                    mergeDebugResources: task ':app:mergeDebugResources'
                    mergeDebugShaders: task ':app:mergeDebugShaders'
                    mergeDynamicProfileAssets: task ':app:mergeDynamicProfileAssets'
                    mergeDynamicProfileJniLibFolders: task ':app:mergeDynamicProfileJniLibFolders'
                    mergeDynamicProfileResources: task ':app:mergeDynamicProfileResources'
                    mergeDynamicProfileShaders: task ':app:mergeDynamicProfileShaders'
                    mergeDynamicReleaseAssets: task ':app:mergeDynamicReleaseAssets'
                    mergeDynamicReleaseJniLibFolders: task ':app:mergeDynamicReleaseJniLibFolders'
                    mergeDynamicReleaseResources: task ':app:mergeDynamicReleaseResources'
                    mergeDynamicReleaseShaders: task ':app:mergeDynamicReleaseShaders'
                    mergeProfileAssets: task ':app:mergeProfileAssets'
                    mergeProfileJniLibFolders: task ':app:mergeProfileJniLibFolders'
                    mergeProfileResources: task ':app:mergeProfileResources'
                    mergeProfileShaders: task ':app:mergeProfileShaders'
                    mergeReleaseAssets: task ':app:mergeReleaseAssets'
                    mergeReleaseJniLibFolders: task ':app:mergeReleaseJniLibFolders'
                    mergeReleaseResources: task ':app:mergeReleaseResources'
                    mergeReleaseShaders: task ':app:mergeReleaseShaders'
                    modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@3efe58ee
                    modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@3d93393d
                    module: org.gradle.api.internal.artifacts.ProjectBackedModule@40174ce8
                    name: app
                    normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@92cb4b5
                    objects: org.gradle.api.internal.model.DefaultObjectFactory@30528ef3
                    org.gradle.jvmargs: -Xmx1536M
                    packageAppClassesDebug: task ':app:packageAppClassesDebug'
                    packageAppClassesDebugAndroidTest: task ':app:packageAppClassesDebugAndroidTest'
                    packageAppClassesDebugUnitTest: task ':app:packageAppClassesDebugUnitTest'
                    packageAppClassesDynamicProfile: task ':app:packageAppClassesDynamicProfile'
                    packageAppClassesDynamicProfileUnitTest: task ':app:packageAppClassesDynamicProfileUnitTest'
                    packageAppClassesDynamicRelease: task ':app:packageAppClassesDynamicRelease'
                    packageAppClassesDynamicReleaseUnitTest: task ':app:packageAppClassesDynamicReleaseUnitTest'
                    packageAppClassesProfile: task ':app:packageAppClassesProfile'
                    packageAppClassesProfileUnitTest: task ':app:packageAppClassesProfileUnitTest'
                    packageAppClassesRelease: task ':app:packageAppClassesRelease'
                    packageAppClassesReleaseUnitTest: task ':app:packageAppClassesReleaseUnitTest'
                    packageDebug: task ':app:packageDebug'
                    packageDebugAndroidTest: task ':app:packageDebugAndroidTest'
                    packageDebugBundle: task ':app:packageDebugBundle'
                    packageDebugUniversalApk: task ':app:packageDebugUniversalApk'
                    packageDynamicProfile: task ':app:packageDynamicProfile'
                    packageDynamicProfileBundle: task ':app:packageDynamicProfileBundle'
                    packageDynamicProfileUniversalApk: task ':app:packageDynamicProfileUniversalApk'
                    packageDynamicRelease: task ':app:packageDynamicRelease'
                    packageDynamicReleaseBundle: task ':app:packageDynamicReleaseBundle'
                    packageDynamicReleaseUniversalApk: task ':app:packageDynamicReleaseUniversalApk'
                    packageProfile: task ':app:packageProfile'
                    packageProfileBundle: task ':app:packageProfileBundle'
                    packageProfileUniversalApk: task ':app:packageProfileUniversalApk'
                    packageRelease: task ':app:packageRelease'
                    packageReleaseBundle: task ':app:packageReleaseBundle'
                    packageReleaseUniversalApk: task ':app:packageReleaseUniversalApk'
                    parent: root project 'android'
                    parentIdentifier: root project 'android'
                    path: :app
                    pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@7a44ae35
                    plugins: [org.gradle.api.plugins.HelpTasksPlugin@3631a0bb, com.android.build.gradle.api.AndroidBasePlugin@5a5423d4, org.gradle.language.base.plugins.LifecycleBasePlugin@7e551b7b,
                    org.gradle.api.plugins.BasePlugin@21bf2782, org.gradle.api.plugins.ReportingBasePlugin@1ab07f76, org.gradle.api.plugins.JavaBasePlugin@6101a577,
                    com.android.build.gradle.AppPlugin@3759e4ef, FlutterPlugin@6f8246b1]
                    preBuild: task ':app:preBuild'
                    preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild'
                    preDebugBuild: task ':app:preDebugBuild'
                    preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild'
                    preDynamicProfileBuild: task ':app:preDynamicProfileBuild'
                    preDynamicProfileUnitTestBuild: task ':app:preDynamicProfileUnitTestBuild'
                    preDynamicReleaseBuild: task ':app:preDynamicReleaseBuild'
                    preDynamicReleaseUnitTestBuild: task ':app:preDynamicReleaseUnitTestBuild'
                    preProfileBuild: task ':app:preProfileBuild'
                    preProfileUnitTestBuild: task ':app:preProfileUnitTestBuild'
                    preReleaseBuild: task ':app:preReleaseBuild'
                    preReleaseUnitTestBuild: task ':app:preReleaseUnitTestBuild'
                    prepareLintJar: task ':app:prepareLintJar'
                    processDebugAndroidTestJavaRes: task ':app:processDebugAndroidTestJavaRes'
                    processDebugAndroidTestManifest: task ':app:processDebugAndroidTestManifest'
                    processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources'
                    processDebugJavaRes: task ':app:processDebugJavaRes'
                    processDebugManifest: task ':app:processDebugManifest'
                    processDebugResources: task ':app:processDebugResources'
                    processDebugUnitTestJavaRes: task ':app:processDebugUnitTestJavaRes'
                    processDynamicProfileJavaRes: task ':app:processDynamicProfileJavaRes'
                    processDynamicProfileManifest: task ':app:processDynamicProfileManifest'
                    processDynamicProfileResources: task ':app:processDynamicProfileResources'
                    processDynamicProfileUnitTestJavaRes: task ':app:processDynamicProfileUnitTestJavaRes'
                    processDynamicReleaseJavaRes: task ':app:processDynamicReleaseJavaRes'
                    processDynamicReleaseManifest: task ':app:processDynamicReleaseManifest'
                    processDynamicReleaseResources: task ':app:processDynamicReleaseResources'
                    processDynamicReleaseUnitTestJavaRes: task ':app:processDynamicReleaseUnitTestJavaRes'
                    processOperations: org.gradle.api.internal.file.DefaultFileOperations@3d078e24
                    processProfileJavaRes: task ':app:processProfileJavaRes'
                    processProfileManifest: task ':app:processProfileManifest'
                    processProfileResources: task ':app:processProfileResources'
                    processProfileUnitTestJavaRes: task ':app:processProfileUnitTestJavaRes'
                    processReleaseJavaRes: task ':app:processReleaseJavaRes'
                    processReleaseManifest: task ':app:processReleaseManifest'
                    processReleaseResources: task ':app:processReleaseResources'
                    processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes'
                    project: project ':app'
                    projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@76d0dff8
                    projectDir: /Users/daniel/Development/Personal/sandbox/teste/android/app
                    projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
                    projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@1a96f648
                    projectPath: :app
                    projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@62900769
                    properties: {...}
                    providers: org.gradle.api.internal.provider.DefaultProviderFactory@205b4392
                    reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug'
                    reportBuildArtifactsDynamicProfile: task ':app:reportBuildArtifactsDynamicProfile'
                    reportBuildArtifactsDynamicRelease: task ':app:reportBuildArtifactsDynamicRelease'
                    reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile'
                    reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease'
                    reportSourceSetTransformAndroidTest: task ':app:reportSourceSetTransformAndroidTest'
                    reportSourceSetTransformAndroidTestDebug: task ':app:reportSourceSetTransformAndroidTestDebug'
                    reportSourceSetTransformDebug: task ':app:reportSourceSetTransformDebug'
                    reportSourceSetTransformDynamicProfile: task ':app:reportSourceSetTransformDynamicProfile'
                    reportSourceSetTransformDynamicRelease: task ':app:reportSourceSetTransformDynamicRelease'
                    reportSourceSetTransformMain: task ':app:reportSourceSetTransformMain'
                    reportSourceSetTransformProfile: task ':app:reportSourceSetTransformProfile'
                    reportSourceSetTransformRelease: task ':app:reportSourceSetTransformRelease'
                    reportSourceSetTransformTest: task ':app:reportSourceSetTransformTest'
                    reportSourceSetTransformTestDebug: task ':app:reportSourceSetTransformTestDebug'
                    reportSourceSetTransformTestDynamicProfile: task ':app:reportSourceSetTransformTestDynamicProfile'
                    reportSourceSetTransformTestDynamicRelease: task ':app:reportSourceSetTransformTestDynamicRelease'
                    reportSourceSetTransformTestProfile: task ':app:reportSourceSetTransformTestProfile'
                    reportSourceSetTransformTestRelease: task ':app:reportSourceSetTransformTestRelease'
                    reporting: org.gradle.api.reporting.ReportingExtension_Decorated@1fda6244
                    reportsDir: /Users/daniel/Development/Personal/sandbox/teste/build/app/reports
                    repositories: repository container
                    resolveConfigAttr: task ':app:resolveConfigAttr'
                    resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@6f855158
                    resources: org.gradle.api.internal.resources.DefaultResourceHandler@428cce56
                    rootDir: /Users/daniel/Development/Personal/sandbox/teste/android
                    rootProject: root project 'android'
                    script: false
                    scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@20452221
                    scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@6c41ac2f
                    serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@290b2f6e
                    services: ProjectScopeServices
                    signingReport: task ':app:signingReport'
                    sourceCompatibility: 1.8
                    sourceSets: SourceSet container
                    splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug'
                    splitsDiscoveryTaskDynamicProfile: task ':app:splitsDiscoveryTaskDynamicProfile'
                    splitsDiscoveryTaskDynamicRelease: task ':app:splitsDiscoveryTaskDynamicRelease'
                    splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile'
                    splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease'
                    standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@895aa6
                    state: project state 'EXECUTED'
                    status: integration
                    subprojects: []
                    targetCompatibility: 1.8
                    tasks: task set
                    test: task ':app:test'
                    testDebugUnitTest: task ':app:testDebugUnitTest'
                    testDynamicProfileUnitTest: task ':app:testDynamicProfileUnitTest'
                    testDynamicReleaseUnitTest: task ':app:testDynamicReleaseUnitTest'
                    testProfileUnitTest: task ':app:testProfileUnitTest'
                    testReleaseUnitTest: task ':app:testReleaseUnitTest'
                    testReportDir: /Users/daniel/Development/Personal/sandbox/teste/build/app/reports/tests
                    testReportDirName: tests
                    testResultsDir: /Users/daniel/Development/Personal/sandbox/teste/build/app/test-results
                    testResultsDirName: test-results
                    transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug'
                    transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest'
                    transformClassesWithDexBuilderForDynamicProfile: task ':app:transformClassesWithDexBuilderForDynamicProfile'
                    transformClassesWithDexBuilderForDynamicRelease: task ':app:transformClassesWithDexBuilderForDynamicRelease'
                    transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile'
                    transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease'
                    transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug'
                    transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest'
                    transformDexArchiveWithDexMergerForDynamicProfile: task ':app:transformDexArchiveWithDexMergerForDynamicProfile'
                    transformDexArchiveWithDexMergerForDynamicRelease: task ':app:transformDexArchiveWithDexMergerForDynamicRelease'
                    transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile'
                    transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease'
                    transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'
                    transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest'
                    transformDexArchiveWithExternalLibsDexMergerForDynamicProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicProfile'
                    transformDexArchiveWithExternalLibsDexMergerForDynamicRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicRelease'
                    transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile'
                    transformDexArchiveWithExternalLibsDexMergerForRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease'
                    transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug'
                    transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest'
                    transformNativeLibsWithMergeJniLibsForDynamicProfile: task ':app:transformNativeLibsWithMergeJniLibsForDynamicProfile'
                    transformNativeLibsWithMergeJniLibsForDynamicRelease: task ':app:transformNativeLibsWithMergeJniLibsForDynamicRelease'
                    transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile'
                    transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease'
                    transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug'
                    transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest'
                    transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest'
                    transformResourcesWithMergeJavaResForDynamicProfile: task ':app:transformResourcesWithMergeJavaResForDynamicProfile'
                    transformResourcesWithMergeJavaResForDynamicProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicProfileUnitTest'
                    transformResourcesWithMergeJavaResForDynamicRelease: task ':app:transformResourcesWithMergeJavaResForDynamicRelease'
                    transformResourcesWithMergeJavaResForDynamicReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicReleaseUnitTest'
                    transformResourcesWithMergeJavaResForProfile: task ':app:transformResourcesWithMergeJavaResForProfile'
                    transformResourcesWithMergeJavaResForProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForProfileUnitTest'
                    transformResourcesWithMergeJavaResForRelease: task ':app:transformResourcesWithMergeJavaResForRelease'
                    transformResourcesWithMergeJavaResForReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForReleaseUnitTest'
                    uninstallAll: task ':app:uninstallAll'
                    uninstallDebug: task ':app:uninstallDebug'
                    uninstallDebugAndroidTest: task ':app:uninstallDebugAndroidTest'
                    uninstallDynamicProfile: task ':app:uninstallDynamicProfile'
                    uninstallDynamicRelease: task ':app:uninstallDynamicRelease'
                    uninstallProfile: task ':app:uninstallProfile'
                    uninstallRelease: task ':app:uninstallRelease'
                    validateSigningDebug: task ':app:validateSigningDebug'
                    validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest'
                    validateSigningDynamicProfile: task ':app:validateSigningDynamicProfile'
                    validateSigningDynamicRelease: task ':app:validateSigningDynamicRelease'
                    validateSigningProfile: task ':app:validateSigningProfile'
                    validateSigningRelease: task ':app:validateSigningRelease'
                    version: unspecified
                    writeDebugApplicationId: task ':app:writeDebugApplicationId'
                    writeDynamicProfileApplicationId: task ':app:writeDynamicProfileApplicationId'
                    writeDynamicReleaseApplicationId: task ':app:writeDynamicReleaseApplicationId'
                    writeProfileApplicationId: task ':app:writeProfileApplicationId'
                    writeReleaseApplicationId: task ':app:writeReleaseApplicationId'
                    1 actionable task: 1 executed
[   +8 ms] executing: [/Users/daniel/Development/Personal/sandbox/teste/android/] /Users/daniel/Development/Personal/sandbox/teste/android/gradlew app:tasks --all --console=auto
[ +977 ms]
                    > Task :app:tasks

                    ------------------------------------------------------------
                    All tasks runnable from project :app
                    ------------------------------------------------------------

                    Android tasks
                    -------------
                    androidDependencies - Displays the Android dependencies of the project.
                    signingReport - Displays the signing info for each variant.
                    sourceSets - Prints out all the source sets defined in this project.

                    Build tasks
                    -----------
                    assemble - Assembles all variants of all applications and secondary packages.
                    assembleAndroidTest - Assembles all the Test applications.
                    assembleDebug - Assembles all Debug builds.
                    assembleDynamicProfile - Assembles all DynamicProfile builds.
                    assembleDynamicRelease - Assembles all DynamicRelease builds.
                    assembleProfile - Assembles all Profile builds.
                    assembleRelease - Assembles all Release builds.
                    build - Assembles and tests this project.
                    buildDependents - Assembles and tests this project and all projects that depend on it.
                    buildNeeded - Assembles and tests this project and all projects it depends on.
                    bundleDebug - Creates all Debug bundles.
                    bundleDynamicProfile - Creates all DynamicProfile bundles.
                    bundleDynamicRelease - Creates all DynamicRelease bundles.
                    bundleProfile - Creates all Profile bundles.
                    bundleRelease - Creates all Release bundles.
                    clean - Deletes the build directory.
                    cleanBuildCache - Deletes the build cache directory.
                    compileDebugAndroidTestSources
                    compileDebugSources
                    compileDebugUnitTestSources
                    compileDynamicProfileSources
                    compileDynamicProfileUnitTestSources
                    compileDynamicReleaseSources
                    compileDynamicReleaseUnitTestSources
                    compileProfileSources
                    compileProfileUnitTestSources
                    compileReleaseSources
                    compileReleaseUnitTestSources

                    Cleanup tasks
                    -------------
                    lintFix - Runs lint on all variants and applies any safe suggestions to the source code.

                    Help tasks
                    ----------
                    buildEnvironment - Displays all buildscript dependencies declared in project ':app'.
                    components - Displays the components produced by project ':app'. [incubating]
                    dependencies - Displays all dependencies declared in project ':app'.
                    dependencyInsight - Displays the insight into a specific dependency in project ':app'.
                    dependentComponents - Displays the dependent components of components in project ':app'. [incubating]
                    help - Displays a help message.
                    model - Displays the configuration model of project ':app'. [incubating]
                    projects - Displays the sub-projects of project ':app'.
                    properties - Displays the properties of project ':app'.
                    tasks - Displays the tasks runnable from project ':app'.

                    Install tasks
                    -------------
                    installDebug - Installs the Debug build.
                    installDebugAndroidTest - Installs the android (on device) tests for the Debug build.
                    installDynamicProfile - Installs the DynamicProfile build.
                    installDynamicRelease - Installs the DynamicRelease build.
                    installProfile - Installs the Profile build.
                    installRelease - Installs the Release build.
                    uninstallAll - Uninstall all applications.
                    uninstallDebug - Uninstalls the Debug build.
                    uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build.
                    uninstallDynamicProfile - Uninstalls the DynamicProfile build.
                    uninstallDynamicRelease - Uninstalls the DynamicRelease build.
                    uninstallProfile - Uninstalls the Profile build.
                    uninstallRelease - Uninstalls the Release build.

                    Verification tasks
                    ------------------
                    check - Runs all checks.
                    connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
                    connectedCheck - Runs all device checks on currently connected devices.
                    connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices.
                    deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
                    deviceCheck - Runs all device checks using Device Providers and Test Servers.
                    lint - Runs lint on all variants.
                    lintDebug - Runs lint on the Debug build.
                    lintDynamicProfile - Runs lint on the DynamicProfile build.
                    lintDynamicRelease - Runs lint on the DynamicRelease build.
                    lintProfile - Runs lint on the Profile build.
                    lintRelease - Runs lint on the Release build.
                    lintVitalRelease - Runs lint on just the fatal issues in the release build.
                    test - Run unit tests for all variants.
                    testDebugUnitTest - Run unit tests for the debug build.
                    testDynamicProfileUnitTest - Run unit tests for the dynamicProfile build.
                    testDynamicReleaseUnitTest - Run unit tests for the dynamicRelease build.
                    testProfileUnitTest - Run unit tests for the profile build.
                    testReleaseUnitTest - Run unit tests for the release build.

                    Other tasks
                    -----------
                    assembleDebugAndroidTest
                    assembleDebugUnitTest
                    assembleDynamicProfileUnitTest
                    assembleDynamicReleaseUnitTest
                    assembleProfileUnitTest
                    assembleReleaseUnitTest
                    buildDebugPreBundle
                    buildDynamicProfilePreBundle
                    buildDynamicReleasePreBundle
                    buildProfilePreBundle
                    buildReleasePreBundle
                    bundle
                    bundleDebugAndroidTestResources
                    bundleDebugResources
                    bundleDynamicProfileResources
                    bundleDynamicReleaseResources
                    bundleProfileResources
                    bundleReleaseResources
                    checkDebugAndroidTestClasspath
                    checkDebugClasspath
                    checkDebugLibraries
                    checkDebugManifest
                    checkDynamicProfileClasspath
                    checkDynamicProfileLibraries
                    checkDynamicProfileManifest
                    checkDynamicReleaseClasspath
                    checkDynamicReleaseLibraries
                    checkDynamicReleaseManifest
                    checkProfileClasspath
                    checkProfileLibraries
                    checkProfileManifest
                    checkReleaseClasspath
                    checkReleaseLibraries
                    checkReleaseManifest
                    compileDebugAidl
                    compileDebugAndroidTestAidl
                    compileDebugAndroidTestJavaWithJavac
                    compileDebugAndroidTestNdk
                    compileDebugAndroidTestRenderscript
                    compileDebugAndroidTestShaders
                    compileDebugJavaWithJavac
                    compileDebugNdk
                    compileDebugRenderscript
                    compileDebugShaders
                    compileDebugUnitTestJavaWithJavac
                    compileDynamicProfileAidl
                    compileDynamicProfileJavaWithJavac
                    compileDynamicProfileNdk
                    compileDynamicProfileRenderscript
                    compileDynamicProfileShaders
                    compileDynamicProfileUnitTestJavaWithJavac
                    compileDynamicReleaseAidl
                    compileDynamicReleaseJavaWithJavac
                    compileDynamicReleaseNdk
                    compileDynamicReleaseRenderscript
                    compileDynamicReleaseShaders
                    compileDynamicReleaseUnitTestJavaWithJavac
                    compileLint
                    compileProfileAidl
                    compileProfileJavaWithJavac
                    compileProfileNdk
                    compileProfileRenderscript
                    compileProfileShaders
                    compileProfileUnitTestJavaWithJavac
                    compileReleaseAidl
                    compileReleaseJavaWithJavac
                    compileReleaseNdk
                    compileReleaseRenderscript
                    compileReleaseShaders
                    compileReleaseUnitTestJavaWithJavac
                    consumeConfigAttr
                    copyFlutterAssetsDebug
                    copyFlutterAssetsDynamicProfile
                    copyFlutterAssetsDynamicRelease
                    copyFlutterAssetsProfile
                    copyFlutterAssetsRelease
                    createDebugCompatibleScreenManifests
                    createDynamicProfileCompatibleScreenManifests
                    createDynamicReleaseCompatibleScreenManifests
                    createMockableJar
                    createProfileCompatibleScreenManifests
                    createReleaseCompatibleScreenManifests
                    extractApksForDebug
                    extractApksForDynamicProfile
                    extractApksForDynamicRelease
                    extractApksForProfile
                    extractApksForRelease
                    extractProguardFiles
                    flutterBuildDebug
                    flutterBuildDynamicProfile
                    flutterBuildDynamicRelease
                    flutterBuildProfile
                    flutterBuildRelease
                    flutterBuildX86Jar
                    generateDebugAndroidTestAssets
                    generateDebugAndroidTestBuildConfig
                    generateDebugAndroidTestResources
                    generateDebugAndroidTestResValues
                    generateDebugAndroidTestSources
                    generateDebugAssets
                    generateDebugBuildConfig
                    generateDebugFeatureMetadata
                    generateDebugFeatureTransitiveDeps
                    generateDebugResources
                    generateDebugResValues
                    generateDebugSources
                    generateDebugUnitTestAssets
                    generateDebugUnitTestResources
                    generateDebugUnitTestSources
                    generateDynamicProfileAssets
                    generateDynamicProfileBuildConfig
                    generateDynamicProfileFeatureMetadata
                    generateDynamicProfileFeatureTransitiveDeps
                    generateDynamicProfileResources
                    generateDynamicProfileResValues
                    generateDynamicProfileSources
                    generateDynamicProfileUnitTestAssets
                    generateDynamicProfileUnitTestResources
                    generateDynamicProfileUnitTestSources
                    generateDynamicReleaseAssets
                    generateDynamicReleaseBuildConfig
                    generateDynamicReleaseFeatureMetadata
                    generateDynamicReleaseFeatureTransitiveDeps
                    generateDynamicReleaseResources
                    generateDynamicReleaseResValues
                    generateDynamicReleaseSources
                    generateDynamicReleaseUnitTestAssets
                    generateDynamicReleaseUnitTestResources
                    generateDynamicReleaseUnitTestSources
                    generateProfileAssets
                    generateProfileBuildConfig
                    generateProfileFeatureMetadata
                    generateProfileFeatureTransitiveDeps
                    generateProfileResources
                    generateProfileResValues
                    generateProfileSources
                    generateProfileUnitTestAssets
                    generateProfileUnitTestResources
                    generateProfileUnitTestSources
                    generateReleaseAssets
                    generateReleaseBuildConfig
                    generateReleaseFeatureMetadata
                    generateReleaseFeatureTransitiveDeps
                    generateReleaseResources
                    generateReleaseResValues
                    generateReleaseSources
                    generateReleaseUnitTestAssets
                    generateReleaseUnitTestResources
                    generateReleaseUnitTestSources
                    javaPreCompileDebug
                    javaPreCompileDebugAndroidTest
                    javaPreCompileDebugUnitTest
                    javaPreCompileDynamicProfile
                    javaPreCompileDynamicProfileUnitTest
                    javaPreCompileDynamicRelease
                    javaPreCompileDynamicReleaseUnitTest
                    javaPreCompileProfile
                    javaPreCompileProfileUnitTest
                    javaPreCompileRelease
                    javaPreCompileReleaseUnitTest
                    mainApkListPersistenceDebug
                    mainApkListPersistenceDebugAndroidTest
                    mainApkListPersistenceDynamicProfile
                    mainApkListPersistenceDynamicRelease
                    mainApkListPersistenceProfile
                    mainApkListPersistenceRelease
                    makeApkFromBundleForDebug
                    makeApkFromBundleForDynamicProfile
                    makeApkFromBundleForDynamicRelease
                    makeApkFromBundleForProfile
                    makeApkFromBundleForRelease
                    mergeDebugAndroidTestAssets
                    mergeDebugAndroidTestJniLibFolders
                    mergeDebugAndroidTestResources
                    mergeDebugAndroidTestShaders
                    mergeDebugAssets
                    mergeDebugJniLibFolders
                    mergeDebugResources
                    mergeDebugShaders
                    mergeDynamicProfileAssets
                    mergeDynamicProfileJniLibFolders
                    mergeDynamicProfileResources
                    mergeDynamicProfileShaders
                    mergeDynamicReleaseAssets
                    mergeDynamicReleaseJniLibFolders
                    mergeDynamicReleaseResources
                    mergeDynamicReleaseShaders
                    mergeProfileAssets
                    mergeProfileJniLibFolders
                    mergeProfileResources
                    mergeProfileShaders
                    mergeReleaseAssets
                    mergeReleaseJniLibFolders
                    mergeReleaseResources
                    mergeReleaseShaders
                    packageAppClassesDebug
                    packageAppClassesDebugAndroidTest
                    packageAppClassesDebugUnitTest
                    packageAppClassesDynamicProfile
                    packageAppClassesDynamicProfileUnitTest
                    packageAppClassesDynamicRelease
                    packageAppClassesDynamicReleaseUnitTest
                    packageAppClassesProfile
                    packageAppClassesProfileUnitTest
                    packageAppClassesRelease
                    packageAppClassesReleaseUnitTest
                    packageDebug
                    packageDebugAndroidTest
                    packageDebugBundle
                    packageDebugUniversalApk
                    packageDynamicProfile
                    packageDynamicProfileBundle
                    packageDynamicProfileUniversalApk
                    packageDynamicRelease
                    packageDynamicReleaseBundle
                    packageDynamicReleaseUniversalApk
                    packageProfile
                    packageProfileBundle
                    packageProfileUniversalApk
                    packageRelease
                    packageReleaseBundle
                    packageReleaseUniversalApk
                    preBuild
                    preDebugAndroidTestBuild
                    preDebugBuild
                    preDebugUnitTestBuild
                    preDynamicProfileBuild
                    preDynamicProfileUnitTestBuild
                    preDynamicReleaseBuild
                    preDynamicReleaseUnitTestBuild
                    prepareLintJar
                    preProfileBuild
                    preProfileUnitTestBuild
                    preReleaseBuild
                    preReleaseUnitTestBuild
                    processDebugAndroidTestJavaRes
                    processDebugAndroidTestManifest
                    processDebugAndroidTestResources
                    processDebugJavaRes
                    processDebugManifest
                    processDebugResources
                    processDebugUnitTestJavaRes
                    processDynamicProfileJavaRes
                    processDynamicProfileManifest
                    processDynamicProfileResources
                    processDynamicProfileUnitTestJavaRes
                    processDynamicReleaseJavaRes
                    processDynamicReleaseManifest
                    processDynamicReleaseResources
                    processDynamicReleaseUnitTestJavaRes
                    processProfileJavaRes
                    processProfileManifest
                    processProfileResources
                    processProfileUnitTestJavaRes
                    processReleaseJavaRes
                    processReleaseManifest
                    processReleaseResources
                    processReleaseUnitTestJavaRes
                    reportBuildArtifactsDebug
                    reportBuildArtifactsDynamicProfile
                    reportBuildArtifactsDynamicRelease
                    reportBuildArtifactsProfile
                    reportBuildArtifactsRelease
                    reportSourceSetTransformAndroidTest
                    reportSourceSetTransformAndroidTestDebug
                    reportSourceSetTransformDebug
                    reportSourceSetTransformDynamicProfile
                    reportSourceSetTransformDynamicRelease
                    reportSourceSetTransformMain
                    reportSourceSetTransformProfile
                    reportSourceSetTransformRelease
                    reportSourceSetTransformTest
                    reportSourceSetTransformTestDebug
                    reportSourceSetTransformTestDynamicProfile
                    reportSourceSetTransformTestDynamicRelease
                    reportSourceSetTransformTestProfile
                    reportSourceSetTransformTestRelease
                    resolveConfigAttr
                    splitsDiscoveryTaskDebug
                    splitsDiscoveryTaskDynamicProfile
                    splitsDiscoveryTaskDynamicRelease
                    splitsDiscoveryTaskProfile
                    splitsDiscoveryTaskRelease
                    transformClassesWithDexBuilderForDebug
                    transformClassesWithDexBuilderForDebugAndroidTest
                    transformClassesWithDexBuilderForDynamicProfile
                    transformClassesWithDexBuilderForDynamicRelease
                    transformClassesWithDexBuilderForProfile
                    transformClassesWithDexBuilderForRelease
                    transformDexArchiveWithDexMergerForDebug
                    transformDexArchiveWithDexMergerForDebugAndroidTest
                    transformDexArchiveWithDexMergerForDynamicProfile
                    transformDexArchiveWithDexMergerForDynamicRelease
                    transformDexArchiveWithDexMergerForProfile
                    transformDexArchiveWithDexMergerForRelease
                    transformDexArchiveWithExternalLibsDexMergerForDebug
                    transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest
                    transformDexArchiveWithExternalLibsDexMergerForDynamicProfile
                    transformDexArchiveWithExternalLibsDexMergerForDynamicRelease
                    transformDexArchiveWithExternalLibsDexMergerForProfile
                    transformDexArchiveWithExternalLibsDexMergerForRelease
                    transformNativeLibsWithMergeJniLibsForDebug
                    transformNativeLibsWithMergeJniLibsForDebugAndroidTest
                    transformNativeLibsWithMergeJniLibsForDynamicProfile
                    transformNativeLibsWithMergeJniLibsForDynamicRelease
                    transformNativeLibsWithMergeJniLibsForProfile
                    transformNativeLibsWithMergeJniLibsForRelease
                    transformResourcesWithMergeJavaResForDebug
                    transformResourcesWithMergeJavaResForDebugAndroidTest
                    transformResourcesWithMergeJavaResForDebugUnitTest
                    transformResourcesWithMergeJavaResForDynamicProfile
                    transformResourcesWithMergeJavaResForDynamicProfileUnitTest
                    transformResourcesWithMergeJavaResForDynamicRelease
                    transformResourcesWithMergeJavaResForDynamicReleaseUnitTest
                    transformResourcesWithMergeJavaResForProfile
                    transformResourcesWithMergeJavaResForProfileUnitTest
                    transformResourcesWithMergeJavaResForRelease
                    transformResourcesWithMergeJavaResForReleaseUnitTest
                    validateSigningDebug
                    validateSigningDebugAndroidTest
                    validateSigningDynamicProfile
                    validateSigningDynamicRelease
                    validateSigningProfile
                    validateSigningRelease
                    writeDebugApplicationId
                    writeDynamicProfileApplicationId
                    writeDynamicReleaseApplicationId
                    writeProfileApplicationId
                    writeReleaseApplicationId

                    Rules
                    -----
                    Pattern: clean<TaskName>: Cleans the output files of a task.
                    Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
                    Pattern: upload<ConfigurationName>: Assembles and uploads the artifacts belonging to a configuration.
                    1 actionable task: 1 executed
[  +21 ms] Resolving dependencies... (completed in 2.2s)
[  +63 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[  +27 ms] Exit code 0 from: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[        ] --------- beginning of system
           03-18 23:19:23.072 E/storaged( 1716): getDiskStats failed with result NOT_SUPPORTED and size 0
[   +4 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time
[  +10 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb version
[  +19 ms] Android Debug Bridge version 1.0.40
           Version 4797878
           Installed as /Users/daniel/Library/Android/sdk/platform-tools/adb
[   +4 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb start-server
[  +35 ms] Building APK
[ +112 ms] Running Gradle task 'assembleDebug'...
[   +4 ms] executing: [/Users/daniel/Development/Personal/sandbox/teste/android/] /Users/daniel/Development/Personal/sandbox/teste/android/gradlew -Pverbose=true
-Ptarget=/Users/daniel/Development/Personal/sandbox/teste/lib/main.dart -Ptrack-widget-creation=false -Pcompilation-trace-file=compilation.txt -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+3719 ms] > Task :app:flutterBuildX86Jar
[ +389 ms] > Task :app:checkDebugClasspath
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :flutter_facebook_login:preBuild UP-TO-DATE
[        ] > Task :flutter_facebook_login:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_facebook_login:checkDebugManifest
[        ] > Task :flutter_facebook_login:processDebugManifest
[        ] > Task :flutter_secure_storage:preBuild UP-TO-DATE
[        ] > Task :flutter_secure_storage:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_secure_storage:checkDebugManifest
[        ] > Task :flutter_secure_storage:processDebugManifest
[        ] > Task :app:preDebugBuild
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0-rc01) with JetifyTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0-rc01) with ExtractAarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01) with JetifyTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01) with JetifyTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01) with ExtractAarTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01) with ExtractAarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01) with AarTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0-rc01) with JetifyTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0-rc01) with JetifyTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0-rc01) with JetifyTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0-rc01) with ExtractAarTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0-rc01) with JetifyTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0-rc01) with JetifyTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0-rc01) with AarTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0-rc01) with AarTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0-rc01) with AarTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0-rc01) with AarTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01) with JetifyTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0-rc01) with JetifyTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0-rc01) with ExtractAarTransform
[  +10 ms] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01) with AarTransform
[   +3 ms] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01) with JetifyTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0-rc01) with AarTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0-rc01) with JetifyTransform
[   +1 ms] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01) with JetifyTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0-rc01) with JetifyTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01) with JetifyTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0-rc01) with AarTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0-rc01) with JetifyTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01) with AarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01) with AarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0-rc01) with JetifyTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01) with JetifyTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0-rc01) with JetifyTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0-rc01) with AarTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01) with AarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0-rc01) with AarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0-rc01) with JetifyTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0-rc01) with AarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable.aar (androidx.vectordrawable:vectordrawable:1.0.0-rc01) with JetifyTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable.aar (androidx.vectordrawable:vectordrawable:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform vectordrawable.aar (androidx.vectordrawable:vectordrawable:1.0.0-rc01) with AarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0-rc01) with AarTransform
[        ] > Transform cardview.aar (androidx.cardview:cardview:1.0.0-rc01) with JetifyTransform
[        ] > Transform cardview.aar (androidx.cardview:cardview:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform browser.aar (androidx.browser:browser:1.0.0-rc01) with JetifyTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0-rc01) with JetifyTransform
[        ] > Transform vectordrawable-animated.aar (androidx.vectordrawable:vectordrawable-animated:1.0.0-rc01) with JetifyTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0-rc01) with JetifyTransform
[        ] > Transform browser.aar (androidx.browser:browser:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform cardview.aar (androidx.cardview:cardview:1.0.0-rc01) with AarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform vectordrawable-animated.aar (androidx.vectordrawable:vectordrawable-animated:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0-rc01) with AarTransform
[        ] > Transform browser.aar (androidx.browser:browser:1.0.0-rc01) with AarTransform
[        ] > Transform appcompat.aar (androidx.appcompat:appcompat:1.0.0-rc01) with JetifyTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0-rc01) with JetifyTransform
[        ] > Transform appcompat.aar (androidx.appcompat:appcompat:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0-rc01) with ExtractAarTransform
[   +1 ms] > Transform appcompat.aar (androidx.appcompat:appcompat:1.0.0-rc01) with AarTransform
[   +1 ms] > Transform facebook-common.aar (com.facebook.android:facebook-common:4.39.0) with JetifyTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0-rc01) with JetifyTransform
[        ] > Transform facebook-common.aar (com.facebook.android:facebook-common:4.39.0) with ExtractAarTransform
[        ] > Transform facebook-login.aar (com.facebook.android:facebook-login:4.39.0) with JetifyTransform
[        ] > Transform facebook-core.aar (com.facebook.android:facebook-core:4.39.0) with JetifyTransform
[        ] > Task :flutter_secure_storage:compileDebugAidl NO-SOURCE
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0-rc01) with ExtractAarTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable-animated.aar (androidx.vectordrawable:vectordrawable-animated:1.0.0-rc01) with AarTransform
[        ] > Transform facebook-core.aar (com.facebook.android:facebook-core:4.39.0) with ExtractAarTransform
[        ] > Transform facebook-login.aar (com.facebook.android:facebook-login:4.39.0) with ExtractAarTransform
[        ] > Task :flutter_facebook_login:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_secure_storage:packageDebugRenderscript NO-SOURCE
[        ] > Transform facebook-core.aar (com.facebook.android:facebook-core:4.39.0) with AarTransform
[        ] > Task :app:compileDebugRenderscript
[        ] > Task :app:checkDebugManifest
[        ] > Transform facebook-login.aar (com.facebook.android:facebook-login:4.39.0) with AarTransform
[        ] > Transform facebook-common.aar (com.facebook.android:facebook-common:4.39.0) with AarTransform
[        ] > Task :app:generateDebugBuildConfig
[        ] > Task :flutter_facebook_login:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :app:prepareLintJar UP-TO-DATE
[  +46 ms] > Task :app:cleanMergeDebugAssets UP-TO-DATE
[+1899 ms] > Task :app:flutterBuildDebug
[        ] [  +12 ms] executing: [/Users/daniel/Downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [  +53 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/stable
[        ] [        ] executing: [/Users/daniel/Downloads/flutter/] git rev-parse --abbrev-ref HEAD
[        ] [  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] stable
[        ] [        ] executing: [/Users/daniel/Downloads/flutter/] git ls-remote --get-url origin
[        ] [  +11 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [        ] executing: [/Users/daniel/Downloads/flutter/] git log -n 1 --pretty=format:%H
[        ] [  +14 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] [        ] 8661d8aecd626f7f57ccbcb735553edc05a2e713
[        ] [        ] executing: [/Users/daniel/Downloads/flutter/] git log -n 1 --pretty=format:%ar
[        ] [  +12 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] [        ] 5 weeks ago
[        ] [        ] executing: [/Users/daniel/Downloads/flutter/] git describe --match v*.*.* --first-parent --long --tags
[        ] [  +44 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] [        ] v1.2.1-0-g8661d8aec
[        ] [ +395 ms] Found plugin flutter_facebook_login at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.0/
[        ] [   +5 ms] Found plugin flutter_secure_storage at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.2.0/
[        ] [  +90 ms] Found plugin flutter_facebook_login at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.0/
[        ] [   +1 ms] Found plugin flutter_secure_storage at /Users/daniel/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.2.0/
[        ] [ +218 ms] /Users/daniel/Downloads/flutter/bin/cache/dart-sdk/bin/dart /Users/daniel/Downloads/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/daniel/Downloads/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --strong --target=flutter --no-link-platform --incremental --packages
/Users/daniel/Development/Personal/sandbox/teste/.packages --output-dill build/app.dill --depfile /Users/daniel/Development/Personal/sandbox/teste/build/app/intermediates/flutter/debug/snapshot_blob.bin.d
--filesystem-scheme org-dartlang-root package:teste/main.dart
[+5994 ms] [+6461 ms] Building bundle
[        ] [   +1 ms] Writing asset files to /Users/daniel/Development/Personal/sandbox/teste/build/app/intermediates/flutter/debug/flutter_assets
[        ] [  +66 ms] Wrote /Users/daniel/Development/Personal/sandbox/teste/build/app/intermediates/flutter/debug/flutter_assets
[        ] [  +11 ms] "flutter bundle" took 7,067ms.
[        ] [        ] "flutter bundle" took 7,067ms.
[ +199 ms] > Task :app:mergeDebugShaders
[        ] > Task :app:compileDebugShaders
[        ] > Task :app:generateDebugAssets
[        ] > Task :flutter_facebook_login:mergeDebugShaders
[        ] > Task :flutter_facebook_login:compileDebugShaders
[        ] > Task :flutter_facebook_login:generateDebugAssets
[        ] > Task :flutter_facebook_login:packageDebugAssets
[        ] > Task :flutter_secure_storage:mergeDebugShaders
[        ] > Task :flutter_secure_storage:compileDebugShaders
[        ] > Task :flutter_secure_storage:generateDebugAssets
[        ] > Task :flutter_secure_storage:packageDebugAssets
[        ] > Task :app:mergeDebugAssets
[ +197 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug
[        ] > Task :app:generateDebugResValues
[        ] > Task :app:generateDebugResources
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0-rc01) with AarTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0-rc01) with AarTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0-rc01) with AarTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01) with AarTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0-rc01) with AarTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0-rc01) with AarTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0-rc01) with AarTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0-rc01) with AarTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01) with AarTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01) with AarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0-rc01) with AarTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01) with AarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0-rc01) with AarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01) with AarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0-rc01) with AarTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0-rc01) with AarTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable.aar (androidx.vectordrawable:vectordrawable:1.0.0-rc01) with AarTransform
[        ] > Transform cardview.aar (androidx.cardview:cardview:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable-animated.aar (androidx.vectordrawable:vectordrawable-animated:1.0.0-rc01) with AarTransform
[        ] > Transform browser.aar (androidx.browser:browser:1.0.0-rc01) with AarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0-rc01) with AarTransform
[        ] > Transform appcompat.aar (androidx.appcompat:appcompat:1.0.0-rc01) with AarTransform
[        ] > Transform facebook-core.aar (com.facebook.android:facebook-core:4.39.0) with AarTransform
[        ] > Transform facebook-common.aar (com.facebook.android:facebook-common:4.39.0) with AarTransform
[        ] > Transform facebook-login.aar (com.facebook.android:facebook-login:4.39.0) with AarTransform
[        ] > Transform aapt2-osx.jar (com.android.tools.build:aapt2:3.2.1-4818971) with Aapt2Extractor
[        ] > Task :flutter_facebook_login:generateDebugResValues
[        ] > Task :flutter_facebook_login:compileDebugRenderscript
[        ] > Task :flutter_facebook_login:generateDebugResources
[        ] > Task :flutter_facebook_login:packageDebugResources
[        ] > Task :flutter_secure_storage:compileDebugRenderscript
[        ] > Task :flutter_secure_storage:generateDebugResValues
[        ] > Task :flutter_secure_storage:generateDebugResources
[        ] > Task :flutter_secure_storage:packageDebugResources
[ +791 ms] > Task :app:mergeDebugResources
[        ] > Task :app:createDebugCompatibleScreenManifests
[        ] > Task :app:processDebugManifest
[        ] > Task :app:splitsDiscoveryTaskDebug
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform vectordrawable.aar (androidx.vectordrawable:vectordrawable:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform cardview.aar (androidx.cardview:cardview:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform browser.aar (androidx.browser:browser:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform vectordrawable-animated.aar (androidx.vectordrawable:vectordrawable-animated:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform appcompat.aar (androidx.appcompat:appcompat:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform facebook-core.aar (com.facebook.android:facebook-core:4.39.0) with LibrarySymbolTableTransform
[        ] > Transform facebook-login.aar (com.facebook.android:facebook-login:4.39.0) with LibrarySymbolTableTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01) with LibrarySymbolTableTransform
[        ] > Transform facebook-common.aar (com.facebook.android:facebook-common:4.39.0) with LibrarySymbolTableTransform
[  +93 ms] > Task :flutter_secure_storage:generateDebugRFile
[        ] > Task :flutter_facebook_login:generateDebugRFile
[ +901 ms] > Task :app:processDebugResources
[        ] > Task :app:generateDebugSources
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0-rc01) with AarTransform
[        ] > Transform core-common.jar (androidx.arch.core:core-common:2.0.0-rc01) with JetifyTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0-rc01) with AarTransform
[        ] > Transform core-common.jar (androidx.arch.core:core-common:2.0.0-rc01) with IdentityTransform
[        ] > Transform bolts-tasks.jar (com.parse.bolts:bolts-tasks:1.4.0) with JetifyTransform
[        ] > Transform bolts-tasks.jar (com.parse.bolts:bolts-tasks:1.4.0) with IdentityTransform
[        ] > Transform bolts-applinks.jar (com.parse.bolts:bolts-applinks:1.4.0) with JetifyTransform
[        ] > Transform annotation.jar (androidx.annotation:annotation:1.0.0-rc01) with JetifyTransform
[        ] > Transform annotation.jar (androidx.annotation:annotation:1.0.0-rc01) with IdentityTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0-rc01) with AarTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0-rc01) with AarTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-common.jar (androidx.lifecycle:lifecycle-common:2.0.0-rc01) with JetifyTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0-rc01) with AarTransform
[   +1 ms] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0-rc01) with AarTransform
[        ] > Transform lifecycle-common.jar (androidx.lifecycle:lifecycle-common:2.0.0-rc01) with IdentityTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0-rc01) with AarTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0-rc01) with AarTransform
[        ] > Transform collection.jar (androidx.collection:collection:1.0.0-rc01) with JetifyTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01) with AarTransform
[        ] > Transform collection.jar (androidx.collection:collection:1.0.0-rc01) with IdentityTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01) with AarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0-rc01) with AarTransform
[   +2 ms] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01) with AarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0-rc01) with AarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01) with AarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0-rc01) with AarTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0-rc01) with AarTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable.aar (androidx.vectordrawable:vectordrawable:1.0.0-rc01) with AarTransform
[        ] > Transform cardview.aar (androidx.cardview:cardview:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0-rc01) with AarTransform
[        ] > Transform vectordrawable-animated.aar (androidx.vectordrawable:vectordrawable-animated:1.0.0-rc01) with AarTransform
[        ] > Transform browser.aar (androidx.browser:browser:1.0.0-rc01) with AarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0-rc01) with AarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0-rc01) with AarTransform
[        ] > Transform appcompat.aar (androidx.appcompat:appcompat:1.0.0-rc01) with AarTransform
[        ] > Transform bolts-android.jar (com.parse.bolts:bolts-android:1.4.0) with JetifyTransform
[        ] > Transform bolts-android.jar (com.parse.bolts:bolts-android:1.4.0) with IdentityTransform
[        ] > Transform core.jar (com.google.zxing:core:3.3.0) with JetifyTransform
[        ] > Transform bolts-applinks.jar (com.parse.bolts:bolts-applinks:1.4.0) with IdentityTransform
[        ] > Transform facebook-core.aar (com.facebook.android:facebook-core:4.39.0) with AarTransform
[        ] > Transform facebook-login.aar (com.facebook.android:facebook-login:4.39.0) with AarTransform
[        ] > Transform facebook-common.aar (com.facebook.android:facebook-common:4.39.0) with AarTransform
[        ] > Transform core.jar (com.google.zxing:core:3.3.0) with IdentityTransform
[        ] > Task :flutter_facebook_login:generateDebugBuildConfig
[        ] > Task :flutter_facebook_login:prepareLintJar UP-TO-DATE
[        ] > Task :flutter_facebook_login:generateDebugSources
[        ] > Task :flutter_facebook_login:javaPreCompileDebug
[ +481 ms] > Task :flutter_facebook_login:compileDebugJavaWithJavac
[        ] > Task :flutter_facebook_login:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_facebook_login:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug
[        ] > Task :flutter_secure_storage:generateDebugBuildConfig
[        ] > Task :flutter_secure_storage:prepareLintJar UP-TO-DATE
[        ] > Task :flutter_secure_storage:generateDebugSources
[        ] > Task :flutter_secure_storage:javaPreCompileDebug
[ +198 ms] > Task :flutter_secure_storage:compileDebugJavaWithJavac
[        ] > Task :flutter_secure_storage:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_secure_storage:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug
[ +598 ms] > Task :app:javaPreCompileDebug
[ +501 ms] > Task :app:compileDebugJavaWithJavac
[        ] > Task :app:compileDebugNdk NO-SOURCE
[        ] > Task :app:compileDebugSources
[ +399 ms] /Users/daniel/Downloads/flutter/bin/cache/artifacts/engine/android-arm/flutter.jar: D8: Type `android.support.v4.app.FragmentActivity` was not found, it is required for default or static
interface methods desugaring of `void io.flutter.app.FlutterFragmentActivity.onCreate(android.os.Bundle)`
[ +900 ms] > Task :app:transformClassesWithDexBuilderForDebug
[ +701 ms] > Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug
[ +799 ms] > Task :app:transformDexArchiveWithDexMergerForDebug
[        ] > Task :app:mergeDebugJniLibFolders
[        ] > Task :flutter_facebook_login:compileDebugNdk NO-SOURCE
[        ] > Task :flutter_facebook_login:mergeDebugJniLibFolders
[        ] > Task :flutter_facebook_login:transformNativeLibsWithMergeJniLibsForDebug
[        ] > Task :flutter_facebook_login:transformNativeLibsWithIntermediateJniLibsForDebug
[        ] > Task :flutter_secure_storage:compileDebugNdk NO-SOURCE
[        ] > Task :flutter_secure_storage:mergeDebugJniLibFolders
[        ] > Task :flutter_secure_storage:transformNativeLibsWithMergeJniLibsForDebug
[        ] > Task :flutter_secure_storage:transformNativeLibsWithIntermediateJniLibsForDebug
[+1799 ms] > Task :app:transformNativeLibsWithMergeJniLibsForDebug
[        ] > Task :app:checkDebugLibraries
[        ] > Task :app:processDebugJavaRes NO-SOURCE
[ +698 ms] > Task :app:transformResourcesWithMergeJavaResForDebug
[        ] > Task :app:validateSigningDebug
[+4299 ms] > Task :app:packageDebug
[        ] > Task :app:assembleDebug
[+1000 ms] > Task :flutter_facebook_login:extractDebugAnnotations
[        ] > Task :flutter_facebook_login:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_facebook_login:transformResourcesWithMergeJavaResForDebug
[        ] > Task :flutter_facebook_login:transformClassesAndResourcesWithSyncLibJarsForDebug
[  +97 ms] > Task :flutter_facebook_login:transformNativeLibsWithSyncJniLibsForDebug
[        ] > Task :flutter_facebook_login:bundleDebugAar
[        ] > Task :flutter_facebook_login:compileDebugSources
[        ] > Task :flutter_facebook_login:assembleDebug
[        ] > Task :flutter_secure_storage:extractDebugAnnotations
[        ] > Task :flutter_secure_storage:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_secure_storage:transformResourcesWithMergeJavaResForDebug
[        ] > Task :flutter_secure_storage:transformClassesAndResourcesWithSyncLibJarsForDebug
[        ] > Task :flutter_secure_storage:transformNativeLibsWithSyncJniLibsForDebug
[        ] > Task :flutter_secure_storage:bundleDebugAar
[        ] > Task :flutter_secure_storage:compileDebugSources
[        ] > Task :flutter_secure_storage:assembleDebug
[        ] 77 actionable tasks: 71 executed, 6 up-to-date
[ +355 ms] Running Gradle task 'assembleDebug'... (completed in 27.2s)
[  +34 ms] calculateSha: LocalDirectory: '/Users/daniel/Development/Personal/sandbox/teste/build/app/outputs/apk'/app.apk
[ +553 ms] Built build/app/outputs/apk/debug/app-debug.apk.
[  +10 ms] executing: /Users/daniel/Library/Android/sdk/build-tools/28.0.3/aapt dump xmltree /Users/daniel/Development/Personal/sandbox/teste/build/app/outputs/apk/app.apk AndroidManifest.xml
[  +25 ms] Exit code 0 from: /Users/daniel/Library/Android/sdk/build-tools/28.0.3/aapt dump xmltree /Users/daniel/Development/Personal/sandbox/teste/build/app/outputs/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)0x1c
               A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
               A: package="com.example.teste" (Raw: "com.example.teste")
               A: platformBuildVersionCode=(type 0x10)0x1
               A: platformBuildVersionName="1.0.0" (Raw: "1.0.0")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x12
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=22)
                 A: android:label(0x01010001)="teste" (Raw: "teste")
                 A: android:icon(0x01010002)=@0x7f0a0000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:supportsRtl(0x010103af)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=29)
                   A: android:theme(0x01010000)=@0x7f0c00a4
                   A: android:name(0x01010003)="com.example.teste.MainActivity" (Raw: "com.example.teste.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=43)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=47)
                     E: action (line=48)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=50)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=54)
                   A: android:name(0x01010003)="com.facebook.sdk.ApplicationId" (Raw: "com.facebook.sdk.ApplicationId")
                   A: android:value(0x01010024)=@0x7f0b003f
                 E: activity (line=58)
                   A: android:theme(0x01010000)=@0x7f0c0164
                   A: android:label(0x01010001)=@0x7f0b0027
                   A: android:name(0x01010003)="com.facebook.FacebookActivity" (Raw: "com.facebook.FacebookActivity")
                   A: android:configChanges(0x0101001f)=(type 0x11)0x5b0
                 E: activity (line=63)
                   A: android:name(0x01010003)="com.facebook.CustomTabActivity" (Raw: "com.facebook.CustomTabActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=66)
                     E: action (line=67)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=69)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT")
                     E: category (line=70)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE")
                     E: data (line=72)
                       A: android:scheme(0x01010027)=@0x7f0b0040
                 E: activity (line=75)
                   A: android:name(0x01010003)="com.facebook.CustomTabMainActivity" (Raw: "com.facebook.CustomTabMainActivity")
                 E: provider (line=85)
                   A: android:name(0x01010003)="com.facebook.internal.FacebookInitProvider" (Raw: "com.facebook.internal.FacebookInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.teste.FacebookInitProvider" (Raw: "com.example.teste.FacebookInitProvider")
                 E: receiver (line=90)
                   A: android:name(0x01010003)="com.facebook.CurrentAccessTokenExpirationBroadcastReceiver" (Raw: "com.facebook.CurrentAccessTokenExpirationBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=93)
                     E: action (line=94)
                       A: android:name(0x01010003)="com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED" (Raw: "com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED")
[   +7 ms] Stopping app 'app.apk' on Android SDK built for x86.
[        ] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.example.teste
[  +49 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.example.teste
[  +42 ms] package:com.example.teste
[   +4 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.com.example.teste.sha1
[  +29 ms] bcd0d865a6dc60932f7680abfcdc2af88fb2171a
[   +1 ms] Installing APK.
[   +2 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb version
[  +11 ms] Android Debug Bridge version 1.0.40
           Version 4797878
           Installed as /Users/daniel/Library/Android/sdk/platform-tools/adb
[        ] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb start-server
[  +11 ms] Installing build/app/outputs/apk/app.apk...
[        ] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 install -t -r /Users/daniel/Development/Personal/sandbox/teste/build/app/outputs/apk/app.apk
[+2584 ms] Success
[   +1 ms] Installing build/app/outputs/apk/app.apk... (completed in 2.6s)
[   +3 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell echo -n 0ee060c14e958686117979cb152635716370f9e5 > /data/local/tmp/sky.com.example.teste.sha1
[  +49 ms] Android SDK built for x86 startApp
[   +5 ms] executing: /Users/daniel/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez
enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true com.example.teste/com.example.teste.MainActivity
[ +278 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.teste/.MainActivity (has extras) }
[   +1 ms] Waiting for observatory port to be available...
DevLuuk commented 5 years ago

I have fixed the error by adding these two lines to my gradle.properties

android.enableJetifier=true android.useAndroidX=true