Advertisement
henikseptiana15

Untitled

Oct 4th, 2021
1,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Launching lib/main.dart on CPH1803 in debug mode...
  2. Running Gradle task 'assembleDebug'...
  3. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:26: Error: Type 'DiagnosticableMixin' not found.
  4. class PictureStream with DiagnosticableMixin {
  5.                          ^^^^^^^^^^^^^^^^^^^
  6. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:44: Error: Type 'DiagnosticableMixin' not found.
  7. abstract class PictureStreamCompleter with DiagnosticableMixin {
  8.                                            ^^^^^^^^^^^^^^^^^^^
  9. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:7: Error: The type 'DiagnosticableMixin' can't be mixed in.
  10. class PictureStream with DiagnosticableMixin {
  11.      ^
  12. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:16: Error: The type 'DiagnosticableMixin' can't be mixed in.
  13. abstract class PictureStreamCompleter with DiagnosticableMixin {
  14.                ^
  15. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:273:21: Error: The method 'ancestorWidgetOfExactType' isn't defined for the class 'BuildContext'.
  16. - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../flutter_2.2.3/flutter/packages/flutter/lib/src/widgets/framework.dart').
  17. Try correcting the name to the name of an existing method, or defining a method named 'ancestorWidgetOfExactType'.
  18.    return context?.ancestorWidgetOfExactType(SmartRefresher);
  19.                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  20. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:277:41: Error: Method not found: 'TypeMatcher'.
  21.    return context?.ancestorStateOfType(TypeMatcher<SmartRefresherState>());
  22.                                        ^^^^^^^^^^^
  23. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:277:21: Error: The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'.
  24.  - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../flutter_2.2.3/flutter/packages/flutter/lib/src/widgets/framework.dart').
  25. Try correcting the name to the name of an existing method, or defining a method named 'ancestorStateOfType'.
  26.     return context?.ancestorStateOfType(TypeMatcher<SmartRefresherState>());
  27.                     ^^^^^^^^^^^^^^^^^^^
  28. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:1003:20: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.
  29. - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../flutter_2.2.3/flutter/packages/flutter/lib/src/widgets/framework.dart').
  30. Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'.
  31.    return context.inheritFromWidgetOfExactType(RefreshConfiguration);
  32.                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  33. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/lib/src/path_provider_windows_real.dart:126:25: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  34.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  35. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  36.           knownFolderID.addressOf, KF_FLAG_DEFAULT, NULL, pathPtrPtr);
  37.                         ^^^^^^^^^
  38. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1067:7: Error: The getter 'addressOf' isn't defined for the class 'LOGFONT'.
  39. - 'LOGFONT' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  40. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  41.      addressOf.cast<Uint8>().elementAt(28).cast<Utf16>();
  42.      ^^^^^^^^^
  43. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1112:29: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
  44.  - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  45. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  46.   LOGFONT get elfLogFont => addressOf.cast<LOGFONT>().ref;
  47.                             ^^^^^^^^^
  48. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1114:29: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
  49. - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  50. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  51.  String get elfFullName => addressOf
  52.                            ^^^^^^^^^
  53. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1120:26: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
  54.  - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  55. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  56.   String get elfStyle => addressOf
  57.                          ^^^^^^^^^
  58. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1126:27: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
  59. - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  60. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  61.  String get elfScript => addressOf
  62.                          ^^^^^^^^^
  63. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2688:7: Error: The getter 'addressOf' isn't defined for the class 'OSVERSIONINFO'.
  64.  - 'OSVERSIONINFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  65. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  66.       addressOf.cast<Uint8>().elementAt(20).cast<Utf16>().unpackString(128);
  67.       ^^^^^^^^^
  68. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2699:11: Error: The getter 'addressOf' isn't defined for the class 'OSVERSIONINFO'.
  69. - 'OSVERSIONINFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  70. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  71.        ..addressOf.cast<Uint8>().elementAt(20).value = 0;
  72.          ^^^^^^^^^
  73. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2744:24: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_DEVICE_INFO'.
  74.  - 'BLUETOOTH_DEVICE_INFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  75. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  76.   String get szName => addressOf
  77.                        ^^^^^^^^^
  78. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2837:7: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
  79. - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  80. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  81.      addressOf.cast<Uint8>().elementAt(BTH_MAX_PIN_SIZE).value;
  82.      ^^^^^^^^^
  83. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2840:5: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
  84.  - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  85. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  86.     addressOf.cast<Uint8>().elementAt(BTH_MAX_PIN_SIZE).value =
  87.     ^^^^^^^^^
  88. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2845:28: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
  89. - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  90. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  91.      String.fromCharCodes(addressOf.cast<Uint8>().asTypedList(pinLength));
  92.                           ^^^^^^^^^
  93. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2853:7: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
  94.  - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  95. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  96.       addressOf.cast<Uint8>().elementAt(idx).value = pinData[idx];
  97.       ^^^^^^^^^
  98. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart:38:31: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  99. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  100. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  101.  final iid = GUID.allocate().addressOf;
  102.                              ^^^^^^^^^
  103. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart:56:33: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  104.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  105. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  106.   final clsid = GUID.allocate().addressOf;
  107.                                 ^^^^^^^^^
  108. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/winrt/winrt_helpers.dart:86:40: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  109. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  110. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  111.  final riidCalendar = GUID.allocate().addressOf;
  112.                                       ^^^^^^^^^
  113. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IDesktopWallpaper.dart:197:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
  114.  - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
  115. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  116.     final ptr = COMObject.allocate().addressOf;
  117.                                      ^^^^^^^^^
  118. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IDesktopWallpaper.dart:200:49: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  119. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  120. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  121.        GUID.fromString(CLSID_DesktopWallpaper).addressOf,
  122.                                                ^^^^^^^^^
  123. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IDesktopWallpaper.dart:203:48: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  124.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  125. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  126.         GUID.fromString(IID_IDesktopWallpaper).addressOf,
  127.                                                ^^^^^^^^^
  128. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileOpenDialog.dart:58:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
  129. - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
  130. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  131.    final ptr = COMObject.allocate().addressOf;
  132.                                     ^^^^^^^^^
  133. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileOpenDialog.dart:61:47: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  134.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  135. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  136.         GUID.fromString(CLSID_FileOpenDialog).addressOf,
  137.                                               ^^^^^^^^^
  138. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileOpenDialog.dart:64:46: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  139. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  140. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  141.        GUID.fromString(IID_IFileOpenDialog).addressOf,
  142.                                             ^^^^^^^^^
  143. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileSaveDialog.dart:99:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
  144.  - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
  145. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  146.     final ptr = COMObject.allocate().addressOf;
  147.                                      ^^^^^^^^^
  148. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileSaveDialog.dart:102:47: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  149. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  150. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  151.        GUID.fromString(CLSID_FileSaveDialog).addressOf,
  152.                                              ^^^^^^^^^
  153. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileSaveDialog.dart:105:46: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  154.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  155. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  156.         GUID.fromString(IID_IFileSaveDialog).addressOf,
  157.                                              ^^^^^^^^^
  158. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IKnownFolderManager.dart:164:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
  159. - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
  160. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  161.    final ptr = COMObject.allocate().addressOf;
  162.                                     ^^^^^^^^^
  163. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IKnownFolderManager.dart:167:51: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  164.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  165. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  166.         GUID.fromString(CLSID_KnownFolderManager).addressOf,
  167.                                                   ^^^^^^^^^
  168. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IKnownFolderManager.dart:170:50: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  169. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  170. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  171.        GUID.fromString(IID_IKnownFolderManager).addressOf,
  172.                                                 ^^^^^^^^^
  173. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/INetworkListManager.dart:128:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
  174.  - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
  175. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  176.     final ptr = COMObject.allocate().addressOf;
  177.                                      ^^^^^^^^^
  178. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/INetworkListManager.dart:131:51: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  179. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  180. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  181.        GUID.fromString(CLSID_NetworkListManager).addressOf,
  182.                                                  ^^^^^^^^^
  183. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/INetworkListManager.dart:134:50: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  184.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  185. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  186.         GUID.fromString(IID_INetworkListManager).addressOf,
  187.                                                  ^^^^^^^^^
  188. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IWbemLocator.dart:82:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
  189. - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
  190. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  191.    final ptr = COMObject.allocate().addressOf;
  192.                                     ^^^^^^^^^
  193. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IWbemLocator.dart:84:68: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  194.  - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  195. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  196.     final hr = CoCreateInstance(GUID.fromString(CLSID_WbemLocator).addressOf,
  197.                                                                    ^^^^^^^^^
  198. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IWbemLocator.dart:85:64: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
  199. - 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
  200. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  201.        nullptr, CLSCTX_ALL, GUID.fromString(IID_IWbemLocator).addressOf, ptr);
  202.                                                               ^^^^^^^^^
  203. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:63:33: Error: The getter 'addressOf' isn't defined for the class 'Utf8'.
  204.  - 'Utf8' is from 'package:ffi/src/utf8.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart').
  205. Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  206.   String toString() => fromUtf8(addressOf);
  207.                                 ^^^^^^^^^
  208. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/chewie-0.9.10/lib/src/chewie_player.dart:83:7: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
  209.       resizeToAvoidBottomPadding: false,
  210.       ^^^^^^^^^^^^^^^^^^^^^^^^^^
  211. ../../flutter_2.2.3/flutter/packages/flutter/lib/src/material/scaffold.dart:1466:9: Context: Found this candidate, but the arguments don't match.
  212.  const Scaffold({
  213.        ^^^^^^^^
  214. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/chewie-0.9.10/lib/src/chewie_player.dart:276:17: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.
  215.  - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../flutter_2.2.3/flutter/packages/flutter/lib/src/widgets/framework.dart').
  216. Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'.
  217.         context.inheritFromWidgetOfExactType(_ChewieControllerProvider)
  218.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  219. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/chewie_audio-1.0.0+1/lib/src/chewie_player.dart:101:17: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.
  220. - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../flutter_2.2.3/flutter/packages/flutter/lib/src/widgets/framework.dart').
  221. Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'.
  222.        context.inheritFromWidgetOfExactType(_ChewieAudioControllerProvider)
  223.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  224. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_provider.dart:50:59: Error: No named parameter with the name 'nullOk'.
  225.        context != null ? Localizations.localeOf(context, nullOk: true) : null,
  226.                                                          ^^^^^^
  227. ../../flutter_2.2.3/flutter/packages/flutter/lib/src/widgets/localizations.dart:413:17: Context: Found this candidate, but the arguments don't match.
  228.   static Locale localeOf(BuildContext context) {
  229.                 ^^^^^^^^
  230. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:167:11: Error: Superclass has no method named 'debugFillProperties'.
  231.     super.debugFillProperties(properties);
  232.           ^^^^^^^^^^^^^^^^^^^
  233. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:171:30: Error: The method 'toStringShort' isn't defined for the class 'PictureStreamCompleter'.
  234. - 'PictureStreamCompleter' is from 'package:flutter_svg/src/picture_stream.dart' ('../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart').
  235. Try correcting the name to the name of an existing method, or defining a method named 'toStringShort'.
  236.      ifPresent: _completer?.toStringShort(),
  237.                             ^^^^^^^^^^^^^
  238. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:266:11: Error: Superclass has no method named 'debugFillProperties'.
  239.    super.debugFillProperties(description);
  240.          ^^^^^^^^^^^^^^^^^^^
  241. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1111:7: Error: Struct 'ENUMLOGFONTEX' is empty. Empty structs are undefined behavior.
  242. class ENUMLOGFONTEX extends Struct {
  243.      ^
  244. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2835:7: Error: Struct 'BLUETOOTH_PIN_INFO' is empty. Empty structs are undefined behavior.
  245. class BLUETOOTH_PIN_INFO extends Struct {
  246.      ^
  247. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2960:7: Error: Struct 'EXCEPINFO' is empty. Empty structs are undefined behavior.
  248. class EXCEPINFO extends Struct {}
  249.      ^
  250. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2966:7: Error: Struct 'PROPERTYKEY' is empty. Empty structs are undefined behavior.
  251. class PROPERTYKEY extends Struct {}
  252.      ^
  253. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2973:7: Error: Struct 'PROPVARIANT' is empty. Empty structs are undefined behavior.
  254. class PROPVARIANT extends Struct {}
  255.      ^
  256. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2978:7: Error: Struct 'SAFEARRAY' is empty. Empty structs are undefined behavior.
  257. class SAFEARRAY extends Struct {}
  258.      ^
  259. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2985:7: Error: Struct 'CLSID' is empty. Empty structs are undefined behavior.
  260. class CLSID extends Struct {}
  261.      ^
  262. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2992:7: Error: Struct 'STATSTG' is empty. Empty structs are undefined behavior.
  263. class STATSTG extends Struct {}
  264.      ^
  265. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2999:7: Error: Struct 'NLM_SIMULATED_PROFILE_INFO' is empty. Empty structs are undefined behavior.
  266. class NLM_SIMULATED_PROFILE_INFO extends Struct {}
  267.      ^
  268. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:23:7: Error: Struct 'Utf8' is empty. Empty structs are undefined behavior.
  269. class Utf8 extends Struct {
  270.      ^
  271. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf16.dart:16:7: Error: Struct 'Utf16' is empty. Empty structs are undefined behavior.
  272. class Utf16 extends Struct {
  273.      ^
  274. ../../flutter_2.2.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/allocation.dart:47:33: Error: Expected type 'T' to be a valid and instantiated subtype of 'NativeType'.
  275.  final int totalSize = count * sizeOf<T>();
  276.                                ^
  277.  
  278.  
  279. FAILURE: Build failed with an exception.
  280.  
  281. * Where:
  282. Script '/home/sts/flutter_2.2.3/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1035
  283.  
  284. * What went wrong:
  285. Execution failed for task ':app:compileFlutterBuildDebug'.
  286. > Process 'command '/home/sts/flutter_2.2.3/flutter/bin/flutter'' finished with non-zero exit value 1
  287.  
  288. * Try:
  289. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  290.  
  291. * Get more help at https://help.gradle.org
  292.  
  293. BUILD FAILED in 2m 34s
  294. Exception: Gradle task assembleDebug failed with exit code 1
  295.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement