Skip to content

Build time error(debuge mode) #4

@harsh-singh-git

Description

@harsh-singh-git

: 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;
    ^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions