Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\flutter\bin>flutter doctor
- Doctor summary (to see all details, run flutter doctor -v):
- [√] Flutter (Channel beta, v1.2.1, on Microsoft Windows [Version 10.0.18353.1], locale en-US)
- [√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
- [√] Android Studio (version 3.3)
- [√] Connected device (1 available)
- • No issues found!
- Resolving dependencies...
- Running Gradle task 'assembleDebug'...
- Built build\app\outputs\apk\debug\app-debug.apk.
- Installing build\app\outputs\apk\app.apk...
- Syncing files to device Pixel 3...
- D/OpenGLRenderer( 468): Swap behavior 2
- W/Gralloc3( 468): mapper 3.x is not supported
- E/libc ( 468): Access denied finding property "vendor.gralloc.disable_ahardware_buffer"
- I/flutter ( 468): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
- I/flutter ( 468): The following assertion was thrown while finalizing the widget tree:
- I/flutter ( 468): Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): The following GlobalKey was specified multiple times in the widget tree. This will lead to parts of
- I/flutter ( 468): the widget tree being truncated unexpectedly, because the second time a key is seen, the previous
- I/flutter ( 468): instance is moved to the new location. The key was:
- I/flutter ( 468): - [LabeledGlobalKey<AnimatedListState>#f8e55]
- I/flutter ( 468): This was determined by noticing that after the widget with the above global key was moved out of its
- I/flutter ( 468): previous parent, that previous parent never updated during this frame, meaning that it either did
- I/flutter ( 468): not update at all or updated before the widget was moved, in either case implying that it still
- I/flutter ( 468): thinks that it should have a child with that global key.
- I/flutter ( 468): The specific parent that did not update after having one or more children forcibly removed due to
- I/flutter ( 468): GlobalKey reparenting is:
- I/flutter ( 468): - MediaQuery(MediaQueryData(size: Size(392.7, 750.9), devicePixelRatio: 2.8, textScaleFactor: 0.8,
- I/flutter ( 468): platformBrightness: Brightness.dark, padding: EdgeInsets.zero, viewInsets: EdgeInsets.zero,
- I/flutter ( 468): alwaysUse24HourFormat: false, accessibleNavigation: falsedisableAnimations: falseinvertColors:
- I/flutter ( 468): falseboldText: false))
- I/flutter ( 468): A GlobalKey can only be specified on one widget at a time in the widget tree.
- I/flutter ( 468):
- I/flutter ( 468): When the exception was thrown, this was the stack:
- I/flutter ( 468): #0 BuildOwner.finalizeTree.<anonymous closure> (package:flutter/src/widgets/framework.dart:2417:15)
- I/flutter ( 468): #1 BuildOwner.finalizeTree (package:flutter/src/widgets/framework.dart:2438:8)
- I/flutter ( 468): #2 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:702:18)
- I/flutter ( 468): #3 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:268:5)
- I/flutter ( 468): #4 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:988:15)
- I/flutter ( 468): #5 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:928:9)
- I/flutter ( 468): #6 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:840:5)
- I/flutter ( 468): #10 _invoke (dart:ui/hooks.dart:209:10)
- I/flutter ( 468): #11 _drawFrame (dart:ui/hooks.dart:168:3)
- I/flutter ( 468): (elided 3 frames from package dart:async)
- I/flutter ( 468): ════════════════════════════════════════════════════════════════════════════════════════════════════
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
- I/flutter ( 468): Another exception was thrown: Duplicate GlobalKey detected in widget tree.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement