Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build time error(debuge mode) #4

Open
hasrh885 opened this issue Jan 14, 2022 · 0 comments
Open

Build time error(debuge mode) #4

hasrh885 opened this issue Jan 14, 2022 · 0 comments

Comments

@hasrh885
Copy link

: Error: No named parameter with the name 'nullOk'.
../…/extensions/context_ext.dart:174
Actions.invoke(this, intent, nullOk: nullOk);
^^^^^^
/C:/flutter/flutter/packages/flutter/lib/src/widgets/actions.dart:858:18: Context: Found this candidate, but the arguments don't match.
static Object? invoke(
^^^^^^
: Error: No named parameter with the name 'isMaterialAppTheme'.
../…/flutter/theme.dart:27
isMaterialAppTheme: isMaterialAppTheme,
^^^^^^^^^^^^^^^^^^

    ^^^^^^^^^^^^^^^^^^

/C:/flutter/flutter/packages/flutter/lib/src/material/theme.dart:39:9: Context: Found this candidate, but the arguments don't match.
const Theme({
^^^^^
: Error: No named parameter with the name 'isMaterialAppTheme'.
../…/flutter/theme.dart:47
isMaterialAppTheme: isMaterialAppTheme,
^^^^^^^^^^^^^^^^^^
/C:/flutter/flutter/packages/flutter/lib/src/material/theme.dart:39:9: Context: Found this candidate, but the arguments don't match.
const Theme({
^^^^^
: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
../…/src/path_provider_windows_real.dart:126

  • 'GUID' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    knownFolderID.addressOf, KF_FLAG_DEFAULT, NULL, pathPtrPtr);
    ^^^^^^^^^
    : Error: The getter 'addressOf' isn't defined for the class 'LOGFONT'.
    ../…/src/structs.dart:1067

  • 'LOGFONT' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    addressOf.cast().elementAt(28).cast();
    ^^^^^^^^^
    : Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
    ../…/src/structs.dart:1112

  • 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    LOGFONT get elfLogFont => addressOf.cast().ref;
    ^^^^^^^^^
    : Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
    ../…/src/structs.dart:1114

  • 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    String get elfFullName => addressOf
    ^^^^^^^^^
    Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
    ../…/src/structs.dart:1120

  • 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    String get elfStyle => addressOf
    ^^^^^^^^^
    : Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
    ../…/src/structs.dart:1126

  • 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    String get elfScript => addressOf
    ^^^^^^^^^
    : Error: The getter 'addressOf' isn't defined for the class 'OSVERSIONINFO'.
    ../…/src/structs.dart:2688

  • 'OSVERSIONINFO' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    addressOf.cast().elementAt(20).cast().unpackString(128);
    ^^^^^^^^^
    : Error: The getter 'addressOf' isn't defined for the class 'OSVERSIONINFO'.
    ../…/src/structs.dart:2699

  • 'OSVERSIONINFO' is from 'package:win32/src/structs.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
    ../…/src/structs.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    ..addressOf.cast().elementAt(20).value = 0;
    ^^^^^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant