Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. Syncing files to device Android SDK built for x86...
  2. Restarted application in 2,394ms.
  3. I/flutter ( 4419): ══╡ EXCEPTION CAUGHT BY SERVICES LIBRARY ╞══════════════════════════════════════════════════════════
  4. I/flutter ( 4419): The following MissingPluginException was thrown while activating platform stream on channel
  5. I/flutter ( 4419): strangerweather.com/easy_dnd/stream:
  6. I/flutter ( 4419): MissingPluginException(No implementation found for method listen on channel
  7. I/flutter ( 4419): strangerweather.com/easy_dnd/stream)
  8. I/flutter ( 4419): When the exception was thrown, this was the stack:
  9. I/flutter ( 4419): #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:291:7)
  10. I/flutter ( 4419): <asynchronous suspension>
  11. I/flutter ( 4419): #1 EventChannel.receiveBroadcastStream.<anonymous closure> (package:flutter/src/services/platform_channel.dart:437:29)
  12. I/flutter ( 4419): <asynchronous suspension>
  13. I/flutter ( 4419): #6 _StatusStreamState.initState (package:easy_dnd/state_management/inherited_widget_class.dart:32:43)
  14. I/flutter ( 4419): #7 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3830:58)
  15. I/flutter ( 4419): #8 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3696:5)
  16. I/flutter ( 4419): #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2950:14)
  17. I/flutter ( 4419): #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2753:12)
  18. I/flutter ( 4419): #11 RenderObjectToWidgetElement._rebuild (package:flutter/src/widgets/binding.dart:909:16)
  19. I/flutter ( 4419): #12 RenderObjectToWidgetElement.mount (package:flutter/src/widgets/binding.dart:880:5)
  20. I/flutter ( 4419): #13 RenderObjectToWidgetAdapter.attachToRenderTree.<anonymous closure> (package:flutter/src/widgets/binding.dart:826:17)
  21. I/flutter ( 4419): #14 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2266:19)
  22. I/flutter ( 4419): #15 RenderObjectToWidgetAdapter.attachToRenderTree (package:flutter/src/widgets/binding.dart:825:13)
  23. I/flutter ( 4419): #16 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.attachRootWidget (package:flutter/src/widgets/binding.dart:712:7)
  24. I/flutter ( 4419): #17 runApp (package:flutter/src/widgets/binding.dart:756:7)
  25. I/flutter ( 4419): #18 main.<anonymous closure> (package:easy_dnd/main.dart:9:5)
  26. I/flutter ( 4419): #27 SystemChrome.setPreferredOrientations (package:flutter/src/services/system_chrome.dart)
  27. I/flutter ( 4419): <asynchronous suspension>
  28. I/flutter ( 4419): #28 main (package:easy_dnd/main.dart:7:16)
  29. I/flutter ( 4419): #29 _startIsolate.<anonymous closure> (dart:isolate/runtime/libisolate_patch.dart:289:19)
  30. I/flutter ( 4419): #30 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:171:12)
  31. I/flutter ( 4419): (elided 12 frames from package dart:async)
  32. I/flutter ( 4419): ════════════════════════════════════════════════════════════════════════════════════════════════════
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement