Skip to content

Instantly share code, notes, and snippets.

@fmatosqg
Created May 15, 2018 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmatosqg/7a643451d39a760464b8b64ea9019ca8 to your computer and use it in GitHub Desktop.
Save fmatosqg/7a643451d39a760464b8b64ea9019ca8 to your computer and use it in GitHub Desktop.
Flutter hot reload issues on AS
[ +33 ms] [/Users/fabio.dematos/bin/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +46 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] [/Users/fabio.dematos/bin/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ ] [/Users/fabio.dematos/bin/flutter/] git ls-remote --get-url origin
[ +6 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/fabio.dematos/bin/flutter/] git log -n 1 --pretty=format:%H
[ +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] 44b7e7d3f42f050a79712daab253af06e9daf530
[ ] [/Users/fabio.dematos/bin/flutter/] git log -n 1 --pretty=format:%ar
[ +6 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 4 weeks ago
[ ] [/Users/fabio.dematos/bin/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +15 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.3.2-0-g44b7e7d3f
[ +93 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +76 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ ] 2.3
[ +101 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb devices -l
[ +10 ms] Exit code 0 from: /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb devices -l
[ ] List of devices attached
HT7631801126 device usb:336592896X product:ocnuhl_00710 model:HTC_2PZC100 device:htc_ocnuhl
emulator-5554 device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86
[ +10 ms] idevice_id -h
[ +694 ms] /usr/bin/xcrun simctl list --json devices
[ +225 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop
[ +26 ms] ro.hardware = ranchu
[{"event":"app.start","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","deviceId":"emulator-5554","directory":"/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist","supportsRestart":true}}]
[ +848 ms] Launching lib/main.dart on Android SDK built for x86 in debug mode...
Initializing gradle...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"0","progressId":null,"message":"Initializing gradle..."}}]
[ +11 ms] Using gradle from /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android/gradlew.
[ +6 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +45 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ ] 2.3
[ +77 ms] /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android/gradlew -v
[ +568 ms]
------------------------------------------------------------
Gradle 4.1
------------------------------------------------------------
Build time: 2017-08-07 14:38:48 UTC
Revision: 941559e020f6c357ebb08d5c67acdb858a3defc2
Groovy: 2.4.11
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_112-release (JetBrains s.r.o 25.112-b06)
OS: Mac OS X 10.12.6 x86_64
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"0","progressId":null,"finished":true}}]
Resolving dependencies...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"1","progressId":null,"message":"Resolving dependencies..."}}]
[ +6 ms] [android/] /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android/gradlew app:properties
[ +900 ms] Parallel execution is an incubating feature.
Build cache is an incubating feature.
:app:properties
------------------------------------------------------------
Project :app
------------------------------------------------------------
allprojects: [project ':app']
android: com.android.build.gradle.AppExtension_Decorated@49b86593
androidDependencies: task ':app:androidDependencies'
ant: org.gradle.api.internal.project.DefaultAntBuilder@2434ad4
antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@312b4d3e
archivesBaseName: app
artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@5315c382
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'
assembleProfile: task ':app:assembleProfile'
assembleProfileUnitTest: task ':app:assembleProfileUnitTest'
assembleRelease: task ':app:assembleRelease'
assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest'
awsPassword: HesBDQZy7FoWYQZ7nHmvbsZIPy5GD6UAOSrO/vN+
awsUsername: AKIAIDAJWJ7C4QKBAWIQ
baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@598bb08e
buildDependents: task ':app:buildDependents'
buildDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app
buildFile: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android/app/build.gradle
buildNeeded: task ':app:buildNeeded'
buildOutputs: BaseVariantOutput container
buildScriptSource: org.gradle.groovy.scripts.UriScriptSource@41065481
buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@2a2fa322
bundleAppClassesDebug: task ':app:bundleAppClassesDebug'
bundleAppClassesDebugAndroidTest: task ':app:bundleAppClassesDebugAndroidTest'
bundleAppClassesDebugUnitTest: task ':app:bundleAppClassesDebugUnitTest'
bundleAppClassesProfile: task ':app:bundleAppClassesProfile'
bundleAppClassesProfileUnitTest: task ':app:bundleAppClassesProfileUnitTest'
bundleAppClassesRelease: task ':app:bundleAppClassesRelease'
bundleAppClassesReleaseUnitTest: task ':app:bundleAppClassesReleaseUnitTest'
butterflyLibsFolder: /Users/fabio.dematos/code/butterfly/standardProjects
check: task ':app:check'
checkDebugManifest: task ':app:checkDebugManifest'
checkProfileManifest: task ':app:checkProfileManifest'
checkReleaseManifest: task ':app:checkReleaseManifest'
childProjects: {}
class: class org.gradle.api.internal.project.DefaultProject_Decorated
classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@575b7c36
cleanBuildCache: task ':app:cleanBuildCache'
cmtApiKey: a80097bf2e834cf6ab51a0c9573a3349
compileDebugAidl: task ':app:compileDebugAidl'
compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
compileDebugAndroidTestKotlin: task ':app:compileDebugAndroidTestKotlin'
compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
compileDebugKotlin: task ':app:compileDebugKotlin'
compileDebugNdk: task ':app:compileDebugNdk'
compileDebugRenderscript: task ':app:compileDebugRenderscript'
compileDebugShaders: task ':app:compileDebugShaders'
compileDebugSources: task ':app:compileDebugSources'
compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
compileDebugUnitTestKotlin: task ':app:compileDebugUnitTestKotlin'
compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
compileLint: task ':app:compileLint'
compileProfileAidl: task ':app:compileProfileAidl'
compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
compileProfileKotlin: task ':app:compileProfileKotlin'
compileProfileNdk: task ':app:compileProfileNdk'
compileProfileRenderscript: task ':app:compileProfileRenderscript'
compileProfileShaders: task ':app:compileProfileShaders'
compileProfileSources: task ':app:compileProfileSources'
compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
compileProfileUnitTestKotlin: task ':app:compileProfileUnitTestKotlin'
compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
compileReleaseAidl: task ':app:compileReleaseAidl'
compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
compileReleaseKotlin: task ':app:compileReleaseKotlin'
compileReleaseNdk: task ':app:compileReleaseNdk'
compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
compileReleaseShaders: task ':app:compileReleaseShaders'
compileReleaseSources: task ':app:compileReleaseSources'
compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
compileReleaseUnitTestKotlin: task ':app:compileReleaseUnitTestKotlin'
compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
components: SoftwareComponentInternal set
configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@53d0b993
configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@20015d34
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@7760cca5
copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug'
copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile'
copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease'
createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests'
createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests'
createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests'
defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@7b56a4b3
defaultTasks: []
deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@2d1c966b
dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@75e8601
depth: 1
description: null
deviceAndroidTest: task ':app:deviceAndroidTest'
deviceCheck: task ':app:deviceCheck'
displayName: project ':app'
distsDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/distributions
distsDirName: distributions
docsDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/docs
docsDirName: docs
ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@76aa77ab
extensions: org.gradle.api.internal.plugins.DefaultConvention@7760cca5
extractProguardFiles: task ':app:extractProguardFiles'
fileOperations: org.gradle.api.internal.file.DefaultFileOperations@381736f1
fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@71714056
flutter: FlutterExtension_Decorated@26caef7
flutterBuildDebug: task ':app:flutterBuildDebug'
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'
generateDebugResValues: task ':app:generateDebugResValues'
generateDebugResources: task ':app:generateDebugResources'
generateDebugSources: task ':app:generateDebugSources'
generateProfileAssets: task ':app:generateProfileAssets'
generateProfileBuildConfig: task ':app:generateProfileBuildConfig'
generateProfileResValues: task ':app:generateProfileResValues'
generateProfileResources: task ':app:generateProfileResources'
generateProfileSources: task ':app:generateProfileSources'
generateReleaseAssets: task ':app:generateReleaseAssets'
generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig'
generateReleaseResValues: task ':app:generateReleaseResValues'
generateReleaseResources: task ':app:generateReleaseResources'
generateReleaseSources: task ':app:generateReleaseSources'
gradle: build 'android'
group: android
identityPath: :app
inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@275e963e
installDebug: task ':app:installDebug'
installDebugAndroidTest: task ':app:installDebugAndroidTest'
installProfile: task ':app:installProfile'
installRelease: task ':app:installRelease'
isCompositeBuildOn: false
javaPreCompileDebug: task ':app:javaPreCompileDebug'
javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest'
javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest'
javaPreCompileProfile: task ':app:javaPreCompileProfile'
javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest'
javaPreCompileRelease: task ':app:javaPreCompileRelease'
javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest'
kapt: org.jetbrains.kotlin.gradle.plugin.KaptExtension_Decorated@26ff8c9a
kotlin: org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension_Decorated@5d770be3
kotlin.incremental: true
kotlin_version: 1.1.51
layout: org.gradle.api.internal.file.DefaultProjectLayout@3a0b1dac
libsDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/libs
libsDirName: libs
lint: task ':app:lint'
lintDebug: task ':app:lintDebug'
lintProfile: task ':app:lintProfile'
lintRelease: task ':app:lintRelease'
lintVitalRelease: task ':app:lintVitalRelease'
logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@7a79976c
logging: org.gradle.internal.logging.services.DefaultLoggingManager@693783b5
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'
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'
mockableAndroidJar: task ':app:mockableAndroidJar'
modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@33764955
modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@562348c2
module: org.gradle.api.internal.artifacts.ProjectBackedModule@4a8e55b
name: app
ndk.dir: /Users/fabio.dematos/Library/Android/sdk
normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@563b64cb
objects: org.gradle.api.internal.model.DefaultObjectFactory@474a4191
org.gradle.caching: true
org.gradle.daemon: true
org.gradle.jvmargs: -Xmx4608M
org.gradle.parallel: true
packageDebug: task ':app:packageDebug'
packageDebugAndroidTest: task ':app:packageDebugAndroidTest'
packageProfile: task ':app:packageProfile'
packageRelease: task ':app:packageRelease'
parent: root project 'android'
parentIdentifier: root project 'android'
path: :app
platformAttrExtractor: task ':app:platformAttrExtractor'
pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@343fe5dd
plugins: [org.gradle.api.plugins.HelpTasksPlugin@3de2f12e, com.android.build.gradle.api.AndroidBasePlugin@19e28d20, org.gradle.language.base.plugins.LifecycleBasePlugin@69b1befb, org.gradle.api.plugins.BasePlugin@10cf521d, org.gradle.api.plugins.ReportingBasePlugin@5cd1fe7c, org.gradle.platform.base.plugins.ComponentBasePlugin@1d81cdb2, org.gradle.language.base.plugins.LanguageBasePlugin@4e70e260, org.gradle.platform.base.plugins.BinaryBasePlugin@623ce5b4, org.gradle.api.plugins.JavaBasePlugin@6de71364, com.android.build.gradle.internal.coverage.JacocoPlugin@363ea426, com.android.build.gradle.AppPlugin@72b0a63e, org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper@4771ea37, FlutterPlugin@65a031a1]
preBuild: task ':app:preBuild'
preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild'
preDebugBuild: task ':app:preDebugBuild'
preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild'
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'
processOperations: org.gradle.api.internal.file.DefaultFileOperations@381736f1
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@61c0e2c4
projectDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android/app
projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@60fd2348
projectPath: :app
projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@6ded1ea0
properties: {...}
providers: org.gradle.api.internal.provider.DefaultProviderFactory@6249cfd1
reporting: org.gradle.api.reporting.ReportingExtension_Decorated@26371fcd
reportsDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/reports
repositories: repository container
resolveConfigAttr: task ':app:resolveConfigAttr'
resources: org.gradle.api.internal.resources.DefaultResourceHandler@40070f0d
rootDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android
rootProject: root project 'android'
scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@49e99326
scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@4c748ca5
sdk.dir: /Users/fabio.dematos/Library/Android/sdk
serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@52233b91
services: ProjectScopeServices
signingReport: task ':app:signingReport'
sourceCompatibility: 1.8
sourceSets: SourceSet container
splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug'
splitsDiscoveryTaskDebugAndroidTest: task ':app:splitsDiscoveryTaskDebugAndroidTest'
splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile'
splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease'
standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@693783b5
state: project state 'EXECUTED'
status: integration
subprojects: []
targetCompatibility: 1.8
tasks: task set
test: task ':app:test'
testDebugUnitTest: task ':app:testDebugUnitTest'
testProfileUnitTest: task ':app:testProfileUnitTest'
testReleaseUnitTest: task ':app:testReleaseUnitTest'
testReportDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/reports/tests
testReportDirName: tests
testResultsDir: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/test-results
testResultsDirName: test-results
transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug'
transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest'
transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile'
transformClassesWithPreDexForRelease: task ':app:transformClassesWithPreDexForRelease'
transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug'
transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest'
transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile'
transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'
transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest'
transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile'
transformDexWithDexForRelease: task ':app:transformDexWithDexForRelease'
transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug'
transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest'
transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile'
transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease'
transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug'
transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest'
transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest'
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'
uninstallProfile: task ':app:uninstallProfile'
uninstallRelease: task ':app:uninstallRelease'
validateSigningDebug: task ':app:validateSigningDebug'
validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest'
validateSigningProfile: task ':app:validateSigningProfile'
validateSigningRelease: task ':app:validateSigningRelease'
version: unspecified
writeDebugApplicationId: task ':app:writeDebugApplicationId'
writeProfileApplicationId: task ':app:writeProfileApplicationId'
writeReleaseApplicationId: task ':app:writeReleaseApplicationId'
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"1","progressId":null,"finished":true}}]
[ +4 ms] /Users/fabio.dematos/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk
[ +22 ms] Exit code 0 from: /Users/fabio.dematos/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk
[ ] package: name='au.com.safescripts.chemist' versionCode='2' versionName='0.0.2' platformBuildVersionName=''
sdkVersion:'16'
targetSdkVersion:'27'
uses-permission: name='android.permission.INTERNET'
application-label:'safescripts_chemist'
application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png'
application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png'
application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png'
application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png'
application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png'
application: label='safescripts_chemist' icon='res/mipmap-mdpi-v4/ic_launcher.png'
application-debuggable
launchable-activity: name='au.com.safescripts.safescriptschemist.MainActivity' label='' icon=''
feature-group: label=''
uses-feature: name='android.hardware.faketouch'
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'
main
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '160' '240' '320' '480' '640'
native-code: 'armeabi-v7a' 'x86' 'x86_64'
[ +3 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 logcat -v time -t 1
[ +23 ms] Exit code 0 from: /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 logcat -v time -t 1
[ ] --------- beginning of main
05-15 13:47:00.022 D/hwcomposer( 1415): hw_composer sent 6 syncs in 60s
[ +2 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 logcat -v time
[ +422 ms] DependencyChecker: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/lib/ui/patientDetails/PatientDetailsScreen.dart is newer than 2018-05-15 13:39:04.000
[ +2 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb version
[ +14 ms] Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb
[ +2 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb start-server
[ +31 ms] Building APK
Running 'gradlew assembleDebug'...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"2","progressId":null,"message":"Running 'gradlew assembleDebug'..."}}]
[ +7 ms] [android/] /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/android/gradlew -q -Ptarget=/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/lib/main.dart -Ppreview-dart-2=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"2","progressId":null,"finished":true}}]
[+6710 ms] calculateSha: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist/build/app/outputs/apk/app.apk
[ +407 ms] Built build/app/outputs/apk/debug/app-debug.apk (31.4MB).
[ ] /Users/fabio.dematos/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk
[ +8 ms] Exit code 0 from: /Users/fabio.dematos/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk
[ ] package: name='au.com.safescripts.chemist' versionCode='2' versionName='0.0.2' platformBuildVersionName=''
sdkVersion:'16'
targetSdkVersion:'27'
uses-permission: name='android.permission.INTERNET'
application-label:'safescripts_chemist'
application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png'
application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png'
application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png'
application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png'
application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png'
application: label='safescripts_chemist' icon='res/mipmap-mdpi-v4/ic_launcher.png'
application-debuggable
launchable-activity: name='au.com.safescripts.safescriptschemist.MainActivity' label='' icon=''
feature-group: label=''
uses-feature: name='android.hardware.faketouch'
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'
main
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '160' '240' '320' '480' '640'
native-code: 'armeabi-v7a' 'x86' 'x86_64'
[ ] Stopping app 'app.apk' on Android SDK built for x86.
[ ] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am force-stop au.com.safescripts.chemist
[ +51 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages au.com.safescripts.chemist
[ +23 ms] I/FlutterActivityDelegate(23108): onResume setting current activity to this
[ +357 ms] package:au.com.safescripts.chemist
[ +2 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.au.com.safescripts.chemist.sha1
[ +33 ms] 967a10631fcd11b942c4cbc52643c60abe06b358
[ ] Installing APK.
[ +1 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb version
[ +12 ms] Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb
[ ] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb start-server
Installing build/app/outputs/apk/app.apk...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"3","progressId":null,"message":"Installing build/app/outputs/apk/app.apk..."}}]
[ +11 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 install -r build/app/outputs/apk/app.apk
[ +1 ms] Error: ADB exited with exit code 1
[ ] Failed to install build/app/outputs/apk/app.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
[+2666 ms] Failed to install build/app/outputs/apk/app.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"3","progressId":null,"finished":true}}]
[ ] Warning: Failed to install APK.
[ ] Uninstalling old version...
[ ] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb version
[ +11 ms] Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb
[ ] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb start-server
[ +14 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 uninstall au.com.safescripts.chemist
[ +299 ms] Success
[ +1 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb version
[ +17 ms] Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb
[ ] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb start-server
Installing build/app/outputs/apk/app.apk...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"4","progressId":null,"message":"Installing build/app/outputs/apk/app.apk..."}}]
[ +13 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 install -r build/app/outputs/apk/app.apk
[+2740 ms] Success
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"4","progressId":null,"finished":true}}]
[ ] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell echo -n 7738a95bf7c20d1d604a94faa344da0342682e2a > /data/local/tmp/sky.au.com.safescripts.chemist.sha1
[ +27 ms] Android SDK built for x86 startApp
[ +1 ms] /Users/fabio.dematos/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 start-paused true au.com.safescripts.chemist/au.com.safescripts.safescriptschemist.MainActivity
[ +106 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=au.com.safescripts.chemist/au.com.safescripts.safescriptschemist.MainActivity (has extras) }
[ ] Waiting for observatory port to be available...
[ +651 ms] I/FlutterActivityDelegate(24931): onResume setting current activity to this
[ +175 ms] Observatory URL on device: http://127.0.0.1:58458/
[ +10 ms] /Users/fabio.dematos/Library/Android/sdk/platform-tools/adb -s emulator-5554 forward tcp:60910 tcp:58458
[ +17 ms] Forwarded host port 60910 to device port 58458 for Observatory
[ +5 ms] Connecting to service protocol: http://127.0.0.1:60910/
[ +367 ms] Successfully connected to service protocol: http://127.0.0.1:60910/
[ +2 ms] getVM: {}
[ +10 ms] getIsolate: {isolateId: isolates/674528656}
[ +1 ms] _flutter.listViews: {}
[ +43 ms] DevFS: Creating new filesystem on the device (null)
[ ] _createDevFS: {fsName: safescript_chemist}
[ +25 ms] DevFS: Created new filesystem on the device (file:///data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/)
[{"event":"app.debugPort","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","port":60910,"wsUri":"ws://127.0.0.1:60910/ws","baseUri":"file:///data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/"}}]
[ +1 ms] Updating assets
Syncing files to device Android SDK built for x86...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"5","progressId":null,"message":"Syncing files to device Android SDK built for x86..."}}]
[ +230 ms] DevFS: Starting sync from LocalDirectory: '/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist'
[ ] Scanning project files
[ +5 ms] Scanning package files
[ +80 ms] Scanning asset files
[ ] Scanning for deleted files
[ +6 ms] Compiling dart to kernel with 435 updated files
[+1813 ms] Updating files
[ +625 ms] DevFS: Sync finished
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"5","progressId":null,"finished":true}}]
[ ] Synced 1.7MB.
[ +2 ms] _flutter.listViews: {}
[ +4 ms] Connected to _flutterView/0xa5434c0c.
[{"event":"app.started","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5"}}]
[ +409 ms] ext.flutter.inspector.setPubRootDirectories: {arg0: /Users/fabio.dematos/code/butterfly/safescript/safescript_chemist, isolateId: isolates/674528656}
[ +3 ms] ext.flutter.inspector.isWidgetTreeReady: {isolateId: isolates/674528656}
[{"id":1,"result":{"result":false,"type":"_extensionType","method":"ext.flutter.inspector.isWidgetTreeReady"}}]
[{"id":0,"result":{"result":null,"type":"_extensionType","method":"ext.flutter.inspector.setPubRootDirectories"}}]
[ +371 ms] D/ (24931): HostConnection::get() New Host Connection established 0x9d818a00, tid 24952
[ ] D/EGL_emulation(24931): eglMakeCurrent: 0x9be5d020: ver 3 0 (tinfo 0x9d803300)
[ +9 ms] ext.flutter.inspector.getSelectedSummaryWidget: {objectGroup: selection_13, isolateId: isolates/674528656}
[{"id":2,"result":{"result":null,"type":"_extensionType","method":"ext.flutter.inspector.getSelectedSummaryWidget"}}]
[ +6 ms] ext.flutter.inspector.getSelectedWidget: {objectGroup: selection_13, isolateId: isolates/674528656}
[{"id":3,"result":{"result":null,"type":"_extensionType","method":"ext.flutter.inspector.getSelectedWidget"}}]
[ +25 ms] ext.flutter.inspector.getRootWidgetSummaryTree: {objectGroup: tree_14, isolateId: isolates/674528656}
[{"id":4,"result":{"result":{"name":null,"showSeparator":true,"description":"[root]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"[root](renderObject: RenderView#9199f)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-0","valueId":"inspector-1","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"MyApp","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"MyApp","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-2","valueId":"inspector-3","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"MaterialApp","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"MaterialApp(state: _MaterialAppState#91b18)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-4","valueId":"inspector-5","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ScrollConfiguration","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ScrollConfiguration(behavior: _MaterialScrollBehavior)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-6","valueId":"inspector-7","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AnimatedTheme","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AnimatedTheme(duration: 200ms, state: _AnimatedThemeState#687ae(ticker inactive, ThemeDataTween(ThemeData#2d8cb(buttonColor: Color(0xff123123), buttonTheme: ButtonThemeData#5df6f(textTheme: accent), textTheme: TextTheme#97327(display4: TextStyle(debugLabel: (blackMountainView display4).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (blackMountainView display3).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (blackMountainView display2).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (blackMountainView display1).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (blackMountainView headline).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), title: TextStyle(debugLabel: (blackMountainView title).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (blackMountainView subhead).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (blackMountainView body2).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (blackMountainView body1).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (blackMountainView caption).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), button: TextStyle(debugLabel: (blackMountainView button).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none)), primaryTextTheme: TextTheme#0c4f7(display4: TextStyle(debugLabel: (whiteMountainView display4).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (whiteMountainView display3).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (whiteMountainView display2).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (whiteMountainView display1).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (whiteMountainView headline).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), title: TextStyle(debugLabel: (whiteMountainView title).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (whiteMountainView subhead).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (whiteMountainView body2).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (whiteMountainView body1).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (whiteMountainView caption).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), button: TextStyle(debugLabel: (whiteMountainView button).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none)), accentTextTheme: TextTheme#0c4f7(display4: TextStyle(debugLabel: (whiteMountainView display4).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (whiteMountainView display3).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (whiteMountainView display2).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (whiteMountainView display1).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (whiteMountainView headline).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), title: TextStyle(debugLabel: (whiteMountainView title).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (whiteMountainView subhead).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (whiteMountainView body2).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (whiteMountainView body1).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (whiteMountainView caption).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), button: TextStyle(debugLabel: (whiteMountainView button).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none)), inputDecorationTheme: InputDecorationTheme#5b022, iconTheme: IconThemeData#a143c(color: Color(0xff000000)), primaryIconTheme: IconThemeData#15fa8(color: Color(0xffffffff)), accentIconTheme: IconThemeData#15fa8(color: Color(0xffffffff)), sliderTheme: SliderThemeData#d675e(valueIndicatorTextStyle: TextStyle(debugLabel: (whiteMountainView body2).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none)), chipTheme: ChipThemeData#0f1ff(labelStyle: TextStyle(debugLabel: ((blackMountainView body2).apply).copyWith, inherit: true, color: Color(0xde000000), family: Montserrat, decoration: TextDecoration.none), secondaryLabelStyle: TextStyle(debugLabel: ((blackMountainView body2).apply).copyWith, inherit: true, color: Color(0xde2196f3), family: Montserrat, decoration: TextDecoration.none))) → null)))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-8","valueId":"inspector-9","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Theme","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Theme(ThemeData#2d8cb(buttonColor: Color(0xff123123), buttonTheme: ButtonThemeData#5df6f(textTheme: accent), textTheme: TextTheme#97327(display4: TextStyle(debugLabel: (blackMountainView display4).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (blackMountainView display3).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (blackMountainView display2).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (blackMountainView display1).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (blackMountainView headline).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), title: TextStyle(debugLabel: (blackMountainView title).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (blackMountainView subhead).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (blackMountainView body2).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (blackMountainView body1).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (blackMountainView caption).apply, inherit: true, color: Color(0x8a000000), family: Montserrat, decoration: TextDecoration.none), button: TextStyle(debugLabel: (blackMountainView button).apply, inherit: true, color: Color(0xdd000000), family: Montserrat, decoration: TextDecoration.none)), primaryTextTheme: TextTheme#0c4f7(display4: TextStyle(debugLabel: (whiteMountainView display4).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (whiteMountainView display3).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (whiteMountainView display2).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (whiteMountainView display1).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (whiteMountainView headline).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), title: TextStyle(debugLabel: (whiteMountainView title).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (whiteMountainView subhead).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (whiteMountainView body2).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (whiteMountainView body1).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (whiteMountainView caption).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), button: TextStyle(debugLabel: (whiteMountainView button).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none)), accentTextTheme: TextTheme#0c4f7(display4: TextStyle(debugLabel: (whiteMountainView display4).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (whiteMountainView display3).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (whiteMountainView display2).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (whiteMountainView display1).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (whiteMountainView headline).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), title: TextStyle(debugLabel: (whiteMountainView title).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (whiteMountainView subhead).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (whiteMountainView body2).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (whiteMountainView body1).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (whiteMountainView caption).apply, inherit: true, color: Color(0xb3ffffff), family: Montserrat, decoration: TextDecoration.none), button: TextStyle(debugLabel: (whiteMountainView button).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none)), inputDecorationTheme: InputDecorationTheme#5b022, iconTheme: IconThemeData#a143c(color: Color(0xff000000)), primaryIconTheme: IconThemeData#15fa8(color: Color(0xffffffff)), accentIconTheme: IconThemeData#15fa8(color: Color(0xffffffff)), sliderTheme: SliderThemeData#d675e(valueIndicatorTextStyle: TextStyle(debugLabel: (whiteMountainView body2).apply, inherit: true, color: Color(0xffffffff), family: Montserrat, decoration: TextDecoration.none)), chipTheme: ChipThemeData#0f1ff(labelStyle: TextStyle(debugLabel: ((blackMountainView body2).apply).copyWith, inherit: true, color: Color(0xde000000), family: Montserrat, decoration: TextDecoration.none), secondaryLabelStyle: TextStyle(debugLabel: ((blackMountainView body2).apply).copyWith, inherit: true, color: Color(0xde2196f3), family: Montserrat, decoration: TextDecoration.none))))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-10","valueId":"inspector-11","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_InheritedTheme","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_InheritedTheme","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-12","valueId":"inspector-13","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"IconTheme","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"IconTheme(IconThemeData#a143c(color: Color(0xff000000)))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-14","valueId":"inspector-15","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"WidgetsApp-[GlobalObjectKey _MaterialAppState#91b18]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"WidgetsApp-[GlobalObjectKey _MaterialAppState#91b18](state: _WidgetsAppState#50a2b)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-16","valueId":"inspector-17","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"MediaQuery","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"MediaQuery(MediaQueryData(size: Size(360.0, 592.0), devicePixelRatio: 3.0, textScaleFactor: 1.0, padding: EdgeInsets.zero, viewInsets: EdgeInsets.zero, alwaysUse24HourFormat: false))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-18","valueId":"inspector-19","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Localizations","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Localizations(locale: en_US, delegates: [_MaterialLocalizationsDelegate[MaterialLocalizations], _WidgetsLocalizationsDelegate[WidgetsLocalizations]], state: _LocalizationsState#a4d45)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-20","valueId":"inspector-21","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_LocalizationsScope-[GlobalKey#8ffe2]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_LocalizationsScope-[GlobalKey#8ffe2]","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-22","valueId":"inspector-23","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Directionality","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Directionality(textDirection: ltr)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-24","valueId":"inspector-25","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Title","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Title(title: \"Flutter Demo\", color: MaterialColor(primary value: Color(0xff2196f3)))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-26","valueId":"inspector-27","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"CheckedModeBanner","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"CheckedModeBanner(\"DEBUG\")","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-28","valueId":"inspector-29","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Banner","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Banner(\"DEBUG\", textDirection: ltr, location: topEnd, Color(0xa0b71c1c), text inherit: true, text color: Color(0xffffffff), text size: 10.2, text weight: 900, text height: 1.0x)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-30","valueId":"inspector-31","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"CustomPaint","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"CustomPaint(renderObject: RenderCustomPaint#df302)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-32","valueId":"inspector-33","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"DefaultTextStyle","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"DefaultTextStyle(debugLabel: fallback style; consider putting your text in a Material, inherit: true, color: Color(0xd0ff0000), family: monospace, size: 48.0, weight: 900, decoration: double Color(0xffffff00) TextDecoration.underline, softWrap: wrapping at box width, overflow: clip)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-34","valueId":"inspector-35","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Navigator-[GlobalObjectKey<NavigatorState> _WidgetsAppState#50a2b]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Navigator-[GlobalObjectKey<NavigatorState> _WidgetsAppState#50a2b](state: NavigatorState#05372(tickers: tracking 1 ticker))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-36","valueId":"inspector-37","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Listener","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Listener(listeners: [down, up, cancel], behavior: deferToChild, renderObject: RenderPointerListener#a61ac)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-38","valueId":"inspector-39","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AbsorbPointer","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AbsorbPointer(renderObject: RenderAbsorbPointer#82676)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-40","valueId":"inspector-41","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"FocusScope","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"FocusScope(state: _FocusScopeState#cb738)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-42","valueId":"inspector-43","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: false, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#748de)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-44","valueId":"inspector-45","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_FocusScopeMarker","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_FocusScopeMarker","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-46","valueId":"inspector-47","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Overlay-[LabeledGlobalKey<OverlayState>#c924d]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Overlay-[LabeledGlobalKey<OverlayState>#c924d](state: OverlayState#a23db(entries: [OverlayEntry#c2522(opaque: false; maintainState: false), OverlayEntry#c44a1(opaque: false; maintainState: true)]))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-48","valueId":"inspector-49","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_Theatre","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_Theatre(renderObject: _RenderTheatre#2f3c7)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-50","valueId":"inspector-51","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Stack","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Stack(alignment: AlignmentDirectional.topStart, fit: expand, overflow: clip, renderObject: RenderStack#c8690)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-52","valueId":"inspector-53","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_OverlayEntry-[LabeledGlobalKey<_OverlayEntryState>#7d4d7]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_OverlayEntry-[LabeledGlobalKey<_OverlayEntryState>#7d4d7](state: _OverlayEntryState#3fec7)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-54","valueId":"inspector-55","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"IgnorePointer","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"IgnorePointer(ignoring: false, renderObject: RenderIgnorePointer#93d36)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-56","valueId":"inspector-57","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ModalBarrier","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ModalBarrier","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-58","valueId":"inspector-59","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"BlockSemantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"BlockSemantics(blocking: true, renderObject: RenderBlockSemantics#30947)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-60","valueId":"inspector-61","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ExcludeSemantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ExcludeSemantics(excluding: true, renderObject: RenderExcludeSemantics#82026)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-62","valueId":"inspector-63","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"GestureDetector","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"GestureDetector","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-64","valueId":"inspector-65","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RawGestureDetector","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RawGestureDetector(state: RawGestureDetectorState#a3ca2(gestures: [tap], behavior: opaque))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-66","valueId":"inspector-67","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_GestureSemantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_GestureSemantics(renderObject: RenderSemanticsGestureHandler#521e7)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-68","valueId":"inspector-69","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Listener","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Listener(listeners: [down], behavior: opaque, renderObject: RenderPointerListener#792ea)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-70","valueId":"inspector-71","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: false, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#c02f2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-72","valueId":"inspector-73","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ConstrainedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ConstrainedBox(BoxConstraints(biggest), renderObject: RenderConstrainedBox#9d7f3)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-74","valueId":"inspector-75","summaryTree":true,"children":[]}]}]}]}]}]}]}]}]}]}]},{"name":null,"showSeparator":true,"description":"_OverlayEntry-[LabeledGlobalKey<_OverlayEntryState>#d6df4]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_OverlayEntry-[LabeledGlobalKey<_OverlayEntryState>#d6df4](state: _OverlayEntryState#63ab0)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-76","valueId":"inspector-77","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_ModalScope<dynamic>-[LabeledGlobalKey<_ModalScopeState<dynamic>>#2f07c]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_ModalScope<dynamic>-[LabeledGlobalKey<_ModalScopeState<dynamic>>#2f07c](state: _ModalScopeState<dynamic>#95cb2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-78","valueId":"inspector-79","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_ModalScopeStatus","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_ModalScopeStatus(active)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-80","valueId":"inspector-81","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Offstage","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Offstage(offstage: false, renderObject: RenderOffstage#6885a)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-82","valueId":"inspector-83","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"PageStorage","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"PageStorage","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-84","valueId":"inspector-85","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"FocusScope","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"FocusScope(state: _FocusScopeState#d53f6)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-86","valueId":"inspector-87","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: false, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#aca5e)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-88","valueId":"inspector-89","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_FocusScopeMarker","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_FocusScopeMarker","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-90","valueId":"inspector-91","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RepaintBoundary","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RepaintBoundary(renderObject: RenderRepaintBoundary#41fe6)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-92","valueId":"inspector-93","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AnimatedBuilder","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AnimatedBuilder(animation: Listenable.merge([AnimationController#870d1(⏭ 1.000; paused; for MaterialPageRoute<dynamic>(/))➩ProxyAnimation, kAlwaysDismissedAnimation➩ProxyAnimation➩ProxyAnimation]), state: _AnimatedState#9e297)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-94","valueId":"inspector-95","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_MountainViewPageTransition","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_MountainViewPageTransition","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-96","valueId":"inspector-97","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"SlideTransition","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"SlideTransition(animation: AnimationController#870d1(⏭ 1.000; paused; for MaterialPageRoute<dynamic>(/))➩ProxyAnimation➩Cubic(0.40, 0.00, 0.20, 1.00)➩Tween<Offset>(Offset(0.0, 0.3) → Offset(0.0, 0.0))➩Offset(0.0, 0.0), state: _AnimatedState#a7ffe)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-98","valueId":"inspector-99","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"FractionalTranslation","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"FractionalTranslation(renderObject: RenderFractionalTranslation#5a876)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-100","valueId":"inspector-101","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"FadeTransition","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"FadeTransition(opacity: AlwaysStoppedAnimation<double>#b7032(▶ 1.0; paused), renderObject: RenderAnimatedOpacity#7954f)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-102","valueId":"inspector-103","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"IgnorePointer","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"IgnorePointer(ignoring: false, renderObject: RenderIgnorePointer#e3cf2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-104","valueId":"inspector-105","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RepaintBoundary-[GlobalKey#a4b20]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RepaintBoundary-[GlobalKey#a4b20](renderObject: RenderRepaintBoundary#6c5a5)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-106","valueId":"inspector-107","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Builder","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Builder","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-108","valueId":"inspector-109","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: false, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#040d9)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-110","valueId":"inspector-111","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"OnboardingScreen","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"OnboardingScreen","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-112","valueId":"inspector-113","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Scaffold","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Scaffold(state: ScaffoldState#b2089(tickers: tracking 1 ticker))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-114","valueId":"inspector-115","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_ScaffoldScope","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_ScaffoldScope","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-116","valueId":"inspector-117","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"PrimaryScrollController","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"PrimaryScrollController(ScrollController#a0998(no clients))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-118","valueId":"inspector-119","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Material","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Material(type: canvas, color: Color(0xfffafafa), state: _MaterialState#4578b)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-120","valueId":"inspector-121","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AnimatedPhysicalModel","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AnimatedPhysicalModel(duration: 200ms, shape: rectangle, borderRadius: BorderRadius.zero, elevation: 0.0, color: Color(0xfffafafa), animateColor: false, shadowColor: Color(0xff000000), animateShadowColor: true, state: _AnimatedPhysicalModelState#727c9(ticker inactive))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-122","valueId":"inspector-123","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"PhysicalModel","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"PhysicalModel(shape: rectangle, borderRadius: BorderRadius.zero, elevation: 0.0, color: Color(0xfffafafa), shadowColor: Color(0xff000000), renderObject: RenderPhysicalModel#941aa)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-124","valueId":"inspector-125","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"NotificationListener<LayoutChangedNotification>","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"NotificationListener<LayoutChangedNotification>","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-126","valueId":"inspector-127","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_InkFeatures-[GlobalKey#91cbb ink renderer]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_InkFeatures-[GlobalKey#91cbb ink renderer](renderObject: _RenderInkFeatures#6e143)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-128","valueId":"inspector-129","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AnimatedDefaultTextStyle","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AnimatedDefaultTextStyle(duration: 200ms, debugLabel: (englishLike body1).merge((blackMountainView body1).apply), inherit: false, color: Color(0xdd000000), family: Montserrat, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none, softWrap: wrapping at box width, overflow: clip, state: _AnimatedDefaultTextStyleState#8d729(ticker inactive))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-130","valueId":"inspector-131","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"DefaultTextStyle","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"DefaultTextStyle(debugLabel: (englishLike body1).merge((blackMountainView body1).apply), inherit: false, color: Color(0xdd000000), family: Montserrat, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none, softWrap: wrapping at box width, overflow: clip)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-132","valueId":"inspector-133","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AnimatedBuilder","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AnimatedBuilder(animation: AnimationController#c1d3f(⏭ 1.000; paused), state: _AnimatedState#a7e10)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-134","valueId":"inspector-135","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"CustomMultiChildLayout","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"CustomMultiChildLayout(renderObject: RenderCustomMultiChildLayoutBox#b58b0)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-136","valueId":"inspector-137","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"LayoutId-[<_ScaffoldSlot.body>]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"LayoutId-[<_ScaffoldSlot.body>](id: _ScaffoldSlot.body)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-138","valueId":"inspector-139","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"MediaQuery","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"MediaQuery(MediaQueryData(size: Size(360.0, 592.0), devicePixelRatio: 3.0, textScaleFactor: 1.0, padding: EdgeInsets.zero, viewInsets: EdgeInsets.zero, alwaysUse24HourFormat: false))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-140","valueId":"inspector-141","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Container","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Container(bg: BoxDecoration(gradient: LinearGradient(topCenter, bottomCenter, [Color(0xff9d7fd5), Color(0xff8361c0)], null, TileMode.clamp)))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-142","valueId":"inspector-143","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"DecoratedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"DecoratedBox(bg: BoxDecoration(gradient: LinearGradient(topCenter, bottomCenter, [Color(0xff9d7fd5), Color(0xff8361c0)], null, TileMode.clamp)), renderObject: RenderDecoratedBox#785e0 relayoutBoundary=up1)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-144","valueId":"inspector-145","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Padding","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Padding(padding: EdgeInsets.all(20.0), renderObject: RenderPadding#fcc93 relayoutBoundary=up2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-146","valueId":"inspector-147","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Center","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Center(alignment: center, renderObject: RenderPositionedBox#d7ce0 relayoutBoundary=up3)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-148","valueId":"inspector-149","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Column","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Column(direction: vertical, mainAxisAlignment: start, crossAxisAlignment: center, renderObject: RenderFlex#cd5d4 relayoutBoundary=up4)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-150","valueId":"inspector-151","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Expanded","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Expanded(flex: 2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-152","valueId":"inspector-153","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Row","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Row(direction: horizontal, mainAxisAlignment: start, crossAxisAlignment: center, renderObject: RenderFlex#18238 relayoutBoundary=up5)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-154","valueId":"inspector-155","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Expanded","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Expanded(flex: 1)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-156","valueId":"inspector-157","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Container","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Container","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-158","valueId":"inspector-159","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"LimitedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"LimitedBox(maxWidth: 0.0, maxHeight: 0.0, renderObject: RenderLimitedBox#f7363 relayoutBoundary=up6)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-160","valueId":"inspector-161","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ConstrainedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ConstrainedBox(BoxConstraints(biggest), renderObject: RenderConstrainedBox#a5e46 relayoutBoundary=up7)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-162","valueId":"inspector-163","summaryTree":true,"children":[]}]}]}]},{"name":null,"showSeparator":true,"description":"Align","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Align(alignment: topRight, renderObject: RenderPositionedBox#60248 relayoutBoundary=up6)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-164","valueId":"inspector-165","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"IconButton","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"IconButton(Icon)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-166","valueId":"inspector-167","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"InkResponse","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"InkResponse(gestures: [tap], BoxShape.circle, state: _InkResponseState<InkResponse>#84714)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-168","valueId":"inspector-169","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"GestureDetector","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"GestureDetector","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-170","valueId":"inspector-171","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RawGestureDetector","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RawGestureDetector(state: RawGestureDetectorState#7f70c(gestures: [tap], behavior: opaque))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-172","valueId":"inspector-173","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_GestureSemantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_GestureSemantics(renderObject: RenderSemanticsGestureHandler#5afa2 relayoutBoundary=up7)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-174","valueId":"inspector-175","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Listener","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Listener(listeners: [down], behavior: opaque, renderObject: RenderPointerListener#faf0c relayoutBoundary=up8)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-176","valueId":"inspector-177","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: false, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#967e5 relayoutBoundary=up9)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-178","valueId":"inspector-179","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ConstrainedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ConstrainedBox(BoxConstraints(48.0<=w<=Infinity, 48.0<=h<=Infinity), renderObject: RenderConstrainedBox#08bc0 relayoutBoundary=up10)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-180","valueId":"inspector-181","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Padding","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Padding(padding: EdgeInsets.all(8.0), renderObject: RenderPadding#d092f relayoutBoundary=up11)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-182","valueId":"inspector-183","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"SizedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"SizedBox(width: 24.0, height: 24.0, renderObject: RenderConstrainedBox#31d0a relayoutBoundary=up12)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-184","valueId":"inspector-185","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Align","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Align(alignment: center, renderObject: RenderPositionedBox#d2b8c)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-186","valueId":"inspector-187","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Builder","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Builder","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-188","valueId":"inspector-189","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"IconTheme","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"IconTheme(IconThemeData#d0ec4(color: Color(0xff000000), size: 24.0))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-190","valueId":"inspector-191","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Icon","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Icon(IconData(U+0E8B8))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-192","valueId":"inspector-193","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: false, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#d7afc relayoutBoundary=up1)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-194","valueId":"inspector-195","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ExcludeSemantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ExcludeSemantics(excluding: true, renderObject: RenderExcludeSemantics#15d4b relayoutBoundary=up2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-196","valueId":"inspector-197","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"SizedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"SizedBox(width: 24.0, height: 24.0, renderObject: RenderConstrainedBox#fd816 relayoutBoundary=up3)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-198","valueId":"inspector-199","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Center","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Center(alignment: center, renderObject: RenderPositionedBox#f8685)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-200","valueId":"inspector-201","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RichText","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RichText(textDirection: ltr, softWrap: wrapping at box width, maxLines: unlimited, text: \"\", renderObject: RenderParagraph#8e974 relayoutBoundary=up1)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-202","valueId":"inspector-203","summaryTree":true,"children":[]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"name":null,"showSeparator":true,"description":"Expanded","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Expanded(flex: 4)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-204","valueId":"inspector-205","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Container","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Container(constraints: BoxConstraints(w=200.0, 0.0<=h<=Infinity))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-206","valueId":"inspector-207","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ConstrainedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ConstrainedBox(BoxConstraints(w=200.0, 0.0<=h<=Infinity), renderObject: RenderConstrainedBox#6a0f4 relayoutBoundary=up5)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-208","valueId":"inspector-209","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Image","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Image(image: AssetImage(bundle: null, name: \"assets/ic_safescript_logo2.png\"), alignment: center, state: _ImageState#33c66(stream: ImageStream#b099c(MultiFrameImageStreamCompleter#cad3c, unresolved, 1 listener), pixels: null))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-210","valueId":"inspector-211","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RawImage","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RawImage(image: null, alignment: center, renderObject: RenderImage#17db5)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-212","valueId":"inspector-213","summaryTree":true,"children":[]}]}]}]}]},{"name":null,"showSeparator":true,"description":"Expanded","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Expanded(flex: 2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-214","valueId":"inspector-215","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Container","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Container","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-216","valueId":"inspector-217","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"LimitedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"LimitedBox(maxWidth: 0.0, maxHeight: 0.0, renderObject: RenderLimitedBox#02767 relayoutBoundary=up5)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-218","valueId":"inspector-219","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ConstrainedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ConstrainedBox(BoxConstraints(biggest), renderObject: RenderConstrainedBox#f6944 relayoutBoundary=up6)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-220","valueId":"inspector-221","summaryTree":true,"children":[]}]}]}]},{"name":null,"showSeparator":true,"description":"Expanded","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Expanded(flex: 3)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-222","valueId":"inspector-223","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Text","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Text(\"3 minutes to complete\", debugLabel: ((englishLike body1).merge((blackMountainView body1).apply)).copyWith, inherit: false, color: Color(0xffffffff), family: Montserrat, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-224","valueId":"inspector-225","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RichText","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RichText(softWrap: wrapping at box width, maxLines: unlimited, text: \"3 minutes to complete\", renderObject: RenderParagraph#b92e3 relayoutBoundary=up5)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-226","valueId":"inspector-227","summaryTree":true,"children":[]}]}]},{"name":null,"showSeparator":true,"description":"Row","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Row(direction: horizontal, mainAxisAlignment: start, crossAxisAlignment: center, renderObject: RenderFlex#8b8ef relayoutBoundary=up5)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-228","valueId":"inspector-229","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Expanded","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Expanded(flex: 1)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-230","valueId":"inspector-231","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"MaterialButton","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"MaterialButton","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-232","valueId":"inspector-233","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RawMaterialButton","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RawMaterialButton(state: _RawMaterialButtonState#97ab4)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-234","valueId":"inspector-235","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Semantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Semantics(container: true, properties: SemanticsProperties, label: null, value: null, hint: null, renderObject: RenderSemanticsAnnotations#c4852 relayoutBoundary=up6)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-236","valueId":"inspector-237","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ConstrainedBox","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ConstrainedBox(BoxConstraints(88.0<=w<=Infinity, 36.0<=h<=Infinity), renderObject: RenderConstrainedBox#a4430 relayoutBoundary=up7)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-238","valueId":"inspector-239","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Material","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Material(type: button, elevation: 2.0, color: Color(0xff0096ff), textStyle.debugLabel: ((englishLike button).merge((blackMountainView button).apply)).copyWith, textStyle.inherit: false, textStyle.color: Color(0xff2196f3), textStyle.family: Montserrat, textStyle.size: 14.0, textStyle.weight: 500, textStyle.baseline: alphabetic, textStyle.decoration: TextDecoration.none, shape: RoundedRectangleBorder(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), BorderRadius.circular(2.0)), state: _MaterialState#3b186)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-240","valueId":"inspector-241","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_MaterialInterior","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_MaterialInterior(duration: 200ms, shape: RoundedRectangleBorder(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), BorderRadius.circular(2.0)), elevation: 2.0, color: Color(0xff0096ff), shadowColor: Color(0xff000000), state: _MaterialInteriorState#eebe3(ticker inactive))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-242","valueId":"inspector-243","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"PhysicalShape","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"PhysicalShape(clipper: ShapeBorderClipper, elevation: 2.0, color: Color(0xff0096ff), shadowColor: Color(0xff000000), renderObject: RenderPhysicalShape#f8462 relayoutBoundary=up8)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-244","valueId":"inspector-245","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_ShapeBorderPaint","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_ShapeBorderPaint","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-246","valueId":"inspector-247","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"CustomPaint","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"CustomPaint(renderObject: RenderCustomPaint#fa36c relayoutBoundary=up9)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-248","valueId":"inspector-249","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"NotificationListener<LayoutChangedNotification>","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"NotificationListener<LayoutChangedNotification>","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-250","valueId":"inspector-251","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_InkFeatures-[GlobalKey#6c0d7 ink renderer]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_InkFeatures-[GlobalKey#6c0d7 ink renderer](renderObject: _RenderInkFeatures#a6413 relayoutBoundary=up10)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-252","valueId":"inspector-253","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"AnimatedDefaultTextStyle","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"AnimatedDefaultTextStyle(duration: 200ms, debugLabel: ((englishLike button).merge((blackMountainView button).apply)).copyWith, inherit: false, color: Color(0xff2196f3), family: Montserrat, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none, softWrap: wrapping at box width, overflow: clip, state: _AnimatedDefaultTextStyleState#b07fb(ticker inactive))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-254","valueId":"inspector-255","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"DefaultTextStyle","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"DefaultTextStyle(debugLabel: ((englishLike button).merge((blackMountainView button).apply)).copyWith, inherit: false, color: Color(0xff2196f3), family: Montserrat, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none, softWrap: wrapping at box width, overflow: clip)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-256","valueId":"inspector-257","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"InkWell","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"InkWell(gestures: [tap], clipped to BoxShape.rectangle, state: _InkResponseState<InkResponse>#f11c0)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-258","valueId":"inspector-259","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"GestureDetector","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"GestureDetector","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-260","valueId":"inspector-261","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RawGestureDetector","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RawGestureDetector(state: RawGestureDetectorState#ed464(gestures: [tap], behavior: opaque))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-262","valueId":"inspector-263","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_GestureSemantics","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_GestureSemantics(renderObject: RenderSemanticsGestureHandler#9502b relayoutBoundary=up11)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-264","valueId":"inspector-265","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Listener","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Listener(listeners: [down], behavior: opaque, renderObject: RenderPointerListener#88cd3 relayoutBoundary=up12)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-266","valueId":"inspector-267","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Builder","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Builder","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-268","valueId":"inspector-269","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"IconTheme","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"IconTheme(IconThemeData#cd5d1(color: Color(0xff2196f3)))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-270","valueId":"inspector-271","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Container","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Container(padding: EdgeInsets(16.0, 0.0, 16.0, 0.0))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-272","valueId":"inspector-273","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Padding","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Padding(padding: EdgeInsets(16.0, 0.0, 16.0, 0.0), renderObject: RenderPadding#88e08 relayoutBoundary=up13)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-274","valueId":"inspector-275","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Center","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Center(alignment: center, widthFactor: 1.0, heightFactor: 1.0, renderObject: RenderPositionedBox#0f491 relayoutBoundary=up14)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-276","valueId":"inspector-277","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Text","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Text(\"Get Started\", debugLabel: ((englishLike button).merge((blackMountainView button).apply)).copyWith, inherit: false, color: Color(0xffffffff), family: Montserrat, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-278","valueId":"inspector-279","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RichText","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RichText(softWrap: wrapping at box width, maxLines: unlimited, text: \"Get Started\", renderObject: RenderParagraph#a464b relayoutBoundary=up15)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-280","valueId":"inspector-281","summaryTree":true,"children":[]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{"name":null,"showSeparator":true,"description":"LayoutId-[<_ScaffoldSlot.floatingActionButton>]","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"LayoutId-[<_ScaffoldSlot.floatingActionButton>](id: _ScaffoldSlot.floatingActionButton)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-282","valueId":"inspector-283","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"MediaQuery","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"MediaQuery(MediaQueryData(size: Size(360.0, 592.0), devicePixelRatio: 3.0, textScaleFactor: 1.0, padding: EdgeInsets.zero, viewInsets: EdgeInsets.zero, alwaysUse24HourFormat: false))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-284","valueId":"inspector-285","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"_FloatingActionButtonTransition","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"_FloatingActionButtonTransition(state: _FloatingActionButtonTransitionState#c56e3(tickers: tracking 2 tickers))","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-286","valueId":"inspector-287","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Stack","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Stack(alignment: centerRight, fit: loose, overflow: clip, renderObject: RenderStack#63151 relayoutBoundary=up1)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-288","valueId":"inspector-289","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"ScaleTransition","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"ScaleTransition(animation: AnimationMin<double>(_AnimationSwap<double>(AnimationController#c1d3f(⏭ 1.000; paused)➩CurveTween(curve: FlippedCurve(Interval(0.5⋯1.0)➩Cubic(0.25, 0.10, 0.25, 1.00)))➩1.0➪ReverseAnimation, AnimationController#c1d3f(⏭ 1.000; paused)➩CurveTween(curve: Interval(0.5⋯1.0)➩Cubic(0.25, 0.10, 0.25, 1.00))➩1.0), AnimationController#c6115(⏮ 0.000; paused)➩Cubic(0.42, 0.00, 1.00, 1.00)), state: _AnimatedState#0e860)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-290","valueId":"inspector-291","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Transform","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Transform(renderObject: RenderTransform#1b042 relayoutBoundary=up2)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-292","valueId":"inspector-293","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"RotationTransition","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"RotationTransition(animation: AnimationController#c6115(⏮ 0.000; paused)➩Cubic(0.42, 0.00, 1.00, 1.00)➩Tween<double>(0.875 → 1.0)➩0.875➩TrainHoppingAnimation(next: _AnimationSwap<double>(AnimationController#c1d3f(⏭ 1.000; paused)➩Tween<double>(0.75 → 1.0)➩1.0, AnimationController#c1d3f(⏭ 1.000; paused)➩CurveTween(curve: Threshold)➩1.0➪ReverseAnimation)), state: _AnimatedState#0cc69)","type":"_DiagnosticableTreeNode","hasChildren":true,"objectId":"inspector-294","valueId":"inspector-295","summaryTree":true,"children":[{"name":null,"showSeparator":true,"description":"Transform","level":"info","showName":true,"emptyBodyDescription":null,"style":"dense","valueToString":"Transform(renderObject: RenderTransform#42c35 relayoutBoundary=up3)","type":"_DiagnosticableTreeNode","hasChildren":false,"objectId":"inspector-296","valueId":"inspector-297","summaryTree":true,"children":[]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},"type":"_extensionType","method":"ext.flutter.inspector.getRootWidgetSummaryTree"}}]
Initializing hot reload...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"6","progressId":"hot.reload","message":"Initializing hot reload..."}}]
[+20323 ms] DevFS: Starting sync from LocalDirectory: '/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist'
[ ] Scanning project files
[ ] Scanning package files
[ +35 ms] Scanning asset files
[ ] Scanning for deleted files
[ +2 ms] Compiling dart to kernel with 1 updated files
[ +163 ms] Updating files
[ +15 ms] DevFS: Sync finished
[ ] Synced 0.0MB.
[ +3 ms] _flutter.setAssetBundlePath: {viewId: _flutterView/0xa5434c0c, assetDirectory: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/build/flutter_assets}
[ +10 ms] _reloadSources: {pause: true, rootLibUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/lib/main.dart.dill, packagesUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/.packages, isolateId: isolates/674528656}
[ +72 ms] reloaded 8 of 403 libraries
[ ] Sending reload events to Android SDK built for x86
[ ] Sending reload event to "main.dart$main-674528656"
[ ] getIsolate: {isolateId: isolates/674528656}
[ +22 ms] _flutter.listViews: {}
[ +3 ms] Evicting dirty assets
[ ] ext.flutter.evict: {value: AssetManifest.json, isolateId: isolates/674528656}
[ +6 ms] ext.flutter.evict: {value: FontManifest.json, isolateId: isolates/674528656}
[ +3 ms] ext.flutter.evict: {value: LICENSE, isolateId: isolates/674528656}
[ +3 ms] Reassembling application
[ ] ext.flutter.reassemble: {isolateId: isolates/674528656}
[ +90 ms] ext.ui.window.scheduleFrame: {isolateId: isolates/674528656}
[ +17 ms] Hot reload performed in 1,037ms.
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"6","progressId":"hot.reload","finished":true}}]
[ ] Reloaded 8 of 403 libraries in 1,054ms.
[{"id":5,"result":{"code":0,"message":"Reloaded 8 of 403 libraries"}}]
Performing hot reload...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"7","progressId":"hot.reload","message":"Performing hot reload..."}}]
[+8571 ms] DevFS: Starting sync from LocalDirectory: '/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist'
[ ] Scanning project files
[ ] Scanning package files
[ +47 ms] Scanning asset files
[ +1 ms] Scanning for deleted files
[ +6 ms] Compiling dart to kernel with 1 updated files
[ +190 ms] Updating files
[ +8 ms] DevFS: Sync finished
[ ] Synced 0.0MB.
[ ] _reloadSources: {pause: true, rootLibUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/lib/main.dart.dill, packagesUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/.packages, isolateId: isolates/674528656}
[ +62 ms] reloaded 8 of 403 libraries
[ ] Sending reload events to Android SDK built for x86
[ ] Sending reload event to "main.dart$main-674528656"
[ ] getIsolate: {isolateId: isolates/674528656}
[ +19 ms] _flutter.listViews: {}
[ +4 ms] Evicting dirty assets
[ ] Reassembling application
[ ] ext.flutter.reassemble: {isolateId: isolates/674528656}
[ +66 ms] ext.ui.window.scheduleFrame: {isolateId: isolates/674528656}
[ +7 ms] Hot reload performed in 693ms.
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"7","progressId":"hot.reload","finished":true}}]
[ ] Reloaded 8 of 403 libraries in 694ms.
[{"id":6,"result":{"code":0,"message":"Reloaded 8 of 403 libraries"}}]
Performing hot reload...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"8","progressId":"hot.reload","message":"Performing hot reload..."}}]
[+2817 ms] DevFS: Starting sync from LocalDirectory: '/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist'
[ ] Scanning project files
[ +3 ms] Scanning package files
[ +72 ms] Scanning asset files
[ ] Scanning for deleted files
[ +2 ms] Compiling dart to kernel with 1 updated files
[ +85 ms] Updating files
[ +8 ms] DevFS: Sync finished
[ ] Synced 0.0MB.
[ ] _reloadSources: {pause: true, rootLibUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/lib/main.dart.dill, packagesUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/.packages, isolateId: isolates/674528656}
[ +73 ms] reloaded 8 of 403 libraries
[ ] Sending reload events to Android SDK built for x86
[ ] Sending reload event to "main.dart$main-674528656"
[ ] getIsolate: {isolateId: isolates/674528656}
[ +16 ms] _flutter.listViews: {}
[ +5 ms] Evicting dirty assets
[ ] Reassembling application
[ ] ext.flutter.reassemble: {isolateId: isolates/674528656}
[ +82 ms] ext.ui.window.scheduleFrame: {isolateId: isolates/674528656}
[ +5 ms] Hot reload performed in 670ms.
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"8","progressId":"hot.reload","finished":true}}]
[ ] Reloaded 8 of 403 libraries in 670ms.
[{"id":7,"result":{"code":0,"message":"Reloaded 8 of 403 libraries"}}]
Performing hot reload...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"9","progressId":"hot.reload","message":"Performing hot reload..."}}]
[+2976 ms] DevFS: Starting sync from LocalDirectory: '/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist'
[ ] Scanning project files
[ +1 ms] Scanning package files
[ +74 ms] Scanning asset files
[ +1 ms] Scanning for deleted files
[ +4 ms] Compiling dart to kernel with 1 updated files
[ +160 ms] Updating files
[ +14 ms] DevFS: Sync finished
[ ] Synced 0.0MB.
[ ] _reloadSources: {pause: true, rootLibUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/lib/main.dart.dill, packagesUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/.packages, isolateId: isolates/674528656}
[ +71 ms] reloaded 8 of 403 libraries
[ ] Sending reload events to Android SDK built for x86
[ ] Sending reload event to "main.dart$main-674528656"
[ ] getIsolate: {isolateId: isolates/674528656}
[ +11 ms] _flutter.listViews: {}
[ +2 ms] Evicting dirty assets
[ ] Reassembling application
[ ] ext.flutter.reassemble: {isolateId: isolates/674528656}
[ +65 ms] ext.ui.window.scheduleFrame: {isolateId: isolates/674528656}
[ +5 ms] Hot reload performed in 705ms.
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"9","progressId":"hot.reload","finished":true}}]
[ ] Reloaded 8 of 403 libraries in 705ms.
[{"id":8,"result":{"code":0,"message":"Reloaded 8 of 403 libraries"}}]
Performing hot reload...
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"10","progressId":"hot.reload","message":"Performing hot reload..."}}]
[+5198 ms] DevFS: Starting sync from LocalDirectory: '/Users/fabio.dematos/code/butterfly/safescript/safescript_chemist'
[ ] Scanning project files
[ +1 ms] Scanning package files
[ +78 ms] Scanning asset files
[ ] Scanning for deleted files
[ +3 ms] Compiling dart to kernel with 1 updated files
[ +110 ms] Updating files
[ +7 ms] DevFS: Sync finished
[ ] Synced 0.0MB.
[ ] _reloadSources: {pause: true, rootLibUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/lib/main.dart.dill, packagesUri: /data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/.packages, isolateId: isolates/674528656}
[ +79 ms] reloaded 8 of 403 libraries
[ ] Sending reload events to Android SDK built for x86
[ ] Sending reload event to "main.dart$main-674528656"
[ ] getIsolate: {isolateId: isolates/674528656}
[ +13 ms] _flutter.listViews: {}
[+60005 ms] Request to Dart VM Service timed out: _flutter.listViews({})
[{"event":"app.progress","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5","id":"10","progressId":"hot.reload","finished":true}}]
[{"id":9,"error":"TimeoutException: Request to Dart VM Service timed out: _flutter.listViews({})"}]
------> pressed stop on AS UI
[+223217 ms] DevFS: Deleting filesystem on the device (file:///data/user/0/au.com.safescripts.chemist/cache/safescript_chemistDBIBEA/safescript_chemist/)
[ ] _deleteDevFS: {fsName: safescript_chemist}
[ +255 ms] TimeoutException after 0:00:00.250000: Future not completed
[ +1 ms] Application finished.
[{"id":10,"result":true}]
[{"event":"app.stop","params":{"appId":"1ff2ccda-52ee-438e-b064-4c7f6785a7f5"}}]
[ +1 ms] "flutter run" took 347,955ms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment