Advertisement
Guest User

Untitled

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