Guest User

Untitled

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. environment:
  2. sdk: '>=2.0.0-dev.68.0 <3.0.0'
  3.  
  4. dependencies:
  5. browser_detect: ^1.0.4
  6. dnd: ^1.2.0
  7. firebase: ^0.5.0
  8. gorgon: ^0.14.2
  9. intl: ^0.15.6
  10. jsonx: ^2.0.2
  11. slack: ^1.2.2
  12. stagexl: ^1.3.1+4
  13. xml: ^3.0.0
  14.  
  15. dev_dependencies:
  16. build_runner: '>=0.8.10 <0.10.0'
  17. build_web_compilers: '>=0.3.6 <0.5.0'
  18.  
  19. Resolving dependencies...
  20. Overriding the upper bound Dart SDK constraint to <=2.0.0-dev.69.0 for the following packages:
  21.  
  22. args, async, browser, browser_detect, coUemoticons, convert, cou_toolkit, edit_distance, firebase, fixnum, glob, gorgon, graphs, http_parser, js, jsonx, libld, logging, meta, petitparser, pub_semver, quiver, quiver_iterables, scproxy, slack, source_span, stack_trace, stagexl, string_scanner, transmit, typed_data, xml
  23.  
  24. To disable this you can set the PUB_ALLOW_PRERELEASE_SDK system environment variable to `false`, or you can silence this message by setting it to `quiet`.
  25. Got dependencies!
  26. Precompiling executables...
  27. Failed to precompile build_runner:graph_inspector:
  28. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:56:10: Error: The return type of the method 'TypeSafeStream::firstWhere' is dart.async::Future<dynamic>, which does not match the return type of the overridden method (dart.async::Future<#lib1::TypeSafeStream::T>).
  29. Change to a subtype of dart.async::Future<#lib1::TypeSafeStream::T>.
  30. Future firstWhere(bool test(T element), {Object defaultValue()}) =>
  31. ^
  32. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:56:10: Error: The method 'TypeSafeStream::firstWhere' doesn't have the named parameter 'orElse' of overriden method 'Stream::firstWhere'.
  33. Future firstWhere(bool test(T element), {Object defaultValue()}) =>
  34. ^
  35. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:59:10: Error: The return type of the method 'TypeSafeStream::lastWhere' is dart.async::Future<dynamic>, which does not match the return type of the overridden method (dart.async::Future<#lib1::TypeSafeStream::T>).
  36. Change to a subtype of dart.async::Future<#lib1::TypeSafeStream::T>.
  37. Future lastWhere(bool test(T element), {Object defaultValue()}) =>
  38. ^
  39. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:59:10: Error: The method 'TypeSafeStream::lastWhere' doesn't have the named parameter 'orElse' of overriden method 'Stream::lastWhere'.
  40. Future lastWhere(bool test(T element), {Object defaultValue()}) =>
  41. ^
  42. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:62:13: Error: The method 'TypeSafeStream::singleWhere' has fewer named arguments than those of overridden method 'Stream::singleWhere'.
  43. Future<T> singleWhere(bool test(T element)) async =>
  44. ^
  45. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/restartable_timer.dart:11:7: Error: The non-abstract class 'RestartableTimer' is missing implementations for these members:
  46. 'tick'.
  47. Try to either
  48. - provide an implementation,
  49. - inherit an implementation from a superclass or mixin,
  50. - mark the class as abstract, or
  51. - provide a 'noSuchMethod' implementation.
  52.  
  53. class RestartableTimer implements Timer {
  54. ^^^^^^^^^^^^^^^^
  55. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/result/capture_transformer.dart:15:7: Error: The non-abstract class 'CaptureStreamTransformer' is missing implementations for these members:
  56. 'cast'.
  57. Try to either
  58. - provide an implementation,
  59. - inherit an implementation from a superclass or mixin,
  60. - mark the class as abstract, or
  61. - provide a 'noSuchMethod' implementation.
  62.  
  63. class CaptureStreamTransformer<T> implements StreamTransformer<T, Result<T>> {
  64. ^^^^^^^^^^^^^^^^^^^^^^^^
  65. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/result/release_transformer.dart:12:7: Error: The non-abstract class 'ReleaseStreamTransformer' is missing implementations for these members:
  66. 'cast'.
  67. Try to either
  68. - provide an implementation,
  69. - inherit an implementation from a superclass or mixin,
  70. - mark the class as abstract, or
  71. - provide a 'noSuchMethod' implementation.
  72.  
  73. class ReleaseStreamTransformer<T> implements StreamTransformer<Result<T>, T> {
  74. ^^^^^^^^^^^^^^^^^^^^^^^^
  75. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/single_subscription_transformer.dart:16:7: Error: The non-abstract class 'SingleSubscriptionTransformer' is missing implementations for these members:
  76. 'cast'.
  77. Try to either
  78. - provide an implementation,
  79. - inherit an implementation from a superclass or mixin,
  80. - mark the class as abstract, or
  81. - provide a 'noSuchMethod' implementation.
  82.  
  83. class SingleSubscriptionTransformer<S, T> implements StreamTransformer<S, T> {
  84. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  85. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed_stream_transformer.dart:23:7: Error: The non-abstract class '_TypeSafeStreamTransformer' is missing implementations for these members:
  86. 'cast'.
  87. Try to either
  88. - provide an implementation,
  89. - inherit an implementation from a superclass or mixin,
  90. - mark the class as abstract, or
  91. - provide a 'noSuchMethod' implementation.
  92.  
  93. class _TypeSafeStreamTransformer<S, T> implements StreamTransformer<S, T> {
  94. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  95. Failed to precompile build_runner:build_runner:
  96. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:56:10: Error: The return type of the method 'TypeSafeStream::firstWhere' is dart.async::Future<dynamic>, which does not match the return type of the overridden method (dart.async::Future<#lib1::TypeSafeStream::T>).
  97. Change to a subtype of dart.async::Future<#lib1::TypeSafeStream::T>.
  98. Future firstWhere(bool test(T element), {Object defaultValue()}) =>
  99. ^
  100. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:56:10: Error: The method 'TypeSafeStream::firstWhere' doesn't have the named parameter 'orElse' of overriden method 'Stream::firstWhere'.
  101. Future firstWhere(bool test(T element), {Object defaultValue()}) =>
  102. ^
  103. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:59:10: Error: The return type of the method 'TypeSafeStream::lastWhere' is dart.async::Future<dynamic>, which does not match the return type of the overridden method (dart.async::Future<#lib1::TypeSafeStream::T>).
  104. Change to a subtype of dart.async::Future<#lib1::TypeSafeStream::T>.
  105. Future lastWhere(bool test(T element), {Object defaultValue()}) =>
  106. ^
  107. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:59:10: Error: The method 'TypeSafeStream::lastWhere' doesn't have the named parameter 'orElse' of overriden method 'Stream::lastWhere'.
  108. Future lastWhere(bool test(T element), {Object defaultValue()}) =>
  109. ^
  110. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed/stream.dart:62:13: Error: The method 'TypeSafeStream::singleWhere' has fewer named arguments than those of overridden method 'Stream::singleWhere'.
  111. Future<T> singleWhere(bool test(T element)) async =>
  112. ^
  113. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/restartable_timer.dart:11:7: Error: The non-abstract class 'RestartableTimer' is missing implementations for these members:
  114. 'tick'.
  115. Try to either
  116. - provide an implementation,
  117. - inherit an implementation from a superclass or mixin,
  118. - mark the class as abstract, or
  119. - provide a 'noSuchMethod' implementation.
  120.  
  121. class RestartableTimer implements Timer {
  122. ^^^^^^^^^^^^^^^^
  123. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/result/capture_transformer.dart:15:7: Error: The non-abstract class 'CaptureStreamTransformer' is missing implementations for these members:
  124. 'cast'.
  125. Try to either
  126. - provide an implementation,
  127. - inherit an implementation from a superclass or mixin,
  128. - mark the class as abstract, or
  129. - provide a 'noSuchMethod' implementation.
  130.  
  131. class CaptureStreamTransformer<T> implements StreamTransformer<T, Result<T>> {
  132. ^^^^^^^^^^^^^^^^^^^^^^^^
  133. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/result/release_transformer.dart:12:7: Error: The non-abstract class 'ReleaseStreamTransformer' is missing implementations for these members:
  134. 'cast'.
  135. Try to either
  136. - provide an implementation,
  137. - inherit an implementation from a superclass or mixin,
  138. - mark the class as abstract, or
  139. - provide a 'noSuchMethod' implementation.
  140.  
  141. class ReleaseStreamTransformer<T> implements StreamTransformer<Result<T>, T> {
  142. ^^^^^^^^^^^^^^^^^^^^^^^^
  143. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/single_subscription_transformer.dart:16:7: Error: The non-abstract class 'SingleSubscriptionTransformer' is missing implementations for these members:
  144. 'cast'.
  145. Try to either
  146. - provide an implementation,
  147. - inherit an implementation from a superclass or mixin,
  148. - mark the class as abstract, or
  149. - provide a 'noSuchMethod' implementation.
  150.  
  151. class SingleSubscriptionTransformer<S, T> implements StreamTransformer<S, T> {
  152. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  153. file:///home/andy/.pub-cache/hosted/pub.dartlang.org/async-1.13.3/lib/src/typed_stream_transformer.dart:23:7: Error: The non-abstract class '_TypeSafeStreamTransformer' is missing implementations for these members:
  154. 'cast'.
  155. Try to either
  156. - provide an implementation,
  157. - inherit an implementation from a superclass or mixin,
  158. - mark the class as abstract, or
  159. - provide a 'noSuchMethod' implementation.
  160.  
  161. class _TypeSafeStreamTransformer<S, T> implements StreamTransformer<S, T> {
  162. ^^^^^^^^^^^^^^^^^^^^^^^^^^
Add Comment
Please, Sign In to add comment