Skip to content

Instantly share code, notes, and snippets.

@devxpy
Last active July 27, 2019 17:24
Show Gist options
  • Save devxpy/d2e1892567919d919930be8388cd0010 to your computer and use it in GitHub Desktop.
Save devxpy/d2e1892567919d919930be8388cd0010 to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'MyApp',
initialRoute: '/',
routes: {
'/': (context) => LandingPage(),
'/home': (context) => OtherPage(),
},
);
}
}
class LandingPage extends StatefulWidget {
@override
LandingPageState createState() {
return new LandingPageState();
}
}
class LandingPageState extends State<LandingPage> {
@override
void initState() {
super.initState();
Navigator.pushReplacementNamed(context, '/home'); // This is the culprit
}
@override
Widget build(BuildContext context) {
return Center(
child: CircularProgressIndicator(),
);
}
}
class OtherPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('other page'),
),
body: Center(
child: Text('other page content'),
));
}
}
[ +25 ms] [/home/dev/Apps/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +24 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] [/home/dev/Apps/flutter/] git rev-parse --abbrev-ref HEAD
[ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ ] [/home/dev/Apps/flutter/] git ls-remote --get-url origin
[ +5 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/home/dev/Apps/flutter/] git log -n 1 --pretty=format:%H
[ +6 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] c7ea3ca377e909469c68f2ab878a5bc53d3cf66b
[ ] [/home/dev/Apps/flutter/] git log -n 1 --pretty=format:%ar
[ +5 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 6 weeks ago
[ ] [/home/dev/Apps/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +6 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.1-0-gc7ea3ca37
[ +145 ms] /home/dev/Android/Sdk/platform-tools/adb devices -l
[ +7 ms] Exit code 0 from: /home/dev/Android/Sdk/platform-tools/adb devices -l
[ ] List of devices attached
0553a8d90a662209 device usb:3-1 product:hammerhead model:Nexus_5 device:hammerhead transport_id:5
[ +74 ms] Found plugin flutter_secure_storage at /home/dev/Apps/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.1.0/
[ +8 ms] Found plugin flutter_webview_plugin at /home/dev/AndroidStudioProjects/flutter_webview_plugin/
[ +21 ms] Found plugin path_provider at /home/dev/Apps/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/
[ +14 ms] Found plugin url_launcher at /home/dev/Apps/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-3.0.3/
[ +30 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 shell getprop
[ +111 ms] ro.hardware = hammerhead
[ ] ro.build.characteristics = nosdcard
[ +526 ms] Launching lib/main.dart on Nexus 5 in debug mode...
[ +4 ms] Initializing gradle...
[ +7 ms] Using gradle from /home/dev/AndroidStudioProjects/secure_pdf_viewer/android/gradlew.
[ +51 ms] /home/dev/AndroidStudioProjects/secure_pdf_viewer/android/gradlew -v
[ +618 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_152-release (JetBrains s.r.o 25.152-b01)
OS: Linux 4.17.2-78.current amd64
[ +1 ms] Resolving dependencies...
[ ] [android/] /home/dev/AndroidStudioProjects/secure_pdf_viewer/android/gradlew app:properties
[ +749 ms] :app:properties
------------------------------------------------------------
Project :app
------------------------------------------------------------
allprojects: [project ':app']
android: com.android.build.gradle.AppExtension_Decorated@49ac352b
androidDependencies: task ':app:androidDependencies'
ant: org.gradle.api.internal.project.DefaultAntBuilder@56272c7e
antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@316b69b4
archivesBaseName: app
artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@725d110
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'
baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@2f08a9b2
buildDependents: task ':app:buildDependents'
buildDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/build/app
buildFile: /home/dev/AndroidStudioProjects/secure_pdf_viewer/android/app/build.gradle
buildNeeded: task ':app:buildNeeded'
buildOutputs: BaseVariantOutput container
buildScriptSource: org.gradle.groovy.scripts.UriScriptSource@40a324f1
buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@2a6fc398
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'
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@36b2a94
cleanBuildCache: task ':app:cleanBuildCache'
compileDebugAidl: task ':app:compileDebugAidl'
compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
compileDebugNdk: task ':app:compileDebugNdk'
compileDebugRenderscript: task ':app:compileDebugRenderscript'
compileDebugShaders: task ':app:compileDebugShaders'
compileDebugSources: task ':app:compileDebugSources'
compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
compileLint: task ':app:compileLint'
compileProfileAidl: task ':app:compileProfileAidl'
compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
compileProfileNdk: task ':app:compileProfileNdk'
compileProfileRenderscript: task ':app:compileProfileRenderscript'
compileProfileShaders: task ':app:compileProfileShaders'
compileProfileSources: task ':app:compileProfileSources'
compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
compileReleaseAidl: task ':app:compileReleaseAidl'
compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
compileReleaseNdk: task ':app:compileReleaseNdk'
compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
compileReleaseShaders: task ':app:compileReleaseShaders'
compileReleaseSources: task ':app:compileReleaseSources'
compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
components: SoftwareComponentInternal set
configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@69c45672
configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@30196317
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@64be058f
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@3edbbc06
defaultTasks: []
deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@75670a69
dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@e1dce09
depth: 1
description: null
deviceAndroidTest: task ':app:deviceAndroidTest'
deviceCheck: task ':app:deviceCheck'
displayName: project ':app'
distsDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/build/app/distributions
distsDirName: distributions
docsDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/build/app/docs
docsDirName: docs
ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@1a1b3038
extensions: org.gradle.api.internal.plugins.DefaultConvention@64be058f
extractProguardFiles: task ':app:extractProguardFiles'
fileOperations: org.gradle.api.internal.file.DefaultFileOperations@79c384f1
fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@343aede2
flutter: FlutterExtension_Decorated@543700ea
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@176e60a4
installDebug: task ':app:installDebug'
installDebugAndroidTest: task ':app:installDebugAndroidTest'
installProfile: task ':app:installProfile'
installRelease: task ':app:installRelease'
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'
layout: org.gradle.api.internal.file.DefaultProjectLayout@726f9ab4
libsDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/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@4e22e78d
logging: org.gradle.internal.logging.services.DefaultLoggingManager@11d93ce6
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@7d054e67
modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@3db44af0
module: org.gradle.api.internal.artifacts.ProjectBackedModule@2352d908
name: app
normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@198a6a23
objects: org.gradle.api.internal.model.DefaultObjectFactory@7bf22be
org.gradle.jvmargs: -Xmx1536M
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@173ef99c
plugins: [org.gradle.api.plugins.HelpTasksPlugin@1d53fd32, com.android.build.gradle.api.AndroidBasePlugin@2958ddd5, org.gradle.language.base.plugins.LifecycleBasePlugin@6deca044, org.gradle.api.plugins.BasePlugin@e9cd80e, org.gradle.api.plugins.ReportingBasePlugin@f98d55b, org.gradle.platform.base.plugins.ComponentBasePlugin@f72c714, org.gradle.language.base.plugins.LanguageBasePlugin@4689e9ac, org.gradle.platform.base.plugins.BinaryBasePlugin@5dee1af6, org.gradle.api.plugins.JavaBasePlugin@344e6e9a, com.android.build.gradle.internal.coverage.JacocoPlugin@56546b06, com.android.build.gradle.AppPlugin@471d1bf1, FlutterPlugin@23f8452f]
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@79c384f1
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@4f58d991
projectDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/android/app
projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@1879c06b
projectPath: :app
projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@52687a35
properties: {...}
providers: org.gradle.api.internal.provider.DefaultProviderFactory@19fd8780
reporting: org.gradle.api.reporting.ReportingExtension_Decorated@32fa9bfd
reportsDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/build/app/reports
repositories: repository container
resolveConfigAttr: task ':app:resolveConfigAttr'
resources: org.gradle.api.internal.resources.DefaultResourceHandler@3b675862
rootDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/android
rootProject: root project 'android'
scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@6d4bbdfd
scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@7ce3dbb3
serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@1a2082a1
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@11d93ce6
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: /home/dev/AndroidStudioProjects/secure_pdf_viewer/build/app/reports/tests
testReportDirName: tests
testResultsDir: /home/dev/AndroidStudioProjects/secure_pdf_viewer/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
[ +5 ms] /home/dev/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ +9 ms] Exit code 0 from: /home/dev/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ ] package: name='com.pycampers.securepdfviewer' versionCode='1' versionName='1.0'
sdkVersion:'18'
targetSdkVersion:'28'
uses-permission: name='android.permission.INTERNET'
uses-permission: name='android.permission.WRITE_EXTERNAL_STORAGE'
uses-permission: name='android.permission.READ_PHONE_STATE'
uses-permission: name='android.permission.READ_EXTERNAL_STORAGE'
application-label:'Secure PDF Viewer'
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='Secure PDF Viewer' icon='res/mipmap-mdpi-v4/ic_launcher.png'
application-debuggable
launchable-activity: name='com.pycampers.securepdfviewer.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
other-activities
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '160' '240' '320' '480' '640'
native-code: 'armeabi-v7a' 'x86' 'x86_64'
[ +8 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 logcat -v time -t 1
[ +100 ms] Exit code 0 from: /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 logcat -v time -t 1
[ ] --------- beginning of main
07-13 06:08:06.812 D/BrcmNfcJni( 1501): RoutingManager::nfaEeCallback: NFA_EE_UPDATED_EVT
[ +4 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 logcat -v time
[ +272 ms] DependencyChecker: nothing is modified after 2018-07-13 06:07:10.848.
[ +2 ms] /home/dev/Android/Sdk/platform-tools/adb version
[ +15 ms] Android Debug Bridge version 1.0.40
Version 4797878
Installed as /home/dev/Android/Sdk/platform-tools/adb
[ +2 ms] /home/dev/Android/Sdk/platform-tools/adb start-server
[ +8 ms] Building APK
[ +4 ms] Running 'gradlew assembleDebug'...
[ +1 ms] [android/] /home/dev/AndroidStudioProjects/secure_pdf_viewer/android/gradlew -Ptarget=/home/dev/AndroidStudioProjects/secure_pdf_viewer/lib/main.dart -Ppreview-dart-2=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ +818 ms] :app:preBuild UP-TO-DATE
[ ] :flutter_secure_storage:preBuild UP-TO-DATE
[ ] :flutter_secure_storage:preDebugBuild UP-TO-DATE
[ +8 ms] :flutter_secure_storage:checkDebugManifest UP-TO-DATE
[ ] :flutter_secure_storage:processDebugManifest UP-TO-DATE
[ ] :flutter_webview_plugin:preBuild UP-TO-DATE
[ ] :flutter_webview_plugin:preDebugBuild UP-TO-DATE
[ ] :flutter_webview_plugin:checkDebugManifest UP-TO-DATE
[ ] :flutter_webview_plugin:processDebugManifest UP-TO-DATE
[ ] :path_provider:preBuild UP-TO-DATE
[ ] :path_provider:preDebugBuild UP-TO-DATE
[ +2 ms] :path_provider:checkDebugManifest UP-TO-DATE
[ ] :path_provider:processDebugManifest UP-TO-DATE
[ ] :url_launcher:preBuild UP-TO-DATE
[ ] :url_launcher:preDebugBuild UP-TO-DATE
[ ] :url_launcher:checkDebugManifest UP-TO-DATE
[ ] :url_launcher:processDebugManifest UP-TO-DATE
[ ] :app:preDebugBuild UP-TO-DATE
[ ] :flutter_secure_storage:compileDebugAidl UP-TO-DATE
[ +4 ms] :flutter_webview_plugin:compileDebugAidl UP-TO-DATE
[ ] :path_provider:compileDebugAidl UP-TO-DATE
[ ] :url_launcher:compileDebugAidl UP-TO-DATE
[ ] :app:compileDebugAidl UP-TO-DATE
[ ] :flutter_secure_storage:packageDebugRenderscript NO-SOURCE
[ +2 ms] :flutter_webview_plugin:packageDebugRenderscript NO-SOURCE
[ ] :path_provider:packageDebugRenderscript NO-SOURCE
[ ] :url_launcher:packageDebugRenderscript NO-SOURCE
[ ] :app:compileDebugRenderscript UP-TO-DATE
[ +35 ms] :app:flutterBuildX86Jar UP-TO-DATE
[ ] :app:checkDebugManifest UP-TO-DATE
[ ] :app:generateDebugBuildConfig UP-TO-DATE
[ ] :app:prepareLintJar UP-TO-DATE
[ +20 ms] :app:cleanMergeDebugAssets
[ +9 ms] :app:flutterBuildDebug UP-TO-DATE
[ ] :app:mergeDebugShaders UP-TO-DATE
[ ] :app:compileDebugShaders UP-TO-DATE
[ ] :app:generateDebugAssets UP-TO-DATE
[ ] :flutter_secure_storage:mergeDebugShaders UP-TO-DATE
[ ] :flutter_secure_storage:compileDebugShaders UP-TO-DATE
[ ] :flutter_secure_storage:generateDebugAssets UP-TO-DATE
[ ] :flutter_secure_storage:mergeDebugAssets UP-TO-DATE
[ +1 ms] :flutter_webview_plugin:mergeDebugShaders UP-TO-DATE
[ +7 ms] :flutter_webview_plugin:compileDebugShaders UP-TO-DATE
[ ] :flutter_webview_plugin:generateDebugAssets UP-TO-DATE
[ ] :flutter_webview_plugin:mergeDebugAssets UP-TO-DATE
[ +3 ms] :path_provider:mergeDebugShaders UP-TO-DATE
[ ] :path_provider:compileDebugShaders UP-TO-DATE
[ ] :path_provider:generateDebugAssets UP-TO-DATE
[ ] :path_provider:mergeDebugAssets UP-TO-DATE
[ ] :url_launcher:mergeDebugShaders UP-TO-DATE
[ ] :url_launcher:compileDebugShaders UP-TO-DATE
[ ] :url_launcher:generateDebugAssets UP-TO-DATE
[ ] :url_launcher:mergeDebugAssets UP-TO-DATE
[ +389 ms] :app:mergeDebugAssets
[ +100 ms] :app:copyFlutterAssetsDebug
[ ] :app:generateDebugResValues UP-TO-DATE
[ ] :app:generateDebugResources UP-TO-DATE
[ ] :flutter_secure_storage:compileDebugRenderscript UP-TO-DATE
[ ] :flutter_secure_storage:generateDebugResValues UP-TO-DATE
[ ] :flutter_secure_storage:generateDebugResources UP-TO-DATE
[ ] :flutter_secure_storage:packageDebugResources UP-TO-DATE
[ +2 ms] :flutter_webview_plugin:compileDebugRenderscript UP-TO-DATE
[ ] :flutter_webview_plugin:generateDebugResValues UP-TO-DATE
[ ] :flutter_webview_plugin:generateDebugResources UP-TO-DATE
[ ] :flutter_webview_plugin:packageDebugResources UP-TO-DATE
[ ] :path_provider:compileDebugRenderscript UP-TO-DATE
[ ] :path_provider:generateDebugResValues UP-TO-DATE
[ ] :path_provider:generateDebugResources UP-TO-DATE
[ ] :path_provider:packageDebugResources UP-TO-DATE
[ +6 ms] :url_launcher:compileDebugRenderscript UP-TO-DATE
[ ] :url_launcher:generateDebugResValues UP-TO-DATE
[ ] :url_launcher:generateDebugResources UP-TO-DATE
[ ] :url_launcher:packageDebugResources UP-TO-DATE
[ ] :app:mergeDebugResources UP-TO-DATE
[ ] :app:createDebugCompatibleScreenManifests UP-TO-DATE
[ ] :app:processDebugManifest UP-TO-DATE
[ ] :app:splitsDiscoveryTaskDebug UP-TO-DATE
[ ] :flutter_secure_storage:platformAttrExtractor UP-TO-DATE
[ ] :flutter_secure_storage:processDebugResources UP-TO-DATE
[ ] :flutter_webview_plugin:platformAttrExtractor UP-TO-DATE
[ ] :flutter_webview_plugin:processDebugResources UP-TO-DATE
[ ] :path_provider:platformAttrExtractor UP-TO-DATE
[ ] :path_provider:processDebugResources UP-TO-DATE
[ ] :url_launcher:platformAttrExtractor UP-TO-DATE
[ +8 ms] :url_launcher:processDebugResources UP-TO-DATE
[ ] :app:processDebugResources UP-TO-DATE
[ ] :app:generateDebugSources UP-TO-DATE
[ ] :flutter_secure_storage:generateDebugBuildConfig UP-TO-DATE
[ ] :flutter_secure_storage:prepareLintJar UP-TO-DATE
[ ] :flutter_secure_storage:generateDebugSources UP-TO-DATE
[ ] :flutter_secure_storage:javaPreCompileDebug UP-TO-DATE
[ ] :flutter_secure_storage:compileDebugJavaWithJavac UP-TO-DATE
[ ] :flutter_secure_storage:processDebugJavaRes NO-SOURCE
[ ] :flutter_secure_storage:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[ ] :flutter_webview_plugin:generateDebugBuildConfig UP-TO-DATE
[ ] :flutter_webview_plugin:prepareLintJar UP-TO-DATE
[ ] :flutter_webview_plugin:generateDebugSources UP-TO-DATE
[ ] :flutter_webview_plugin:javaPreCompileDebug UP-TO-DATE
[ ] :flutter_webview_plugin:compileDebugJavaWithJavac UP-TO-DATE
[ ] :flutter_webview_plugin:processDebugJavaRes NO-SOURCE
[ ] :flutter_webview_plugin:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[ ] :path_provider:generateDebugBuildConfig UP-TO-DATE
[ +38 ms] :path_provider:prepareLintJar UP-TO-DATE
[ ] :path_provider:generateDebugSources UP-TO-DATE
[ ] :path_provider:javaPreCompileDebug UP-TO-DATE
[ ] :path_provider:compileDebugJavaWithJavac UP-TO-DATE
[ ] :path_provider:processDebugJavaRes NO-SOURCE
[ ] :path_provider:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[ ] :url_launcher:generateDebugBuildConfig UP-TO-DATE
[ ] :url_launcher:prepareLintJar UP-TO-DATE
[ ] :url_launcher:generateDebugSources UP-TO-DATE
[ ] :url_launcher:javaPreCompileDebug UP-TO-DATE
[ ] :url_launcher:compileDebugJavaWithJavac UP-TO-DATE
[ ] :url_launcher:processDebugJavaRes NO-SOURCE
[ ] :url_launcher:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[ ] :app:javaPreCompileDebug UP-TO-DATE
[ ] :app:compileDebugJavaWithJavac UP-TO-DATE
[ ] :app:compileDebugNdk NO-SOURCE
[ ] :app:compileDebugSources UP-TO-DATE
[ +38 ms] :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[ ] :app:transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE
[ ] :app:transformDexArchiveWithDexMergerForDebug UP-TO-DATE
[ ] :app:mergeDebugJniLibFolders UP-TO-DATE
[ ] :flutter_secure_storage:compileDebugNdk NO-SOURCE
[ ] :flutter_secure_storage:mergeDebugJniLibFolders UP-TO-DATE
[ ] :flutter_secure_storage:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[ ] :flutter_secure_storage:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ ] :flutter_webview_plugin:compileDebugNdk NO-SOURCE
[ ] :flutter_webview_plugin:mergeDebugJniLibFolders UP-TO-DATE
[ ] :flutter_webview_plugin:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[ ] :flutter_webview_plugin:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ ] :path_provider:compileDebugNdk NO-SOURCE
[ ] :path_provider:mergeDebugJniLibFolders UP-TO-DATE
[ ] :path_provider:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[ ] :path_provider:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ +2 ms] :url_launcher:compileDebugNdk NO-SOURCE
[ ] :url_launcher:mergeDebugJniLibFolders UP-TO-DATE
[ ] :url_launcher:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[ ] :url_launcher:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ ] :app:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[ ] :app:processDebugJavaRes NO-SOURCE
[ ] :app:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[ ] :app:validateSigningDebug
[ ] :app:packageDebug UP-TO-DATE
[ ] :app:assembleDebug UP-TO-DATE
[ ] :flutter_secure_storage:extractDebugAnnotations UP-TO-DATE
[ ] :flutter_secure_storage:mergeDebugConsumerProguardFiles UP-TO-DATE
[ +36 ms] :flutter_secure_storage:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[ ] :flutter_secure_storage:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ ] :flutter_secure_storage:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ ] :flutter_secure_storage:bundleDebug UP-TO-DATE
[ ] :flutter_secure_storage:compileDebugSources UP-TO-DATE
[ ] :flutter_secure_storage:assembleDebug UP-TO-DATE
[ ] :flutter_webview_plugin:extractDebugAnnotations UP-TO-DATE
[ ] :flutter_webview_plugin:mergeDebugConsumerProguardFiles UP-TO-DATE
[ ] :flutter_webview_plugin:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[ ] :flutter_webview_plugin:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ ] :flutter_webview_plugin:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ ] :flutter_webview_plugin:bundleDebug UP-TO-DATE
[ ] :flutter_webview_plugin:compileDebugSources UP-TO-DATE
[ ] :flutter_webview_plugin:assembleDebug UP-TO-DATE
[ +1 ms] :path_provider:extractDebugAnnotations UP-TO-DATE
[ ] :path_provider:mergeDebugConsumerProguardFiles UP-TO-DATE
[ ] :path_provider:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[ ] :path_provider:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ ] :path_provider:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ ] :path_provider:bundleDebug UP-TO-DATE
[ ] :path_provider:compileDebugSources UP-TO-DATE
[ ] :path_provider:assembleDebug UP-TO-DATE
[ ] :url_launcher:extractDebugAnnotations UP-TO-DATE
[ ] :url_launcher:mergeDebugConsumerProguardFiles UP-TO-DATE
[ ] :url_launcher:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[ ] :url_launcher:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ ] :url_launcher:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ ] :url_launcher:bundleDebug UP-TO-DATE
[ ] :url_launcher:compileDebugSources UP-TO-DATE
[ ] :url_launcher:assembleDebug UP-TO-DATE
[ ] BUILD SUCCESSFUL in 1s
[ ] 129 actionable tasks: 4 executed, 125 up-to-date
[ +589 ms] calculateSha: /home/dev/AndroidStudioProjects/secure_pdf_viewer/build/app/outputs/apk/app.apk
[ +932 ms] Built build/app/outputs/apk/debug/app-debug.apk.
[ ] /home/dev/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ +12 ms] Exit code 0 from: /home/dev/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ ] package: name='com.pycampers.securepdfviewer' versionCode='1' versionName='1.0'
sdkVersion:'18'
targetSdkVersion:'28'
uses-permission: name='android.permission.INTERNET'
uses-permission: name='android.permission.WRITE_EXTERNAL_STORAGE'
uses-permission: name='android.permission.READ_PHONE_STATE'
uses-permission: name='android.permission.READ_EXTERNAL_STORAGE'
application-label:'Secure PDF Viewer'
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='Secure PDF Viewer' icon='res/mipmap-mdpi-v4/ic_launcher.png'
application-debuggable
launchable-activity: name='com.pycampers.securepdfviewer.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
other-activities
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 Nexus 5.
[ ] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 shell am force-stop com.pycampers.securepdfviewer
[+1011 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 shell pm list packages com.pycampers.securepdfviewer
[ +943 ms] package:com.pycampers.securepdfviewer
[ +4 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 shell cat /data/local/tmp/sky.com.pycampers.securepdfviewer.sha1
[ +30 ms] 7501063578d727e940de0f2b0226d53e8e4de1d6
[ ] Latest build already installed.
[ ] Nexus 5 startApp
[ +1 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 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 com.pycampers.securepdfviewer/com.pycampers.securepdfviewer.MainActivity
[ +984 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.pycampers.securepdfviewer/.MainActivity (has extras) }
[ ] Waiting for observatory port to be available...
[ +697 ms] I/FlutterActivityDelegate(31245): onResume setting current activity to this
[ +150 ms] Observatory URL on device: http://127.0.0.1:59157/
[ +5 ms] /home/dev/Android/Sdk/platform-tools/adb -s 0553a8d90a662209 forward tcp:8106 tcp:59157
[ +12 ms] Forwarded host port 8106 to device port 59157 for Observatory
[ +34 ms] Connecting to service protocol: http://127.0.0.1:8106/
[ +600 ms] Successfully connected to service protocol: http://127.0.0.1:8106/
[ +2 ms] getVM: {}
[ +57 ms] getIsolate: {isolateId: isolates/342356998}
[ +1 ms] _flutter.listViews: {isolateId: isolates/342356998}
[ +101 ms] DevFS: Creating new filesystem on the device (null)
[ ] _createDevFS: {fsName: secure_pdf_viewer}
[ +107 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.pycampers.securepdfviewer/cache/secure_pdf_viewerVTPNGV/secure_pdf_viewer/)
[ +3 ms] Updating assets
[ +178 ms] Syncing files to device Nexus 5...
[ +2 ms] DevFS: Starting sync from LocalDirectory: '/home/dev/AndroidStudioProjects/secure_pdf_viewer'
[ ] Scanning project files
[ +2 ms] Scanning package files
[ +54 ms] Scanning asset files
[ ] Scanning for deleted files
[ +6 ms] Compiling dart to kernel with 416 updated files
[ +2 ms] /home/dev/Apps/flutter/bin/cache/dart-sdk/bin/dart /home/dev/Apps/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root /home/dev/Apps/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /home/dev/AndroidStudioProjects/secure_pdf_viewer/.packages --filesystem-scheme org-dartlang-root
[ +98 ms] I/flutter (31245): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
[ +29 ms] I/flutter (31245): The following assertion was thrown building Builder:
[ ] I/flutter (31245): setState() or markNeedsBuild() called during build.
[ ] I/flutter (31245): This Overlay widget cannot be marked as needing to build because the framework is already in the
[ ] I/flutter (31245): process of building widgets. A widget can be marked as needing to be built during the build phase
[ ] I/flutter (31245): only if one of its ancestors is currently building. This exception is allowed because the framework
[ ] I/flutter (31245): builds parent widgets before children, which means a dirty descendant will always be built.
[ ] I/flutter (31245): Otherwise, the framework might not visit this widget during this build phase.
[ ] I/flutter (31245): The widget on which setState() or markNeedsBuild() was called was:
[ ] I/flutter (31245): Overlay-[LabeledGlobalKey<OverlayState>#ea9ab](state: OverlayState#71263(entries:
[ ] I/flutter (31245): [OverlayEntry#19769(opaque: false; maintainState: false), OverlayEntry#bd8ea(opaque: false;
[ ] I/flutter (31245): maintainState: true), OverlayEntry#95286(opaque: false; maintainState: false),
[ ] I/flutter (31245): OverlayEntry#88b9d(opaque: false; maintainState: true)]))
[ ] I/flutter (31245): The widget which was currently being built when the offending call was made was:
[ ] I/flutter (31245): Builder
[ +15 ms] I/flutter (31245):
[ ] I/flutter (31245): When the exception was thrown, this was the stack:
[ +39 ms] I/flutter (31245): #0 Element.markNeedsBuild.<anonymous closure> (package:flutter/src/widgets/framework.dart:3436:11)
[ ] I/flutter (31245): #1 Element.markNeedsBuild (package:flutter/src/widgets/framework.dart:3462:6)
[ +1 ms] I/flutter (31245): #2 State.setState (package:flutter/src/widgets/framework.dart:1141:14)
[ +1 ms] I/flutter (31245): #3 OverlayState.insertAll (package:flutter/src/widgets/overlay.dart:301:5)
[ +2 ms] I/flutter (31245): #4 OverlayRoute.install (package:flutter/src/widgets/routes.dart:40:24)
[ +7 ms] I/flutter (31245): #5 TransitionRoute.install (package:flutter/src/widgets/routes.dart:182:11)
[ +2 ms] I/flutter (31245): #6 ModalRoute.install (package:flutter/src/widgets/routes.dart:740:11)
[ +2 ms] I/flutter (31245): #7 NavigatorState.pushReplacement (package:flutter/src/widgets/navigator.dart:1484:14)
[ +2 ms] I/flutter (31245): #8 NavigatorState.pushReplacementNamed (package:flutter/src/widgets/navigator.dart:1380:12)
[ +4 ms] I/flutter (31245): #9 Navigator.pushReplacementNamed (package:flutter/src/widgets/navigator.dart:684:34)
[ +8 ms] I/flutter (31245): #10 LandingPageState.initState (file:///home/dev/AndroidStudioProjects/secure_pdf_viewer/lib/main.dart:66:15)
[ +1 ms] I/flutter (31245): #11 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3751:58)
[ +2 ms] I/flutter (31245): #12 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ +1 ms] I/flutter (31245): #13 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ +2 ms] I/flutter (31245): #14 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #15 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ +1 ms] I/flutter (31245): #16 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ +1 ms] I/flutter (31245): #17 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ +2 ms] I/flutter (31245): #18 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ +1 ms] I/flutter (31245): #19 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #20 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #21 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ +3 ms] I/flutter (31245): #22 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #23 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #24 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #25 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ +1 ms] I/flutter (31245): #26 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #27 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #28 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #29 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #30 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #31 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #32 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #33 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #34 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #35 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #36 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #37 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #38 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #39 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #40 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #41 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #42 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #43 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #44 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #45 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #46 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #47 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #48 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #49 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #50 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #51 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #52 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #53 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #54 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #56 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #57 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #58 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #59 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #60 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #61 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #62 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #63 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #64 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #65 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #66 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #68 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #69 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #70 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #71 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #72 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #73 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #74 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #75 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #76 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #77 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #78 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #79 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #80 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #81 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #82 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #83 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #84 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #85 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #86 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #87 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #88 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #89 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #90 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #91 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #92 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #93 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #94 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #95 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #96 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #97 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #98 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #99 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #100 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #101 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #102 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #103 MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4759:32)
[ ] I/flutter (31245): #104 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #105 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #106 _TheatreElement.mount (package:flutter/src/widgets/overlay.dart:493:16)
[ ] I/flutter (31245): #107 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #108 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #109 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #110 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #111 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #112 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #113 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #114 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #115 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #116 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #117 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #118 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #119 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #120 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #121 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #122 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #123 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #124 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #125 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #126 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #127 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #128 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #129 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #130 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #131 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ +991 ms] I/flutter (31245): #132 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #133 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #134 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #135 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #136 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #137 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #138 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #139 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #140 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #141 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ +1 ms] I/flutter (31245): #142 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #143 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #144 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #145 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ +1 ms] I/flutter (31245): #146 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #147 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #148 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #149 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #150 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #151 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ +1 ms] I/flutter (31245): #152 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #153 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #154 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #155 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #156 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #157 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #158 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #159 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #160 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #161 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #162 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #163 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #164 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #165 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #166 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #167 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #168 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #169 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #170 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #171 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #172 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #173 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #174 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #175 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #176 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #177 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #178 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #179 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #180 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #181 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #182 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #183 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #184 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4654:14)
[ ] I/flutter (31245): #185 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #186 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #187 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #188 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #189 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #190 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #191 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #192 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #193 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #194 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #195 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #196 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #197 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #198 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #199 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #200 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #201 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #202 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #203 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #204 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #205 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #206 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #207 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #208 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #209 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #210 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ +2 ms] I/flutter (31245): #211 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #212 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #213 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ +1 ms] I/flutter (31245): #214 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #215 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ +1 ms] I/flutter (31245): #216 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ +1 ms] I/flutter (31245): #217 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #218 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #219 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #220 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #221 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ +1 ms] I/flutter (31245): #222 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #223 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #224 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #225 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ +1 ms] I/flutter (31245): #226 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #227 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ +1 ms] I/flutter (31245): #228 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #229 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #230 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ +1 ms] I/flutter (31245): #231 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #232 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #233 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #234 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #235 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #236 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ +1 ms] I/flutter (31245): #237 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #238 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #239 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #240 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #241 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
[ ] I/flutter (31245): #242 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ ] I/flutter (31245): #243 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #244 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #245 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
[ ] I/flutter (31245): #246 Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
[ ] I/flutter (31245): #247 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
[ ] I/flutter (31245): #248 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
[ +1 ms] I/flutter (31245): #249 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
[ ] I/flutter (31245): #250 Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
[ ] I/flutter (31245): #251 RenderObjectToWidgetElement._rebuild (package:flutter/src/widgets/binding.dart:857:16)
[ ] I/flutter (31245): #252 RenderObjectToWidgetElement.mount (package:flutter/src/widgets/binding.dart:828:5)
[ ] I/flutter (31245): #253 RenderObjectToWidgetAdapter.attachToRenderTree.<anonymous closure> (package:flutter/src/widgets/binding.dart:774:17)
[ ] I/flutter (31245): #254 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2222:19)
[ ] I/flutter (31245): #255 RenderObjectToWidgetAdapter.attachToRenderTree (package:flutter/src/widgets/binding.dart:773:13)
[ ] I/flutter (31245): #256 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding&WidgetsBinding.attachRootWidget (package:flutter/src/widgets/binding.dart:662:7)
[ ] I/flutter (31245): #257 runApp (package:flutter/src/widgets/binding.dart:704:7)
[ ] I/flutter (31245): #258 main (file:///home/dev/AndroidStudioProjects/secure_pdf_viewer/lib/main.dart:39:16)
[ ] I/flutter (31245): #259 _startIsolate.<anonymous closure> (dart:isolate/runtime/libisolate_patch.dart:279:19)
[ ] I/flutter (31245): #260 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:165:12)
[ ] I/flutter (31245): ════════════════════════════════════════════════════════════════════════════════════════════════════
[+1919 ms] Updating files
[ +890 ms] DevFS: Sync finished
[ ] Synced 1.8MB.
[ +4 ms] _flutter.listViews: {isolateId: isolates/342356998}
[ +20 ms] Connected to _flutterView/0xaeeb730c.
[ ] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[ ] An Observatory debugger and profiler on Nexus 5 is available at: http://127.0.0.1:8106/
[ ] For a more detailed help message, press "h". To quit, press "q".
[+6809 ms] ext.flutter.exit: {isolateId: isolates/342356998}
[ +100 ms] Application finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment