Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. Failed to precompile build_runner:graph_inspector:
  2. Error: Could not resolve the package 'kernel' in 'package:kernel/util/graph.dart'.
  3. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:15:8: Error: Not found: 'package:kernel/util/graph.dart'
  4. import 'package:kernel/util/graph.dart' show Graph, computeStrongComponents;
  5. ^
  6. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:256:39: Error: Type 'Graph' not found.
  7. class _TypeParametersGraph implements Graph<int> {
  8. ^^^^^
  9. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:256:39: Error: Expected 0 type arguments.
  10. class _TypeParametersGraph implements Graph<int> {
  11. ^
  12. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:125:29: Error: Method not found: 'computeStrongComponents'.
  13. var stronglyConnected = computeStrongComponents(graph);
  14. ^^^^^^^^^^^^^^^^^^^^^^^
  15. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:125:29: Error: The method 'computeStrongComponents' isn't defined for the class 'DefaultTypesBuilder'.
  16. - 'DefaultTypesBuilder' is from 'package:analyzer/src/summary2/default_types_builder.dart' ('/E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart').
  17. Try correcting the name to the name of an existing method, or defining a method named 'computeStrongComponents'.
  18. var stronglyConnected = computeStrongComponents(graph);
  19. ^^^^^^^^^^^^^^^^^^^^^^^
  20. Failed to precompile build_runner:build_runner:
  21. Error: Could not resolve the package 'kernel' in 'package:kernel/util/graph.dart'.
  22. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:15:8: Error: Not found: 'package:kernel/util/graph.dart'
  23. import 'package:kernel/util/graph.dart' show Graph, computeStrongComponents;
  24. ^
  25. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:256:39: Error: Type 'Graph' not found.
  26. class _TypeParametersGraph implements Graph<int> {
  27. ^^^^^
  28. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:256:39: Error: Expected 0 type arguments.
  29. class _TypeParametersGraph implements Graph<int> {
  30. ^
  31. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:125:29: Error: Method not found: 'computeStrongComponents'.
  32. var stronglyConnected = computeStrongComponents(graph);
  33. ^^^^^^^^^^^^^^^^^^^^^^^
  34. /E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart:125:29: Error: The method 'computeStrongComponents' isn't defined for the class 'DefaultTypesBuilder'.
  35. - 'DefaultTypesBuilder' is from 'package:analyzer/src/summary2/default_types_builder.dart' ('/E:/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.2/lib/src/summary2/default_types_builder.dart').
  36. Try correcting the name to the name of an existing method, or defining a method named 'computeStrongComponents'.
  37. var stronglyConnected = computeStrongComponents(graph);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement