Advertisement
Guest User

Untitled

a guest
May 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. Launching lib\main.dart on ONEPLUS A5000 in debug mode...
  2. Built build\app\outputs\apk\debug\app-debug.apk.
  3. I/flutter ( 9317): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
  4. I/flutter ( 9317): The following assertion was thrown building FutureBuilder<double>(dirty, state:
  5. I/flutter ( 9317): _FutureBuilderState<double>#71ddb):
  6. I/flutter ( 9317): 'package:flutter/src/widgets/basic.dart': Failed assertion: line 2208 pos 15: 'widthFactor == null
  7. I/flutter ( 9317): || widthFactor >= 0.0': is not true.
  8. I/flutter ( 9317):
  9. I/flutter ( 9317): Either the assertion indicates an error in the framework itself, or we should provide substantially
  10. I/flutter ( 9317): more information in this error message to help you determine and fix the underlying cause.
  11. I/flutter ( 9317): In either case, please report this assertion by filing a bug on GitHub:
  12. I/flutter ( 9317): https://github.com/flutter/flutter/issues/new?template=BUG.md
  13. I/flutter ( 9317):
  14. I/flutter ( 9317): When the exception was thrown, this was the stack:
  15. I/flutter ( 9317): #2 new FractionallySizedBox
  16. package:flutter/…/widgets/basic.dart:2208
  17. I/flutter ( 9317): #3 _Home.build.<anonymous closure>
  18. package:ticketscanner/main.dart:308
  19. I/flutter ( 9317): #4 _FutureBuilderState.build (package:flutter/src/widgets/async.dart)
  20. I/flutter ( 9317): #5 StatefulElement.build
  21. package:flutter/…/widgets/framework.dart:3830
  22. I/flutter ( 9317): #6 ComponentElement.performRebuild
  23. package:flutter/…/widgets/framework.dart:3741
  24. I/flutter ( 9317): #7 Element.rebuild
  25. package:flutter/…/widgets/framework.dart:3564
  26. I/flutter ( 9317): #8 BuildOwner.buildScope
  27. package:flutter/…/widgets/framework.dart:2277
  28. I/flutter ( 9317): #9 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame
  29. package:flutter/…/widgets/binding.dart:700
  30. I/flutter ( 9317): #10 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback
  31. package:flutter/…/rendering/binding.dart:275
  32. I/flutter ( 9317): #11 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback
  33. package:flutter/…/scheduler/binding.dart:1012
  34. I/flutter ( 9317): #12 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame
  35. package:flutter/…/scheduler/binding.dart:952
  36. I/flutter ( 9317): #13 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._handleDrawFrame
  37. package:flutter/…/scheduler/binding.dart:864
  38. I/flutter ( 9317): #17 _invoke (dart:ui/hooks.dart:219:10)
  39. I/flutter ( 9317): #18 _drawFrame (dart:ui/hooks.dart:178:3)
  40. I/flutter ( 9317): (elided 5 frames from class _AssertionError and package dart:async)
  41. I/flutter ( 9317): ════════════════════════════════════════════════════════════════════════════════════════════════════
  42. I/flutter ( 9317): Another exception was thrown: A RenderFlex overflowed by 99408 pixels on the bottom.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement