Last active
December 16, 2022 08:31
-
-
Save tthtlc/fb319c122df9c01a446ec99a4801f377 to your computer and use it in GitHub Desktop.
Delivery-Boy-for-Groceries-Foods-Pharmacies-Stores-Flutter-App analysis of dart program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Analyzing .... | |
error - generated/i18n.dart:12:9 - Can't define a const constructor for a class with non-final fields. Try making all of the fields final, or removing the keyword 'const' from the constructor. - const_constructor_with_non_final_field | |
error - generated/i18n.dart:14:10 - A class member can't have the same name as the enclosing class. Try renaming the member. - member_with_class_name | |
error - generated/i18n.dart:14:10 - Expected to find ';'. - expected_token | |
error - generated/i18n.dart:14:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - generated/i18n.dart:14:11 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - generated/i18n.dart:14:11 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - generated/i18n.dart:14:11 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - generated/i18n.dart:14:14 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - generated/i18n.dart:14:14 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - generated/i18n.dart:17:5 - Const variables must be initialized with a constant value. Try changing the initializer to be a constant expression. - const_initialized_with_non_constant_value | |
error - generated/i18n.dart:17:5 - The constructor being called isn't a const constructor. Try removing 'const' from the constructor invocation. - const_with_non_const | |
error - generated/i18n.dart:19:10 - A class member can't have the same name as the enclosing class. Try renaming the member. - member_with_class_name | |
error - generated/i18n.dart:19:10 - Expected to find ';'. - expected_token | |
error - generated/i18n.dart:19:10 - The name 'S' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - generated/i18n.dart:19:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - generated/i18n.dart:19:11 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - generated/i18n.dart:19:11 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - generated/i18n.dart:19:11 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - generated/i18n.dart:19:11 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - generated/i18n.dart:19:14 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - generated/i18n.dart:19:59 - The name 'S' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'S'. - non_type_as_type_argument | |
error - generated/i18n.dart:158:55 - Expected to find ')'. - expected_token | |
error - generated/i18n.dart:158:80 - Undefined name 'productName'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - generated/i18n.dart:161:19 - Classes can only extend other classes. Try specifying a different superclass, or removing the extends clause. - extends_non_class | |
error - generated/i18n.dart:436:55 - Expected to find ')'. - expected_token | |
error - generated/i18n.dart:436:86 - Undefined name 'productName'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - generated/i18n.dart:439:19 - Classes can only extend other classes. Try specifying a different superclass, or removing the extends clause. - extends_non_class | |
error - generated/i18n.dart:714:55 - Expected to find ')'. - expected_token | |
error - generated/i18n.dart:714:78 - Undefined name 'productName'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - generated/i18n.dart:717:19 - Classes can only extend other classes. Try specifying a different superclass, or removing the extends clause. - extends_non_class | |
error - generated/i18n.dart:721:19 - Classes can only extend other classes. Try specifying a different superclass, or removing the extends clause. - extends_non_class | |
error - generated/i18n.dart:996:55 - Expected to find ')'. - expected_token | |
error - generated/i18n.dart:996:79 - Undefined name 'productName'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - generated/i18n.dart:999:19 - Classes can only extend other classes. Try specifying a different superclass, or removing the extends clause. - extends_non_class | |
error - generated/i18n.dart:1274:55 - Expected to find ')'. - expected_token | |
error - generated/i18n.dart:1274:79 - Undefined name 'productName'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - generated/i18n.dart:1277:7 - Missing concrete implementations of 'LocalizationsDelegate.isSupported', 'LocalizationsDelegate.load', and 'LocalizationsDelegate.shouldReload'. Try implementing the missing methods, or make the class abstract. - non_abstract_class_inherits_abstract_member | |
error - generated/i18n.dart:1277:46 - A class declaration must have a body, even if it is empty. Try adding an empty body. - expected_body | |
error - generated/i18n.dart:1277:67 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1277:68 - Expected to find ';'. - expected_token | |
error - generated/i18n.dart:1277:68 - The name 'S' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - generated/i18n.dart:1277:68 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - generated/i18n.dart:1277:69 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1277:71 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1277:73 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1385:29 - A value of type 'bool?' can't be returned from the function 'getLang' because it has a return type of 'String'. - return_of_invalid_type | |
error - generated/i18n.dart:1387:30 - The operands of the operator '&&' must be assignable to 'bool'. - non_bool_operand | |
error - generated/i18n.dart:1387:43 - Expected to find ';'. - expected_token | |
error - generated/i18n.dart:1387:44 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1387:45 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1387:46 - Undefined class 'isEmpty'. Try changing the name to the name of an existing class, or creating a class with the name 'isEmpty'. - undefined_class | |
error - generated/i18n.dart:1388:7 - Functions must have an explicit list of parameters. Try adding a parameter list. - missing_function_parameters | |
error - generated/i18n.dart:1388:8 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - generated/i18n.dart:1388:8 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1388:9 - Expected to find ';'. - expected_token | |
error - generated/i18n.dart:1388:9 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - generated/i18n.dart:1389:5 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1389:7 - Functions must have an explicit list of parameters. Try adding a parameter list. - missing_function_parameters | |
error - generated/i18n.dart:1389:7 - The name 'l' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - generated/i18n.dart:1389:8 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - generated/i18n.dart:1389:8 - Expected a method, getter, setter or operator declaration. This appears to be incomplete code. Try removing it or completing it. - expected_executable | |
error - generated/i18n.dart:1389:19 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - main.dart:54:44 - The getter 'supportedLocales' isn't defined for the type 'GeneratedLocalizationsDelegate'. Try importing the library that defines 'supportedLocales', correcting the name to the name of an existing getter, or defining a getter or field named 'supportedLocales'. - undefined_getter | |
error - main.dart:55:56 - The method 'listResolution' isn't defined for the type 'GeneratedLocalizationsDelegate'. Try correcting the name to the name of an existing method, or defining a method named 'listResolution'. - undefined_method | |
error - main.dart:67:25 - The named parameter 'headline' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'headline'. - undefined_named_parameter | |
error - main.dart:68:25 - The named parameter 'display1' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display1'. - undefined_named_parameter | |
error - main.dart:69:25 - The named parameter 'display2' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display2'. - undefined_named_parameter | |
error - main.dart:70:25 - The named parameter 'display3' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display3'. - undefined_named_parameter | |
error - main.dart:71:25 - The named parameter 'display4' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display4'. - undefined_named_parameter | |
error - main.dart:72:25 - The named parameter 'subhead' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'subhead'. - undefined_named_parameter | |
error - main.dart:73:25 - The named parameter 'title' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'title'. - undefined_named_parameter | |
error - main.dart:74:25 - The named parameter 'body1' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'body1'. - undefined_named_parameter | |
error - main.dart:75:25 - The named parameter 'body2' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'body2'. - undefined_named_parameter | |
error - main.dart:88:25 - The named parameter 'headline' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'headline'. - undefined_named_parameter | |
error - main.dart:89:25 - The named parameter 'display1' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display1'. - undefined_named_parameter | |
error - main.dart:90:25 - The named parameter 'display2' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display2'. - undefined_named_parameter | |
error - main.dart:91:25 - The named parameter 'display3' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display3'. - undefined_named_parameter | |
error - main.dart:92:25 - The named parameter 'display4' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'display4'. - undefined_named_parameter | |
error - main.dart:93:25 - The named parameter 'subhead' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'subhead'. - undefined_named_parameter | |
error - main.dart:94:25 - The named parameter 'title' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'title'. - undefined_named_parameter | |
error - main.dart:95:25 - The named parameter 'body1' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'body1'. - undefined_named_parameter | |
error - main.dart:96:25 - The named parameter 'body2' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'body2'. - undefined_named_parameter | |
error - route_generator.dart:33:66 - The named parameter 'currentTab' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'currentTab'. - undefined_named_parameter | |
error - route_generator.dart:35:62 - The named parameter 'routeArgument' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'routeArgument'. - undefined_named_parameter | |
error - route_generator.dart:35:100 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:11:3 - The instance member 'double' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/cart_controller.dart:11:3 - double isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/cart_controller.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/controllers/cart_controller.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/cart_controller.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/cart_controller.dart:12:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/cart_controller.dart:12:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/cart_controller.dart:12:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/cart_controller.dart:12:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/cart_controller.dart:14:3 - The instance member 'double' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/cart_controller.dart:14:3 - double isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/cart_controller.dart:15:3 - The instance member 'double' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/cart_controller.dart:15:3 - double isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/cart_controller.dart:16:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/cart_controller.dart:16:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/cart_controller.dart:16:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/cart_controller.dart:16:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/cart_controller.dart:16:27 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/cart_controller.dart:16:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/cart_controller.dart:16:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/cart_controller.dart:16:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/cart_controller.dart:19:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/cart_controller.dart:22:30 - Expected to find '}'. - expected_token | |
error - src/controllers/cart_controller.dart:33:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/cart_controller.dart:33:33 - Expected to find ','. - expected_token | |
error - src/controllers/cart_controller.dart:33:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/cart_controller.dart:33:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:37:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/cart_controller.dart:39:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/cart_controller.dart:45:35 - Expected to find '}'. - expected_token | |
error - src/controllers/cart_controller.dart:54:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/cart_controller.dart:54:33 - Expected to find ','. - expected_token | |
error - src/controllers/cart_controller.dart:54:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/cart_controller.dart:54:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:60:20 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/cart_controller.dart:60:31 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/cart_controller.dart:60:39 - Expected to find ','. - expected_token | |
error - src/controllers/cart_controller.dart:60:39 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/cart_controller.dart:60:39 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/cart_controller.dart:60:40 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:69:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/cart_controller.dart:69:33 - Expected to find ','. - expected_token | |
error - src/controllers/cart_controller.dart:69:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/cart_controller.dart:69:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:69:88 - Expected to find ','. - expected_token | |
error - src/controllers/cart_controller.dart:69:89 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:77:49 - Expected to find ';'. - expected_token | |
error - src/controllers/cart_controller.dart:77:51 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:79:35 - Expected to find ';'. - expected_token | |
error - src/controllers/cart_controller.dart:79:37 - Expected an identifier. - missing_identifier | |
error - src/controllers/cart_controller.dart:79:47 - The getter 'deliveryFee' isn't defined for the type 'bool'. Try importing the library that defines 'deliveryFee', correcting the name to the name of an existing getter, or defining a getter or field named 'deliveryFee'. - undefined_getter | |
error - src/controllers/category_controller.dart:14:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/category_controller.dart:14:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/category_controller.dart:14:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/category_controller.dart:14:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/category_controller.dart:14:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/category_controller.dart:14:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/category_controller.dart:14:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/category_controller.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/controllers/category_controller.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/category_controller.dart:15:11 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/category_controller.dart:15:11 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/category_controller.dart:15:11 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/category_controller.dart:15:11 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/category_controller.dart:15:14 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/category_controller.dart:15:14 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/category_controller.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/controllers/category_controller.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/category_controller.dart:17:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/category_controller.dart:17:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/category_controller.dart:17:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/category_controller.dart:17:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/category_controller.dart:17:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/category_controller.dart:17:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/category_controller.dart:20:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/category_controller.dart:23:43 - Expected to find '}'. - expected_token | |
error - src/controllers/category_controller.dart:24:64 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/category_controller.dart:31:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/category_controller.dart:31:33 - Expected to find ','. - expected_token | |
error - src/controllers/category_controller.dart:31:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/category_controller.dart:31:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/category_controller.dart:34:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/category_controller.dart:36:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/category_controller.dart:42:33 - Expected to find '}'. - expected_token | |
error - src/controllers/category_controller.dart:43:18 - The name 'Category' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Category'. - non_type_as_type_argument | |
error - src/controllers/category_controller.dart:43:55 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/category_controller.dart:44:20 - Category isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/category_controller.dart:49:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/category_controller.dart:49:33 - Expected to find ','. - expected_token | |
error - src/controllers/category_controller.dart:49:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/category_controller.dart:49:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/category_controller.dart:52:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/category_controller.dart:54:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/category_controller.dart:61:18 - The name 'Cart' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Cart'. - non_type_as_type_argument | |
error - src/controllers/category_controller.dart:62:20 - Cart isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/category_controller.dart:69:18 - Expected to find ';'. - expected_token | |
error - src/controllers/category_controller.dart:69:20 - Expected an identifier. - missing_identifier | |
error - src/controllers/category_controller.dart:69:58 - Expected to find ';'. - expected_token | |
error - src/controllers/category_controller.dart:69:60 - Expected an identifier. - missing_identifier | |
error - src/controllers/category_controller.dart:78:21 - The name 'Cart' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/category_controller.dart:94:20 - The name 'Category' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/category_controller.dart:95:33 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/category_controller.dart:95:44 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/category_controller.dart:95:52 - Expected to find ','. - expected_token | |
error - src/controllers/category_controller.dart:95:52 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/category_controller.dart:95:52 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/category_controller.dart:95:53 - Expected an identifier. - missing_identifier | |
error - src/controllers/category_controller.dart:96:23 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/category_controller.dart:96:34 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/category_controller.dart:96:42 - Expected to find ','. - expected_token | |
error - src/controllers/category_controller.dart:96:42 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/category_controller.dart:96:42 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/category_controller.dart:96:43 - Expected an identifier. - missing_identifier | |
error - src/controllers/checkout_controller.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/controllers/checkout_controller.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/checkout_controller.dart:21:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/checkout_controller.dart:21:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/checkout_controller.dart:21:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/checkout_controller.dart:21:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/checkout_controller.dart:21:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/checkout_controller.dart:22:3 - The instance member 'double' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/checkout_controller.dart:22:3 - double isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/checkout_controller.dart:23:3 - Expected to find ';'. - expected_token | |
error - src/controllers/checkout_controller.dart:23:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/checkout_controller.dart:23:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/checkout_controller.dart:23:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/checkout_controller.dart:23:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/checkout_controller.dart:23:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/checkout_controller.dart:23:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/checkout_controller.dart:23:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/checkout_controller.dart:24:3 - The instance member 'double' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/checkout_controller.dart:24:3 - double isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/checkout_controller.dart:25:3 - The instance member 'double' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/checkout_controller.dart:25:3 - double isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/checkout_controller.dart:28:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/checkout_controller.dart:28:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/checkout_controller.dart:28:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/checkout_controller.dart:28:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/checkout_controller.dart:28:27 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/checkout_controller.dart:28:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/checkout_controller.dart:28:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/checkout_controller.dart:28:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/checkout_controller.dart:31:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/checkout_controller.dart:40:30 - Expected to find '}'. - expected_token | |
error - src/controllers/checkout_controller.dart:51:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/checkout_controller.dart:51:33 - Expected to find ','. - expected_token | |
error - src/controllers/checkout_controller.dart:51:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/checkout_controller.dart:51:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/checkout_controller.dart:55:11 - Undefined name 'withAddOrder'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/checkout_controller.dart:55:35 - Undefined name 'withAddOrder'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/checkout_controller.dart:58:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/checkout_controller.dart:60:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/checkout_controller.dart:68:32 - The default 'List' constructor isn't available when null safety is enabled. Try using a list literal, 'List.filled' or 'List.generate'. - default_list_constructor | |
error - src/controllers/checkout_controller.dart:77:42 - Expected to find ';'. - expected_token | |
error - src/controllers/checkout_controller.dart:77:44 - Expected an identifier. - missing_identifier | |
error - src/controllers/checkout_controller.dart:80:27 - Expected to find ';'. - expected_token | |
error - src/controllers/checkout_controller.dart:80:29 - Expected an identifier. - missing_identifier | |
error - src/controllers/checkout_controller.dart:94:49 - Expected to find ';'. - expected_token | |
error - src/controllers/checkout_controller.dart:94:51 - Expected an identifier. - missing_identifier | |
error - src/controllers/checkout_controller.dart:96:35 - Expected to find ';'. - expected_token | |
error - src/controllers/checkout_controller.dart:96:37 - Expected an identifier. - missing_identifier | |
error - src/controllers/checkout_controller.dart:96:47 - The getter 'deliveryFee' isn't defined for the type 'bool'. Try importing the library that defines 'deliveryFee', correcting the name to the name of an existing getter, or defining a getter or field named 'deliveryFee'. - undefined_getter | |
error - src/controllers/controller.dart:9:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/controller.dart:9:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/controller.dart:9:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/controller.dart:9:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/controller.dart:9:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/controller.dart:9:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/controller.dart:9:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/controller.dart:12:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/delivery_addresses_controller.dart:10:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/delivery_addresses_controller.dart:10:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/delivery_addresses_controller.dart:10:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/delivery_addresses_controller.dart:10:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/delivery_addresses_controller.dart:10:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/delivery_addresses_controller.dart:10:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/delivery_addresses_controller.dart:10:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/delivery_addresses_controller.dart:13:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/delivery_addresses_controller.dart:17:34 - Expected to find '}'. - expected_token | |
error - src/controllers/delivery_addresses_controller.dart:26:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/delivery_addresses_controller.dart:26:33 - Expected to find ','. - expected_token | |
error - src/controllers/delivery_addresses_controller.dart:26:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/delivery_addresses_controller.dart:26:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/delivery_addresses_controller.dart:29:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/delivery_addresses_controller.dart:31:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/delivery_addresses_controller.dart:39:24 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/delivery_addresses_controller.dart:39:35 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/delivery_addresses_controller.dart:39:43 - Expected to find ','. - expected_token | |
error - src/controllers/delivery_addresses_controller.dart:39:43 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/delivery_addresses_controller.dart:39:43 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/delivery_addresses_controller.dart:39:44 - Expected an identifier. - missing_identifier | |
error - src/controllers/delivery_addresses_controller.dart:48:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/delivery_addresses_controller.dart:48:33 - Expected to find ','. - expected_token | |
error - src/controllers/delivery_addresses_controller.dart:48:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/delivery_addresses_controller.dart:48:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/delivery_addresses_controller.dart:72:26 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/delivery_addresses_controller.dart:72:37 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/delivery_addresses_controller.dart:72:45 - Expected to find ','. - expected_token | |
error - src/controllers/delivery_addresses_controller.dart:72:45 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/delivery_addresses_controller.dart:72:45 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/delivery_addresses_controller.dart:72:46 - Expected an identifier. - missing_identifier | |
error - src/controllers/faq_controller.dart:10:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/faq_controller.dart:10:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/faq_controller.dart:10:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/faq_controller.dart:10:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/faq_controller.dart:10:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/faq_controller.dart:10:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/faq_controller.dart:10:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/faq_controller.dart:13:23 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/faq_controller.dart:17:29 - Expected to find '}'. - expected_token | |
error - src/controllers/faq_controller.dart:26:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/faq_controller.dart:26:33 - Expected to find ','. - expected_token | |
error - src/controllers/faq_controller.dart:26:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/faq_controller.dart:26:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/faq_controller.dart:29:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/faq_controller.dart:31:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/faq_controller.dart:39:19 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/favorite_controller.dart:10:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/favorite_controller.dart:10:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/favorite_controller.dart:10:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/favorite_controller.dart:10:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/favorite_controller.dart:10:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/favorite_controller.dart:10:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/favorite_controller.dart:10:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/favorite_controller.dart:13:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/favorite_controller.dart:17:34 - Expected to find '}'. - expected_token | |
error - src/controllers/favorite_controller.dart:25:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/favorite_controller.dart:25:33 - Expected to find ','. - expected_token | |
error - src/controllers/favorite_controller.dart:25:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/favorite_controller.dart:25:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/favorite_controller.dart:28:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/favorite_controller.dart:30:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/favorite_controller.dart:38:24 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/map_controller.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/map_controller.dart:16:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/map_controller.dart:16:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/map_controller.dart:16:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/map_controller.dart:16:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/map_controller.dart:16:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/map_controller.dart:17:8 - The instance member 'Order' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/map_controller.dart:17:8 - The name 'Order' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Order'. - non_type_as_type_argument | |
error - src/controllers/map_controller.dart:17:25 - The instance member 'Order' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/controllers/map_controller.dart:17:25 - The name 'Order' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Order'. - non_type_as_type_argument | |
error - src/controllers/map_controller.dart:19:3 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:19:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/map_controller.dart:19:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/map_controller.dart:19:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/map_controller.dart:19:10 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/map_controller.dart:19:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/map_controller.dart:19:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/map_controller.dart:19:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/map_controller.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/map_controller.dart:21:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/map_controller.dart:21:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/map_controller.dart:21:17 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/map_controller.dart:21:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/map_controller.dart:21:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/map_controller.dart:21:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/map_controller.dart:29:35 - Expected to find ')'. - expected_token | |
error - src/controllers/map_controller.dart:31:18 - The name 'Order' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Order'. - non_type_as_type_argument | |
error - src/controllers/map_controller.dart:31:54 - Undefined name 'myAddress'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/map_controller.dart:31:65 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:31:65 - Undefined name 'areaAddress'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/map_controller.dart:33:10 - Order isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/map_controller.dart:37:56 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:37:56 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:37:57 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:53:28 - Expected to find ')'. - expected_token | |
error - src/controllers/map_controller.dart:60:43 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:60:43 - The argument type 'bool' can't be assigned to the parameter type 'double'. - argument_type_not_assignable | |
error - src/controllers/map_controller.dart:60:44 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:60:57 - Too many positional arguments: 2 expected, but 4 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:60:72 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:60:73 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:65:29 - The method 'isUnknown' isn't defined for the type 'bool'. Try correcting the name to the name of an existing method, or defining a method named 'isUnknown'. - undefined_method | |
error - src/controllers/map_controller.dart:66:51 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:66:51 - The argument type 'bool' can't be assigned to the parameter type 'double'. - argument_type_not_assignable | |
error - src/controllers/map_controller.dart:66:52 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:66:65 - Too many positional arguments: 2 expected, but 4 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:66:80 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:66:81 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:84:39 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:84:40 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:84:59 - The getter 'latitude' isn't defined for the type 'bool'. Try importing the library that defines 'latitude', correcting the name to the name of an existing getter, or defining a getter or field named 'latitude'. - undefined_getter | |
error - src/controllers/map_controller.dart:84:71 - Too many positional arguments: 2 expected, but 4 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:84:84 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:84:85 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:84:104 - The getter 'longitude' isn't defined for the type 'bool'. Try importing the library that defines 'longitude', correcting the name to the name of an existing getter, or defining a getter or field named 'longitude'. - undefined_getter | |
error - src/controllers/map_controller.dart:88:49 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:88:49 - The argument type 'bool' can't be assigned to the parameter type 'double'. - argument_type_not_assignable | |
error - src/controllers/map_controller.dart:88:50 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:88:63 - Too many positional arguments: 2 expected, but 4 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:88:78 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:88:79 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:117:17 - The name 'Order' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Order'. - non_type_as_type_argument | |
error - src/controllers/map_controller.dart:118:7 - Address isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/map_controller.dart:118:46 - The literal can't be either a map or a set because it contains at least one literal map entry or a spread operator spreading a 'Map', and at least one element which is neither of these. Try removing or changing some of the elements so that all of the elements are consistent. - ambiguous_set_or_map_literal_both | |
error - src/controllers/map_controller.dart:118:74 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:118:75 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:118:121 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:118:122 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:120:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:122:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:131:28 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:131:28 - Too many positional arguments: 1 expected, but 5 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:131:29 - A negation operand must have a static type of 'bool'. Try changing the operand to the '!' operator. - non_bool_negation_expression | |
error - src/controllers/map_controller.dart:131:29 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:131:50 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/controllers/map_controller.dart:133:28 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:133:29 - A negation operand must have a static type of 'bool'. Try changing the operand to the '!' operator. - non_bool_negation_expression | |
error - src/controllers/map_controller.dart:133:29 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:133:51 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/controllers/map_controller.dart:135:26 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:135:27 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:135:46 - The getter 'longitude' isn't defined for the type 'bool'. Try importing the library that defines 'longitude', correcting the name to the name of an existing getter, or defining a getter or field named 'longitude'. - undefined_getter | |
error - src/controllers/map_controller.dart:137:26 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:137:27 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:137:46 - The getter 'longitude' isn't defined for the type 'bool'. Try importing the library that defines 'longitude', correcting the name to the name of an existing getter, or defining a getter or field named 'longitude'. - undefined_getter | |
error - src/controllers/map_controller.dart:142:54 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:142:54 - The argument type 'bool' can't be assigned to the parameter type 'double'. - argument_type_not_assignable | |
error - src/controllers/map_controller.dart:142:55 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:142:68 - Too many positional arguments: 2 expected, but 4 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/map_controller.dart:142:83 - Expected to find ','. - expected_token | |
error - src/controllers/map_controller.dart:142:84 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:153:17 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:153:19 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:156:31 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:156:33 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:157:56 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:157:58 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:157:65 - The operator '/' isn't defined for the type 'bool'. Try defining the operator '/'. - undefined_operator | |
error - src/controllers/map_controller.dart:160:40 - Expected to find ';'. - expected_token | |
error - src/controllers/map_controller.dart:160:42 - Expected an identifier. - missing_identifier | |
error - src/controllers/map_controller.dart:160:49 - The operator '/' isn't defined for the type 'bool'. Try defining the operator '/'. - undefined_operator | |
error - src/controllers/map_controller.dart:167:17 - The name 'Order' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Order'. - non_type_as_type_argument | |
error - src/controllers/map_controller.dart:169:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/market_controller.dart:14:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/controllers/market_controller.dart:20:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/market_controller.dart:20:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/market_controller.dart:20:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/market_controller.dart:20:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/market_controller.dart:20:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/market_controller.dart:20:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/market_controller.dart:20:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/market_controller.dart:23:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/market_controller.dart:26:31 - Expected to find '}'. - expected_token | |
error - src/controllers/market_controller.dart:27:51 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/market_controller.dart:33:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/market_controller.dart:33:33 - Expected to find ','. - expected_token | |
error - src/controllers/market_controller.dart:33:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/market_controller.dart:33:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/market_controller.dart:36:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/market_controller.dart:38:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/market_controller.dart:44:33 - Expected to find ')'. - expected_token | |
error - src/controllers/market_controller.dart:45:55 - Undefined name 'idMarket'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/market_controller.dart:51:38 - Expected to find '}'. - expected_token | |
error - src/controllers/market_controller.dart:52:58 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/market_controller.dart:76:40 - Expected to find ')'. - expected_token | |
error - src/controllers/market_controller.dart:77:70 - Undefined name 'idMarket'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/market_controller.dart:91:21 - The named parameter 'id' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'id'. - undefined_named_parameter | |
error - src/controllers/market_controller.dart:91:30 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/market_controller.dart:91:41 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/market_controller.dart:91:49 - Expected to find ','. - expected_token | |
error - src/controllers/market_controller.dart:91:49 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/market_controller.dart:91:49 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/market_controller.dart:91:50 - Expected an identifier. - missing_identifier | |
error - src/controllers/market_controller.dart:92:28 - The named parameter 'id' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'id'. - undefined_named_parameter | |
error - src/controllers/notification_controller.dart:11:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/notification_controller.dart:11:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/notification_controller.dart:11:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/notification_controller.dart:11:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/notification_controller.dart:11:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/notification_controller.dart:11:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/notification_controller.dart:11:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/notification_controller.dart:14:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/notification_controller.dart:18:38 - Expected to find '}'. - expected_token | |
error - src/controllers/notification_controller.dart:27:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/notification_controller.dart:27:33 - Expected to find ','. - expected_token | |
error - src/controllers/notification_controller.dart:27:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/notification_controller.dart:27:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/notification_controller.dart:35:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/notification_controller.dart:37:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/notification_controller.dart:45:28 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/notification_controller.dart:45:39 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/notification_controller.dart:45:47 - Expected to find ','. - expected_token | |
error - src/controllers/notification_controller.dart:45:47 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/notification_controller.dart:45:47 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/notification_controller.dart:45:48 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_controller.dart:10:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/order_controller.dart:10:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/order_controller.dart:10:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/order_controller.dart:10:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/order_controller.dart:10:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/order_controller.dart:10:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/order_controller.dart:10:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/order_controller.dart:13:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/order_controller.dart:16:31 - Expected to find '}'. - expected_token | |
error - src/controllers/order_controller.dart:26:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/order_controller.dart:26:33 - Expected to find ','. - expected_token | |
error - src/controllers/order_controller.dart:26:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/order_controller.dart:26:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_controller.dart:29:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_controller.dart:31:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_controller.dart:37:38 - Expected to find '}'. - expected_token | |
error - src/controllers/order_controller.dart:46:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/order_controller.dart:46:33 - Expected to find ','. - expected_token | |
error - src/controllers/order_controller.dart:46:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/order_controller.dart:46:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_controller.dart:49:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_controller.dart:51:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_details_controller.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/controllers/order_details_controller.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/order_details_controller.dart:9:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/order_details_controller.dart:9:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/order_details_controller.dart:9:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/order_details_controller.dart:9:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/order_details_controller.dart:9:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/order_details_controller.dart:14:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/order_details_controller.dart:14:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/order_details_controller.dart:14:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/order_details_controller.dart:14:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/order_details_controller.dart:14:27 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/order_details_controller.dart:14:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/order_details_controller.dart:14:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/order_details_controller.dart:14:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/order_details_controller.dart:17:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/order_details_controller.dart:20:30 - Expected to find '}'. - expected_token | |
error - src/controllers/order_details_controller.dart:21:18 - The name 'Order' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Order'. - non_type_as_type_argument | |
error - src/controllers/order_details_controller.dart:21:49 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_details_controller.dart:22:20 - Order isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/order_details_controller.dart:27:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/order_details_controller.dart:27:33 - Expected to find ','. - expected_token | |
error - src/controllers/order_details_controller.dart:27:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/order_details_controller.dart:27:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:31:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_details_controller.dart:33:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/order_details_controller.dart:40:20 - The named parameter 'id' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'id'. - undefined_named_parameter | |
error - src/controllers/order_details_controller.dart:40:30 - Expected to find ','. - expected_token | |
error - src/controllers/order_details_controller.dart:40:30 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/order_details_controller.dart:40:30 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/order_details_controller.dart:40:31 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:40:36 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/order_details_controller.dart:40:47 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/order_details_controller.dart:40:55 - Expected to find ','. - expected_token | |
error - src/controllers/order_details_controller.dart:40:55 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/order_details_controller.dart:40:56 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:43:25 - Order isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/order_details_controller.dart:46:19 - Expected to find ';'. - expected_token | |
error - src/controllers/order_details_controller.dart:46:21 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:46:36 - The setter 'id' isn't defined for the type 'bool'. Try importing the library that defines 'id', correcting the name to the name of an existing setter, or defining a setter or field named 'id'. - undefined_setter | |
error - src/controllers/order_details_controller.dart:56:10 - Expected to find ';'. - expected_token | |
error - src/controllers/order_details_controller.dart:56:12 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:59:24 - Expected to find ';'. - expected_token | |
error - src/controllers/order_details_controller.dart:59:26 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:60:49 - Expected to find ';'. - expected_token | |
error - src/controllers/order_details_controller.dart:60:51 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:60:58 - The operator '/' isn't defined for the type 'bool'. Try defining the operator '/'. - undefined_operator | |
error - src/controllers/order_details_controller.dart:63:33 - Expected to find ';'. - expected_token | |
error - src/controllers/order_details_controller.dart:63:35 - Expected an identifier. - missing_identifier | |
error - src/controllers/order_details_controller.dart:63:42 - The operator '/' isn't defined for the type 'bool'. Try defining the operator '/'. - undefined_operator | |
error - src/controllers/product_controller.dart:13:3 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:13:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/product_controller.dart:13:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/product_controller.dart:13:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/product_controller.dart:13:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/product_controller.dart:13:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/product_controller.dart:13:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/product_controller.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/product_controller.dart:16:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/product_controller.dart:16:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/product_controller.dart:16:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/product_controller.dart:16:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/product_controller.dart:16:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/product_controller.dart:16:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/product_controller.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/product_controller.dart:17:11 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/product_controller.dart:17:11 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/product_controller.dart:17:11 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/product_controller.dart:17:11 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/product_controller.dart:17:14 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/product_controller.dart:17:14 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/product_controller.dart:19:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/controllers/product_controller.dart:25:32 - Expected to find '}'. - expected_token | |
error - src/controllers/product_controller.dart:26:18 - The name 'Product' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Product'. - non_type_as_type_argument | |
error - src/controllers/product_controller.dart:26:53 - Undefined name 'productId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/product_controller.dart:27:20 - Product isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:31:33 - The method 'showSnackBar' isn't defined for the type 'ScaffoldState'. Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'. - undefined_method | |
error - src/controllers/product_controller.dart:32:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/product_controller.dart:32:33 - Expected to find ','. - expected_token | |
error - src/controllers/product_controller.dart:32:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/product_controller.dart:32:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/product_controller.dart:36:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/product_controller.dart:37:35 - The method 'showSnackBar' isn't defined for the type 'ScaffoldState'. Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'. - undefined_method | |
error - src/controllers/product_controller.dart:38:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/product_controller.dart:44:33 - Expected to find '}'. - expected_token | |
error - src/controllers/product_controller.dart:45:18 - The name 'Favorite' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Favorite'. - non_type_as_type_argument | |
error - src/controllers/product_controller.dart:45:61 - Undefined name 'productId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/product_controller.dart:46:20 - Favorite isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:54:18 - The name 'Cart' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'Cart'. - non_type_as_type_argument | |
error - src/controllers/product_controller.dart:55:20 - Cart isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:60:22 - Product isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:62:18 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:62:20 - Expected an identifier. - missing_identifier | |
error - src/controllers/product_controller.dart:62:58 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:62:60 - Expected an identifier. - missing_identifier | |
error - src/controllers/product_controller.dart:67:18 - Product isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:71:21 - The name 'Cart' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/product_controller.dart:79:34 - The method 'showSnackBar' isn't defined for the type 'ScaffoldState'. Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'. - undefined_method | |
error - src/controllers/product_controller.dart:85:22 - Product isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:86:25 - The name 'Favorite' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/product_controller.dart:95:34 - The method 'showSnackBar' isn't defined for the type 'ScaffoldState'. Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'. - undefined_method | |
error - src/controllers/product_controller.dart:101:27 - Favorite isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/product_controller.dart:104:29 - The name 'Favorite' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/product_controller.dart:106:34 - The method 'showSnackBar' isn't defined for the type 'ScaffoldState'. Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'. - undefined_method | |
error - src/controllers/product_controller.dart:113:22 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:113:24 - Expected an identifier. - missing_identifier | |
error - src/controllers/product_controller.dart:114:19 - The name 'Product' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/product_controller.dart:115:23 - The named parameter 'productId' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'productId'. - undefined_named_parameter | |
error - src/controllers/product_controller.dart:116:22 - The named parameter 'productId' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'productId'. - undefined_named_parameter | |
error - src/controllers/product_controller.dart:116:38 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/product_controller.dart:121:12 - Expected to find ';'. - expected_token | |
error - src/controllers/product_controller.dart:121:14 - Expected an identifier. - missing_identifier | |
error - src/controllers/profile_controller.dart:13:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/profile_controller.dart:13:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/profile_controller.dart:13:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/profile_controller.dart:13:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/profile_controller.dart:13:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/profile_controller.dart:13:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/profile_controller.dart:13:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/profile_controller.dart:16:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/profile_controller.dart:28:37 - Expected to find '}'. - expected_token | |
error - src/controllers/profile_controller.dart:37:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/profile_controller.dart:37:33 - Expected to find ','. - expected_token | |
error - src/controllers/profile_controller.dart:37:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/profile_controller.dart:37:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/profile_controller.dart:40:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/profile_controller.dart:42:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/profile_controller.dart:51:27 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/profile_controller.dart:51:38 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/profile_controller.dart:51:46 - Expected to find ','. - expected_token | |
error - src/controllers/profile_controller.dart:51:46 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/profile_controller.dart:51:46 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/profile_controller.dart:51:47 - Expected an identifier. - missing_identifier | |
error - src/controllers/settings_controller.dart:11:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/settings_controller.dart:11:23 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/settings_controller.dart:11:23 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/settings_controller.dart:11:23 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/settings_controller.dart:11:23 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/settings_controller.dart:11:26 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/settings_controller.dart:11:26 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/settings_controller.dart:12:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/settings_controller.dart:12:3 - The name 'GlobalKey' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/settings_controller.dart:12:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/settings_controller.dart:12:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/settings_controller.dart:12:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/settings_controller.dart:12:27 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/controllers/settings_controller.dart:12:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/settings_controller.dart:12:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/settings_controller.dart:12:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/settings_controller.dart:15:24 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/settings_controller.dart:16:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/settings_controller.dart:26:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/settings_controller.dart:26:33 - Expected to find ','. - expected_token | |
error - src/controllers/settings_controller.dart:26:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/settings_controller.dart:26:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/settings_controller.dart:35:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/settings_controller.dart:35:33 - Expected to find ','. - expected_token | |
error - src/controllers/settings_controller.dart:35:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/settings_controller.dart:35:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/splash_screen_controller.dart:15:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/splash_screen_controller.dart:15:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/splash_screen_controller.dart:15:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/splash_screen_controller.dart:15:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/splash_screen_controller.dart:15:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/splash_screen_controller.dart:15:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/splash_screen_controller.dart:15:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/splash_screen_controller.dart:18:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/splash_screen_controller.dart:25:50 - The class 'FirebaseMessaging' doesn't have an unnamed constructor. Try using one of the named constructors defined in 'FirebaseMessaging'. - new_with_undefined_constructor_default | |
error - src/controllers/splash_screen_controller.dart:47:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/splash_screen_controller.dart:47:33 - Expected to find ','. - expected_token | |
error - src/controllers/splash_screen_controller.dart:47:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/splash_screen_controller.dart:47:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/splash_screen_controller.dart:55:24 - The method 'configure' isn't defined for the type 'FirebaseMessaging'. Try correcting the name to the name of an existing method, or defining a method named 'configure'. - undefined_method | |
error - src/controllers/splash_screen_controller.dart:67:46 - Expected to find ';'. - expected_token | |
error - src/controllers/splash_screen_controller.dart:67:48 - Expected an identifier. - missing_identifier | |
error - src/controllers/splash_screen_controller.dart:80:48 - Expected to find ';'. - expected_token | |
error - src/controllers/splash_screen_controller.dart:80:50 - Expected an identifier. - missing_identifier | |
error - src/controllers/splash_screen_controller.dart:96:26 - The body might complete normally, causing 'null' to be returned, but the return type, 'Future<dynamic>', is a potentially non-nullable type. Try adding either a return or a throw statement at the end. - body_might_complete_normally | |
error - src/controllers/tracking_controller.dart:12:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/controllers/tracking_controller.dart:14:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/tracking_controller.dart:14:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/tracking_controller.dart:14:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/tracking_controller.dart:14:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/tracking_controller.dart:14:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/tracking_controller.dart:14:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/tracking_controller.dart:14:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/tracking_controller.dart:17:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/tracking_controller.dart:20:30 - Expected to find '}'. - expected_token | |
error - src/controllers/tracking_controller.dart:21:49 - Undefined name 'orderId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/tracking_controller.dart:29:25 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/tracking_controller.dart:29:33 - Expected to find ','. - expected_token | |
error - src/controllers/tracking_controller.dart:29:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/tracking_controller.dart:29:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/tracking_controller.dart:33:11 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/tracking_controller.dart:35:25 - Undefined name 'message'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/tracking_controller.dart:57:46 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/controllers/tracking_controller.dart:59:37 - Expected to find ','. - expected_token | |
error - src/controllers/tracking_controller.dart:59:37 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/tracking_controller.dart:59:37 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/tracking_controller.dart:59:38 - Expected an identifier. - missing_identifier | |
error - src/controllers/tracking_controller.dart:71:50 - Expected to find ','. - expected_token | |
error - src/controllers/tracking_controller.dart:71:50 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/tracking_controller.dart:71:51 - Expected an identifier. - missing_identifier | |
error - src/controllers/tracking_controller.dart:79:20 - The named parameter 'message' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'message'. - undefined_named_parameter | |
error - src/controllers/tracking_controller.dart:79:31 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/tracking_controller.dart:79:39 - Expected to find ','. - expected_token | |
error - src/controllers/tracking_controller.dart:79:39 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/tracking_controller.dart:79:39 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/controllers/tracking_controller.dart:79:40 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:12:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/controllers/user_controller.dart:12:13 - GlobalKey isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/controllers/user_controller.dart:13:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/user_controller.dart:13:27 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/user_controller.dart:13:27 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/controllers/user_controller.dart:13:27 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/controllers/user_controller.dart:13:27 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/controllers/user_controller.dart:13:30 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/controllers/user_controller.dart:13:30 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/controllers/user_controller.dart:14:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/controllers/user_controller.dart:17:24 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/user_controller.dart:18:28 - The name 'GlobalKey' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/controllers/user_controller.dart:19:26 - The class 'FirebaseMessaging' doesn't have an unnamed constructor. Try using one of the named constructors defined in 'FirebaseMessaging'. - new_with_undefined_constructor_default | |
error - src/controllers/user_controller.dart:20:47 - Expected to find ')'. - expected_token | |
error - src/controllers/user_controller.dart:21:26 - Undefined name '_deviceToken'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/controllers/user_controller.dart:26:35 - Expected to find ')'. - expected_token | |
error - src/controllers/user_controller.dart:27:32 - Expected to find ';'. - expected_token | |
error - src/controllers/user_controller.dart:27:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:32:29 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:32:37 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:32:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:32:38 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:32:47 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/controllers/user_controller.dart:34:36 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:34:36 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:34:37 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:37:29 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:37:37 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:37:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:37:38 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:45:35 - Expected to find ')'. - expected_token | |
error - src/controllers/user_controller.dart:46:32 - Expected to find ';'. - expected_token | |
error - src/controllers/user_controller.dart:46:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:50:29 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:50:37 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:50:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:50:38 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:50:47 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/controllers/user_controller.dart:52:36 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:52:36 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:52:37 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:55:29 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:55:37 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:55:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:55:38 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:63:35 - Expected to find ')'. - expected_token | |
error - src/controllers/user_controller.dart:64:32 - Expected to find ';'. - expected_token | |
error - src/controllers/user_controller.dart:64:34 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:68:29 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:68:37 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:68:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:68:38 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:70:24 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:70:32 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:70:32 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/controllers/user_controller.dart:70:32 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:70:33 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:72:42 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:72:42 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:72:43 - Expected an identifier. - missing_identifier | |
error - src/controllers/user_controller.dart:79:29 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/controllers/user_controller.dart:79:37 - Expected to find ','. - expected_token | |
error - src/controllers/user_controller.dart:79:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/controllers/user_controller.dart:79:38 - Expected an identifier. - missing_identifier | |
error - src/elements/BlockButtonWidget.dart:4:9 - All final variables must be initialized, but 'color', 'onPressed', and 1 others aren't. Try adding initializers for the fields. - final_not_initialized_constructor | |
error - src/elements/BlockButtonWidget.dart:4:31 - Expected to find '}'. - expected_token | |
error - src/elements/BlockButtonWidget.dart:4:119 - Invalid constant value. - invalid_constant | |
error - src/elements/BlockButtonWidget.dart:4:119 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/BlockButtonWidget.dart:20:14 - The method 'FlatButton' isn't defined for the type 'BlockButtonWidget'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/elements/CircularLoadingWidget.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/elements/CircularLoadingWidget.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/CircularLoadingWidget.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/CircularLoadingWidget.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/CircularLoadingWidget.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/CircularLoadingWidget.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/CircularLoadingWidget.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/CircularLoadingWidget.dart:8:29 - Expected to find '}'. - expected_token | |
error - src/elements/CircularLoadingWidget.dart:8:64 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/CircularLoadingWidget.dart:15:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/CircularLoadingWidget.dart:16:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/DrawerWidget.dart:31:35 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/elements/DrawerWidget.dart:45:58 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:53:77 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:53:77 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:53:78 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:66:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:66:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:66:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:66:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:67:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:79:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:79:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:79:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:79:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:80:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:92:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:92:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:92:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:92:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:93:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:99:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:99:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:99:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:99:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:100:56 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:116:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:116:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:116:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:116:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:117:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:129:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:129:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:129:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:129:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:130:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:142:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:142:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:142:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:142:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:143:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:162:73 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:162:85 - Expected to find ':'. - expected_token | |
error - src/elements/DrawerWidget.dart:162:86 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:162:98 - Expected to find ')'. - expected_token | |
error - src/elements/DrawerWidget.dart:177:23 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:177:35 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:177:35 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:177:36 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:178:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/DrawerWidget.dart:185:29 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/DrawerWidget.dart:185:41 - Expected to find ','. - expected_token | |
error - src/elements/DrawerWidget.dart:185:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/DrawerWidget.dart:185:42 - Expected an identifier. - missing_identifier | |
error - src/elements/DrawerWidget.dart:185:51 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/elements/DrawerWidget.dart:186:62 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/elements/EmptyNotificationsWidget.dart:10:8 - Expected to find '}'. - expected_token | |
error - src/elements/EmptyNotificationsWidget.dart:11:19 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/EmptyNotificationsWidget.dart:99:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/EmptyNotificationsWidget.dart:99:33 - Expected to find ','. - expected_token | |
error - src/elements/EmptyNotificationsWidget.dart:99:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/EmptyNotificationsWidget.dart:99:34 - Expected an identifier. - missing_identifier | |
error - src/elements/EmptyNotificationsWidget.dart:101:54 - The getter 'display2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display2', correcting the name to the name of an existing getter, or defining a getter or field named 'display2'. - undefined_getter | |
error - src/elements/EmptyNotificationsWidget.dart:106:21 - The method 'FlatButton' isn't defined for the type '_EmptyNotificationsWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/elements/EmptyNotificationsWidget.dart:115:60 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/elements/EmptyOrdersWidget.dart:10:8 - Expected to find '}'. - expected_token | |
error - src/elements/EmptyOrdersWidget.dart:11:19 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/EmptyOrdersWidget.dart:99:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/EmptyOrdersWidget.dart:99:33 - Expected to find ','. - expected_token | |
error - src/elements/EmptyOrdersWidget.dart:99:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/EmptyOrdersWidget.dart:99:34 - Expected an identifier. - missing_identifier | |
error - src/elements/EmptyOrdersWidget.dart:101:54 - The getter 'display2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display2', correcting the name to the name of an existing getter, or defining a getter or field named 'display2'. - undefined_getter | |
error - src/elements/FaqItemWidget.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/elements/FaqItemWidget.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/FaqItemWidget.dart:7:6 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/FaqItemWidget.dart:7:6 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/FaqItemWidget.dart:7:6 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/FaqItemWidget.dart:7:9 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/FaqItemWidget.dart:7:9 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/FaqItemWidget.dart:9:21 - Expected to find '}'. - expected_token | |
error - src/elements/FaqItemWidget.dart:9:53 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/FaqItemWidget.dart:30:40 - Expected to find ','. - expected_token | |
error - src/elements/FaqItemWidget.dart:30:40 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/FaqItemWidget.dart:30:41 - Expected an identifier. - missing_identifier | |
error - src/elements/FaqItemWidget.dart:31:50 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/elements/FaqItemWidget.dart:40:40 - Expected to find ','. - expected_token | |
error - src/elements/FaqItemWidget.dart:40:40 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/FaqItemWidget.dart:40:41 - Expected an identifier. - missing_identifier | |
error - src/elements/FaqItemWidget.dart:41:50 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/elements/HeadingIconButtonWidget.dart:4:9 - All final variables must be initialized, but 'icon', 'showActions', and 1 others aren't. Try adding initializers for the fields. - final_not_initialized_constructor | |
error - src/elements/HeadingIconButtonWidget.dart:4:37 - Expected to find '}'. - expected_token | |
error - src/elements/HeadingIconButtonWidget.dart:4:125 - Invalid constant value. - invalid_constant | |
error - src/elements/HeadingIconButtonWidget.dart:4:125 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/LanguageItemWidget.dart:7:9 - Expected to find ';'. - expected_token | |
error - src/elements/LanguageItemWidget.dart:7:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/LanguageItemWidget.dart:7:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/LanguageItemWidget.dart:7:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/LanguageItemWidget.dart:7:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/LanguageItemWidget.dart:7:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/LanguageItemWidget.dart:8:9 - Expected to find ';'. - expected_token | |
error - src/elements/LanguageItemWidget.dart:8:21 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/LanguageItemWidget.dart:8:21 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/LanguageItemWidget.dart:8:21 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/LanguageItemWidget.dart:8:21 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/LanguageItemWidget.dart:8:24 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/LanguageItemWidget.dart:8:24 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/LanguageItemWidget.dart:10:9 - All final variables must be initialized, but 'Language' and 'ValueChanged' aren't. Try adding initializers for the fields. - final_not_initialized_constructor | |
error - src/elements/LanguageItemWidget.dart:10:9 - Can't define a const constructor for a class with non-final fields. Try making all of the fields final, or removing the keyword 'const' from the constructor. - const_constructor_with_non_final_field | |
error - src/elements/LanguageItemWidget.dart:11:8 - Expected to find '}'. - expected_token | |
error - src/elements/LanguageItemWidget.dart:14:19 - Invalid constant value. - invalid_constant | |
error - src/elements/LanguageItemWidget.dart:14:19 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/LanguageItemWidget.dart:21:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/LanguageItemWidget.dart:22:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/LanguageItemWidget.dart:23:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/LanguageItemWidget.dart:24:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/LanguageItemWidget.dart:25:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/LanguageItemWidget.dart:26:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/elements/LanguageItemWidget.dart:64:25 - Expected to find ')'. - expected_token | |
error - src/elements/LanguageItemWidget.dart:69:21 - Expected to find ';'. - expected_token | |
error - src/elements/LanguageItemWidget.dart:70:29 - Expected to find ')'. - expected_token | |
error - src/elements/LanguageItemWidget.dart:75:85 - Expected to find ','. - expected_token | |
error - src/elements/LanguageItemWidget.dart:75:85 - The argument type 'bool' can't be assigned to the parameter type 'String?'. - argument_type_not_assignable | |
error - src/elements/LanguageItemWidget.dart:75:86 - Expected an identifier. - missing_identifier | |
error - src/elements/LanguageItemWidget.dart:75:93 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/LanguageItemWidget.dart:99:78 - Expected to find ','. - expected_token | |
error - src/elements/LanguageItemWidget.dart:99:78 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/LanguageItemWidget.dart:99:79 - Expected an identifier. - missing_identifier | |
error - src/elements/LanguageItemWidget.dart:126:37 - Expected to find ','. - expected_token | |
error - src/elements/LanguageItemWidget.dart:126:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/LanguageItemWidget.dart:126:38 - Expected an identifier. - missing_identifier | |
error - src/elements/LanguageItemWidget.dart:129:56 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/LanguageItemWidget.dart:132:37 - Expected to find ','. - expected_token | |
error - src/elements/LanguageItemWidget.dart:132:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/LanguageItemWidget.dart:132:38 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:9:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/NotificationItemWidget.dart:9:3 - The name of a constructor must match the name of the enclosing class. - invalid_constructor_name | |
error - src/elements/NotificationItemWidget.dart:9:21 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/NotificationItemWidget.dart:9:21 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/NotificationItemWidget.dart:9:21 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/NotificationItemWidget.dart:9:21 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/NotificationItemWidget.dart:9:24 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/NotificationItemWidget.dart:9:24 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:10:3 - Expected to find ';'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:10:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:10:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/NotificationItemWidget.dart:10:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/NotificationItemWidget.dart:10:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/NotificationItemWidget.dart:10:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/NotificationItemWidget.dart:10:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/NotificationItemWidget.dart:10:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:11:3 - The name 'VoidCallback' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/NotificationItemWidget.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:11:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/NotificationItemWidget.dart:11:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/NotificationItemWidget.dart:11:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/NotificationItemWidget.dart:11:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/NotificationItemWidget.dart:11:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/NotificationItemWidget.dart:11:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:12:3 - The name 'VoidCallback' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/NotificationItemWidget.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:12:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/NotificationItemWidget.dart:12:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/NotificationItemWidget.dart:12:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/NotificationItemWidget.dart:12:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/NotificationItemWidget.dart:12:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/NotificationItemWidget.dart:12:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/NotificationItemWidget.dart:14:30 - Expected to find '}'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:14:127 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/NotificationItemWidget.dart:19:7 - The named parameter 'backgroundColor' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'backgroundColor'. - undefined_named_parameter | |
error - src/elements/NotificationItemWidget.dart:19:37 - Expected to find ','. - expected_token | |
error - src/elements/NotificationItemWidget.dart:19:37 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/NotificationItemWidget.dart:19:37 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/NotificationItemWidget.dart:19:38 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:20:7 - The named parameter 'items' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'items'. - undefined_named_parameter | |
error - src/elements/NotificationItemWidget.dart:22:32 - Expected to find ','. - expected_token | |
error - src/elements/NotificationItemWidget.dart:22:32 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/NotificationItemWidget.dart:22:32 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/NotificationItemWidget.dart:22:33 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:32:32 - Expected to find ')'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:33:31 - Expected to find ';'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:33:34 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:35:29 - Expected to find ';'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:35:32 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:45:24 - Expected to find ';'. - expected_token | |
error - src/elements/NotificationItemWidget.dart:45:27 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:49:7 - The named parameter 'child' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'child'. - undefined_named_parameter | |
error - src/elements/NotificationItemWidget.dart:106:47 - Expected to find ','. - expected_token | |
error - src/elements/NotificationItemWidget.dart:106:47 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/NotificationItemWidget.dart:106:48 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:110:56 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/elements/NotificationItemWidget.dart:110:103 - Expected to find ','. - expected_token | |
error - src/elements/NotificationItemWidget.dart:110:103 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/NotificationItemWidget.dart:110:103 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/NotificationItemWidget.dart:110:104 - Expected an identifier. - missing_identifier | |
error - src/elements/NotificationItemWidget.dart:113:74 - Expected to find ','. - expected_token | |
error - src/elements/NotificationItemWidget.dart:113:74 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/NotificationItemWidget.dart:113:75 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:11:9 - Expected to find ';'. - expected_token | |
error - src/elements/OrderItemWidget.dart:11:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/OrderItemWidget.dart:11:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/OrderItemWidget.dart:11:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/OrderItemWidget.dart:11:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/OrderItemWidget.dart:11:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/OrderItemWidget.dart:12:9 - Expected to find ';'. - expected_token | |
error - src/elements/OrderItemWidget.dart:12:21 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/OrderItemWidget.dart:12:21 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/OrderItemWidget.dart:12:21 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/OrderItemWidget.dart:12:21 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/OrderItemWidget.dart:12:24 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/OrderItemWidget.dart:12:24 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/OrderItemWidget.dart:13:9 - Expected to find ';'. - expected_token | |
error - src/elements/OrderItemWidget.dart:13:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/OrderItemWidget.dart:13:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/OrderItemWidget.dart:13:14 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/OrderItemWidget.dart:13:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/OrderItemWidget.dart:13:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/OrderItemWidget.dart:13:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/OrderItemWidget.dart:15:9 - All final variables must be initialized, but 'Order', 'ProductOrder', and 1 others aren't. Try adding initializers for the fields. - final_not_initialized_constructor | |
error - src/elements/OrderItemWidget.dart:15:9 - Can't define a const constructor for a class with non-final fields. Try making all of the fields final, or removing the keyword 'const' from the constructor. - const_constructor_with_non_final_field | |
error - src/elements/OrderItemWidget.dart:15:29 - Expected to find '}'. - expected_token | |
error - src/elements/OrderItemWidget.dart:15:96 - Invalid constant value. - invalid_constant | |
error - src/elements/OrderItemWidget.dart:15:96 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/OrderItemWidget.dart:24:93 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:24:93 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/OrderItemWidget.dart:24:93 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/OrderItemWidget.dart:24:94 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:45:42 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:45:42 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/OrderItemWidget.dart:45:42 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/OrderItemWidget.dart:45:43 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:45:54 - The getter 'image' isn't defined for the type 'bool'. Try importing the library that defines 'image', correcting the name to the name of an existing getter, or defining a getter or field named 'image'. - undefined_getter | |
error - src/elements/OrderItemWidget.dart:66:40 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:66:40 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/OrderItemWidget.dart:66:41 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:66:52 - The getter 'name' isn't defined for the type 'bool'. Try importing the library that defines 'name', correcting the name to the name of an existing getter, or defining a getter or field named 'name'. - undefined_getter | |
error - src/elements/OrderItemWidget.dart:69:62 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/elements/OrderItemWidget.dart:72:40 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:72:40 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/OrderItemWidget.dart:72:41 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:72:52 - The getter 'market' isn't defined for the type 'bool'. Try importing the library that defines 'market', correcting the name to the name of an existing getter, or defining a getter or field named 'market'. - undefined_getter | |
error - src/elements/OrderItemWidget.dart:72:59 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:72:60 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:78:53 - Expected to find '}'. - expected_token | |
error - src/elements/OrderItemWidget.dart:91:87 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:91:87 - The argument type 'bool' can't be assigned to the parameter type 'double'. - argument_type_not_assignable | |
error - src/elements/OrderItemWidget.dart:91:88 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:91:96 - Too many positional arguments: 3 expected, but 5 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/OrderItemWidget.dart:91:102 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:91:103 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:92:27 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/elements/OrderItemWidget.dart:92:62 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/elements/OrderItemWidget.dart:94:70 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:94:70 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/OrderItemWidget.dart:94:71 - Expected an identifier. - missing_identifier | |
error - src/elements/OrderItemWidget.dart:98:65 - Expected to find ','. - expected_token | |
error - src/elements/OrderItemWidget.dart:98:65 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/OrderItemWidget.dart:98:66 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileAvatarWidget.dart:7:9 - Expected to find ';'. - expected_token | |
error - src/elements/ProfileAvatarWidget.dart:7:13 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ProfileAvatarWidget.dart:7:13 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ProfileAvatarWidget.dart:7:13 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ProfileAvatarWidget.dart:7:16 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ProfileAvatarWidget.dart:7:16 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ProfileAvatarWidget.dart:9:3 - All final variables must be initialized, but 'User' isn't. Try adding an initializer for the field. - final_not_initialized_constructor | |
error - src/elements/ProfileAvatarWidget.dart:10:8 - Expected to find '}'. - expected_token | |
error - src/elements/ProfileAvatarWidget.dart:12:19 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/ProfileAvatarWidget.dart:47:36 - Expected to find ','. - expected_token | |
error - src/elements/ProfileAvatarWidget.dart:47:36 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileAvatarWidget.dart:47:36 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileAvatarWidget.dart:47:37 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileAvatarWidget.dart:47:46 - The getter 'url' isn't defined for the type 'bool'. Try importing the library that defines 'url', correcting the name to the name of an existing getter, or defining a getter or field named 'url'. - undefined_getter | |
error - src/elements/ProfileAvatarWidget.dart:72:18 - Expected to find ','. - expected_token | |
error - src/elements/ProfileAvatarWidget.dart:72:18 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileAvatarWidget.dart:72:19 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileAvatarWidget.dart:73:48 - The getter 'headline' isn't defined for the type 'TextTheme'. Try importing the library that defines 'headline', correcting the name to the name of an existing getter, or defining a getter or field named 'headline'. - undefined_getter | |
error - src/elements/ProfileAvatarWidget.dart:76:18 - Expected to find ','. - expected_token | |
error - src/elements/ProfileAvatarWidget.dart:76:18 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileAvatarWidget.dart:76:19 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileAvatarWidget.dart:77:56 - Expected to find ','. - expected_token | |
error - src/elements/ProfileAvatarWidget.dart:77:56 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileAvatarWidget.dart:77:57 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ProfileSettingsDialog.dart:7:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ProfileSettingsDialog.dart:7:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ProfileSettingsDialog.dart:7:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ProfileSettingsDialog.dart:7:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ProfileSettingsDialog.dart:7:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ProfileSettingsDialog.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ProfileSettingsDialog.dart:8:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ProfileSettingsDialog.dart:8:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ProfileSettingsDialog.dart:8:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/ProfileSettingsDialog.dart:8:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ProfileSettingsDialog.dart:8:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ProfileSettingsDialog.dart:8:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ProfileSettingsDialog.dart:10:29 - Expected to find '}'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:10:78 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/ProfileSettingsDialog.dart:21:12 - The method 'FlatButton' isn't defined for the type '_ProfileSettingsDialogState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/elements/ProfileSettingsDialog.dart:34:25 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:34:37 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:34:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:34:38 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:35:58 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/elements/ProfileSettingsDialog.dart:47:58 - The named parameter 'hintText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hintText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:47:70 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:47:82 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:47:82 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:47:82 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/ProfileSettingsDialog.dart:47:83 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:47:94 - The named parameter 'labelText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'labelText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:47:107 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:47:119 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:47:119 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:47:120 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:48:53 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:48:53 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:48:53 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:48:54 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:49:55 - The method 'trim' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/elements/ProfileSettingsDialog.dart:49:77 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:49:89 - Expected to find ':'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:49:90 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:49:113 - Expected to find ')'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:55:58 - The named parameter 'hintText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hintText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:55:88 - The named parameter 'labelText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'labelText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:55:101 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:55:113 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:55:113 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:55:113 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/ProfileSettingsDialog.dart:55:114 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:56:53 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:56:53 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:56:53 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:56:54 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:57:56 - The method 'contains' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/elements/ProfileSettingsDialog.dart:57:74 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:57:86 - Expected to find ':'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:57:87 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:57:106 - Expected to find ')'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:63:58 - The named parameter 'hintText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hintText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:63:85 - The named parameter 'labelText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'labelText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:63:98 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:63:110 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:63:110 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:63:110 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/ProfileSettingsDialog.dart:63:111 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:64:53 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:64:53 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:64:53 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:64:54 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:65:55 - The method 'trim' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/elements/ProfileSettingsDialog.dart:65:77 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:65:89 - Expected to find ':'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:65:90 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:65:109 - Expected to find ')'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:71:58 - The named parameter 'hintText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hintText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:71:70 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:71:82 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:71:82 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:71:82 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/ProfileSettingsDialog.dart:71:83 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:71:98 - The named parameter 'labelText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'labelText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:71:111 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:71:123 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:71:123 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:71:124 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:72:53 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:72:53 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:72:53 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:72:54 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:73:55 - The method 'trim' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/elements/ProfileSettingsDialog.dart:73:77 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:73:89 - Expected to find ':'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:73:90 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:73:111 - Expected to find ')'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:79:58 - The named parameter 'hintText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hintText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:79:70 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:79:82 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:79:82 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:79:82 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/elements/ProfileSettingsDialog.dart:79:83 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:79:100 - The named parameter 'labelText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'labelText'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:79:113 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:79:125 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:79:125 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:79:126 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:80:53 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:80:53 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ProfileSettingsDialog.dart:80:53 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:80:54 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:81:55 - The method 'trim' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/elements/ProfileSettingsDialog.dart:81:77 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:81:89 - Expected to find ':'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:81:90 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:81:113 - Expected to find ')'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:94:39 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:94:51 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:94:51 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:94:52 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:99:29 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:99:41 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:99:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:99:42 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:112:11 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/elements/ProfileSettingsDialog.dart:112:23 - Expected to find ','. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:112:23 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ProfileSettingsDialog.dart:112:24 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:113:44 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/elements/ProfileSettingsDialog.dart:118:45 - Expected to find '}'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:120:17 - Undefined name 'hintText'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/elements/ProfileSettingsDialog.dart:121:18 - Undefined name 'labelText'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/elements/ProfileSettingsDialog.dart:122:46 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/elements/ProfileSettingsDialog.dart:127:7 - The named parameter 'hasFloatingPlaceholder' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hasFloatingPlaceholder'. - undefined_named_parameter | |
error - src/elements/ProfileSettingsDialog.dart:128:47 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/elements/ProfileSettingsDialog.dart:135:9 - Conditions must have a static type of 'bool'. Try changing the condition. - non_bool_condition | |
error - src/elements/ProfileSettingsDialog.dart:135:46 - Expected to find ')'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:136:43 - Expected to find ';'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:136:45 - Expected an identifier. - missing_identifier | |
error - src/elements/ProfileSettingsDialog.dart:137:23 - Expected to find ';'. - expected_token | |
error - src/elements/ProfileSettingsDialog.dart:137:26 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartButtonWidget.dart:7:9 - All final variables must be initialized, but 'Color' isn't. Try adding an initializer for the field. - final_not_initialized_constructor | |
error - src/elements/ShoppingCartButtonWidget.dart:7:9 - Can't define a const constructor for a class with non-final fields. Try making all of the fields final, or removing the keyword 'const' from the constructor. - const_constructor_with_non_final_field | |
error - src/elements/ShoppingCartButtonWidget.dart:10:8 - Expected to find '}'. - expected_token | |
error - src/elements/ShoppingCartButtonWidget.dart:11:19 - Invalid constant value. - invalid_constant | |
error - src/elements/ShoppingCartButtonWidget.dart:11:19 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/ShoppingCartButtonWidget.dart:13:9 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartButtonWidget.dart:13:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartButtonWidget.dart:13:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartButtonWidget.dart:13:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartButtonWidget.dart:13:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartButtonWidget.dart:13:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartButtonWidget.dart:14:9 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartButtonWidget.dart:14:9 - The name 'Color' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/ShoppingCartButtonWidget.dart:14:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartButtonWidget.dart:14:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartButtonWidget.dart:14:14 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/ShoppingCartButtonWidget.dart:14:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartButtonWidget.dart:14:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartButtonWidget.dart:14:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartButtonWidget.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartButtonWidget.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartButtonWidget.dart:21:25 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartButtonWidget.dart:21:25 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartButtonWidget.dart:21:25 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartButtonWidget.dart:21:28 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartButtonWidget.dart:21:28 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartButtonWidget.dart:23:44 - The instance member 'NotificationController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/ShoppingCartButtonWidget.dart:24:26 - The name 'NotificationController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'NotificationController'. - cast_to_non_type | |
error - src/elements/ShoppingCartButtonWidget.dart:24:50 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartButtonWidget.dart:35:12 - The method 'FlatButton' isn't defined for the type '_ShoppingCartButtonWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/elements/ShoppingCartButtonWidget.dart:49:20 - Expected to find ','. - expected_token | |
error - src/elements/ShoppingCartButtonWidget.dart:49:20 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ShoppingCartButtonWidget.dart:49:21 - A negation operand must have a static type of 'bool'. Try changing the operand to the '!' operator. - non_bool_negation_expression | |
error - src/elements/ShoppingCartButtonWidget.dart:49:21 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartButtonWidget.dart:51:58 - Expected to find ','. - expected_token | |
error - src/elements/ShoppingCartButtonWidget.dart:51:58 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ShoppingCartButtonWidget.dart:51:59 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:9:9 - All final variables must be initialized, but 'Color' and 'Product' aren't. Try adding initializers for the fields. - final_not_initialized_constructor | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:9:9 - Can't define a const constructor for a class with non-final fields. Try making all of the fields final, or removing the keyword 'const' from the constructor. - const_constructor_with_non_final_field | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:13:8 - Expected to find '}'. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:14:19 - Invalid constant value. - invalid_constant | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:14:19 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:16:9 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:16:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:16:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:16:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:16:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:16:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:9 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:9 - The name 'Color' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:14 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:17:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:9 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:16 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:16 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:16 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:16 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:19 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:18:19 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:3 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:25:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:27:49 - The instance member 'CartController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:28:26 - The name 'CartController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'CartController'. - cast_to_non_type | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:28:42 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:33:9 - Expected to find ';'. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:33:11 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:42:14 - The method 'RaisedButton' isn't defined for the type '_ShoppingCartFloatButtonWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'. - undefined_method | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:47:126 - Expected to find ','. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:47:126 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:47:126 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:47:127 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:59:22 - Expected to find ','. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:59:22 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:59:23 - A negation operand must have a static type of 'bool'. Try changing the operand to the '!' operator. - non_bool_negation_expression | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:59:23 - Expected an identifier. - missing_identifier | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:61:60 - Expected to find ','. - expected_token | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:61:60 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/elements/ShoppingCartFloatButtonWidget.dart:61:61 - Expected an identifier. - missing_identifier | |
error - src/helpers/app_config.dart:6:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/app_config.dart:7:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/app_config.dart:8:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/app_config.dart:9:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/app_config.dart:10:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/app_config.dart:42:66 - Expected to find ','. - expected_token | |
error - src/helpers/app_config.dart:42:66 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/helpers/app_config.dart:42:67 - Expected an identifier. - missing_identifier | |
error - src/helpers/checkbox_form_field.dart:5:14 - Expected to find '}'. - expected_token | |
error - src/helpers/checkbox_form_field.dart:12:22 - The instance member 'onSaved' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/checkbox_form_field.dart:13:24 - The instance member 'validator' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/checkbox_form_field.dart:14:27 - The instance member 'initialValue' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/checkbox_form_field.dart:15:13 - The named parameter 'autovalidate' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'autovalidate'. - undefined_named_parameter | |
error - src/helpers/checkbox_form_field.dart:15:27 - Undefined name 'autovalidate'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/checkbox_form_field.dart:19:24 - Undefined name 'title'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/checkbox_form_field.dart:24:25 - The argument type 'String?' can't be assigned to the parameter type 'String'. - argument_type_not_assignable | |
error - src/helpers/checkbox_form_field.dart:25:58 - Undefined name 'context'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/custom_trace.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/helpers/custom_trace.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/custom_trace.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/custom_trace.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/custom_trace.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/custom_trace.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/helpers/custom_trace.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/custom_trace.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/custom_trace.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/custom_trace.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/custom_trace.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/helpers/custom_trace.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/custom_trace.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/custom_trace.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/custom_trace.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/custom_trace.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/helpers/custom_trace.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/custom_trace.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/custom_trace.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/custom_trace.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/custom_trace.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/helpers/custom_trace.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:8:6 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/custom_trace.dart:8:6 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/custom_trace.dart:8:6 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:8:6 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/custom_trace.dart:8:9 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/custom_trace.dart:8:9 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/helpers/custom_trace.dart:9:3 - The name 'int' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:9:6 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/custom_trace.dart:9:6 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/custom_trace.dart:9:6 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/helpers/custom_trace.dart:9:6 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/custom_trace.dart:9:9 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/custom_trace.dart:9:9 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/custom_trace.dart:15:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/helpers/custom_trace.dart:15:36 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/helpers/custom_trace.dart:74:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/helpers/custom_trace.dart:74:10 - 'CustomTrace.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()'). - invalid_override | |
- The member being overridden at src/helpers/custom_trace.dart:78:1725. | |
error - src/helpers/helper.dart:27:34 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:31:35 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:42:12 - A value of type 'ByteData' can't be returned from the method 'getBytesFromAsset' because it has a return type of 'Future<Uint8List>'. - return_of_invalid_type | |
error - src/helpers/helper.dart:42:71 - Expected to find ';'. - expected_token | |
error - src/helpers/helper.dart:42:73 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:128:74 - Expected to find '}'. - expected_token | |
error - src/helpers/helper.dart:129:9 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:130:7 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:130:15 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:130:47 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:140:24 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:140:61 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/helpers/helper.dart:142:75 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:142:112 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/helpers/helper.dart:147:24 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:147:61 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/helpers/helper.dart:152:66 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:152:82 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:152:133 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/helpers/helper.dart:163:25 - Expected to find ';'. - expected_token | |
error - src/helpers/helper.dart:163:27 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:172:5 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/helpers/helper.dart:172:5 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/helpers/helper.dart:172:14 - Undefined name 'unit'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:173:9 - Undefined name 'unit'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:176:73 - Undefined name 'unit'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:179:32 - Expected to find ')'. - expected_token | |
error - src/helpers/helper.dart:181:28 - Undefined name 'htmlString'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:182:7 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/helpers/helper.dart:182:49 - Expected to find ','. - expected_token | |
error - src/helpers/helper.dart:182:49 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/helpers/helper.dart:182:50 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:182:72 - Expected to find ';'. - expected_token | |
error - src/helpers/helper.dart:182:74 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:189:57 - Expected to find '}'. - expected_token | |
error - src/helpers/helper.dart:191:7 - The named parameter 'blockSpacing' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'blockSpacing'. - undefined_named_parameter | |
error - src/helpers/helper.dart:193:7 - The named parameter 'defaultTextStyle' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'defaultTextStyle'. - undefined_named_parameter | |
error - src/helpers/helper.dart:193:25 - Undefined name 'style'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:193:62 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/helpers/helper.dart:194:7 - The named parameter 'useRichText' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'useRichText'. - undefined_named_parameter | |
error - src/helpers/helper.dart:231:40 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/helpers/helper.dart:272:29 - Expected to find ')'. - expected_token | |
error - src/helpers/helper.dart:273:13 - Undefined name 'text'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/helper.dart:275:18 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/helpers/helper.dart:275:25 - Expected to find ';'. - expected_token | |
error - src/helpers/helper.dart:275:27 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:277:18 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/helpers/helper.dart:277:25 - Expected to find ';'. - expected_token | |
error - src/helpers/helper.dart:277:27 - Expected an identifier. - missing_identifier | |
error - src/helpers/helper.dart:279:18 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/helpers/helper.dart:279:25 - Expected to find ';'. - expected_token | |
error - src/helpers/helper.dart:279:27 - Expected an identifier. - missing_identifier | |
error - src/helpers/maps_util.dart:29:12 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/maps_util.dart:29:17 - Expected to find ';'. - expected_token | |
error - src/helpers/maps_util.dart:29:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/maps_util.dart:29:22 - Expected to find '>'. - expected_token | |
error - src/helpers/maps_util.dart:29:30 - Expected to find ';'. - expected_token | |
error - src/helpers/maps_util.dart:29:32 - Expected to find '['. - expected_token | |
error - src/helpers/maps_util.dart:29:32 - Undefined name 'steps'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/maps_util.dart:31:9 - Undefined name 'steps'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/maps_util.dart:36:14 - Undefined name 'steps'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/maps_util.dart:40:8 - Expected to find '>'. - expected_token | |
error - src/helpers/maps_util.dart:44:5 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/helpers/maps_util.dart:44:5 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/helpers/maps_util.dart:44:9 - The operator '<' isn't defined for the type 'Type'. Try defining the operator '<'. - undefined_operator | |
error - src/helpers/maps_util.dart:44:18 - Expected an identifier. - missing_identifier | |
error - src/helpers/maps_util.dart:44:20 - Undefined name '_latLang'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/maps_util.dart:45:12 - Undefined name '_latLang'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/helpers/size_change_notifier.dart:38:38 - Expected to find '}'. - expected_token | |
error - src/helpers/size_change_notifier.dart:38:76 - Invalid constant value. - invalid_constant | |
error - src/helpers/size_change_notifier.dart:38:76 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/size_change_notifier.dart:38:88 - Invalid constant value. - invalid_constant | |
error - src/helpers/size_change_notifier.dart:38:88 - The instance member 'child' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/size_change_notifier.dart:42:46 - The named parameter 'onLayoutChangedCallback' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onLayoutChangedCallback'. - undefined_named_parameter | |
error - src/helpers/size_change_notifier.dart:49:3 - All final variables must be initialized, but 'onLayoutChangedCallback' isn't. Try adding an initializer for the field. - final_not_initialized_constructor | |
error - src/helpers/size_change_notifier.dart:49:43 - Expected to find '}'. - expected_token | |
error - src/helpers/size_change_notifier.dart:50:16 - The instance member 'onLayoutChangedCallback' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/size_change_notifier.dart:51:15 - The instance member 'child' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/size_change_notifier.dart:60:3 - Expected to find ';'. - expected_token | |
error - src/helpers/size_change_notifier.dart:60:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/size_change_notifier.dart:60:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/size_change_notifier.dart:60:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/size_change_notifier.dart:60:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/size_change_notifier.dart:60:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/size_change_notifier.dart:60:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/swipe_widget.dart:9:16 - Can't have modifier 'required' here. Try removing 'required'. - extraneous_modifier | |
error - src/helpers/swipe_widget.dart:9:25 - The modifier 'required' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/swipe_widget.dart:9:45 - Can't have modifier 'required' here. Try removing 'required'. - extraneous_modifier | |
error - src/helpers/swipe_widget.dart:9:54 - The modifier 'required' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/helpers/swipe_widget.dart:20:3 - All final variables must be initialized, but 'backgroundColor', 'child', and 1 others aren't. Try adding initializers for the fields. - final_not_initialized_constructor | |
error - src/helpers/swipe_widget.dart:20:15 - Expected to find '}'. - expected_token | |
error - src/helpers/swipe_widget.dart:20:124 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/helpers/swipe_widget.dart:38:3 - Expected to find ';'. - expected_token | |
error - src/helpers/swipe_widget.dart:38:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/swipe_widget.dart:38:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/helpers/swipe_widget.dart:38:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/helpers/swipe_widget.dart:38:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/helpers/swipe_widget.dart:38:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/helpers/swipe_widget.dart:38:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/helpers/swipe_widget.dart:66:11 - The named parameter 'child' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'child'. - undefined_named_parameter | |
error - src/helpers/swipe_widget.dart:74:28 - Undefined class '_'. Try changing the name to the name of an existing class, or creating a class with the name '_'. - undefined_class | |
error - src/helpers/swipe_widget.dart:80:26 - Expected to find ','. - expected_token | |
error - src/helpers/swipe_widget.dart:80:26 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/helpers/swipe_widget.dart:80:26 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/helpers/swipe_widget.dart:80:27 - Expected an identifier. - missing_identifier | |
error - src/helpers/swipe_widget.dart:81:27 - Expected to find ','. - expected_token | |
error - src/helpers/swipe_widget.dart:81:27 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/helpers/swipe_widget.dart:81:28 - Expected an identifier. - missing_identifier | |
error - src/helpers/swipe_widget.dart:93:27 - Expected to find ','. - expected_token | |
error - src/helpers/swipe_widget.dart:93:27 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/helpers/swipe_widget.dart:93:27 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/helpers/swipe_widget.dart:93:28 - Expected an identifier. - missing_identifier | |
error - src/helpers/swipe_widget.dart:101:31 - Expected to find ','. - expected_token | |
error - src/helpers/swipe_widget.dart:101:31 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/helpers/swipe_widget.dart:101:31 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/helpers/swipe_widget.dart:101:32 - Expected an identifier. - missing_identifier | |
error - src/helpers/swipe_widget.dart:110:24 - Expected to find ','. - expected_token | |
error - src/helpers/swipe_widget.dart:110:24 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/helpers/swipe_widget.dart:110:24 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/helpers/swipe_widget.dart:110:25 - Expected an identifier. - missing_identifier | |
error - src/helpers/swipe_widget.dart:111:25 - Expected to find ','. - expected_token | |
error - src/helpers/swipe_widget.dart:111:25 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/helpers/swipe_widget.dart:111:26 - Expected an identifier. - missing_identifier | |
error - src/models/Step.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/Step.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/Step.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/Step.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/Step.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/Step.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/Step.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/Step.dart:10:24 - Instance members can't be accessed from a factory constructor. Try removing the reference to the instance member. - instance_member_access_from_factory | |
error - src/models/Step.dart:10:24 - The name 'LatLng' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/address.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:8:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:8:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:9:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:10:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:10:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:10:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:10:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:10:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:10:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:10:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:10:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:10:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:11:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:11:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:11:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:11:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:11:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:11:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:12:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/address.dart:12:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/address.dart:12:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/address.dart:12:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/address.dart:12:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/address.dart:12:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/address.dart:16:24 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/address.dart:20:69 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/models/address.dart:20:76 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:20:78 - Expected an identifier. - missing_identifier | |
error - src/models/address.dart:27:19 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/models/address.dart:27:26 - Expected to find ';'. - expected_token | |
error - src/models/address.dart:27:28 - Expected an identifier. - missing_identifier | |
error - src/models/address.dart:35:3 - bool isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/address.dart:40:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/address.dart:52:25 - The method 'fromMap' isn't defined for the type 'LocationData'. Try correcting the name to the name of an existing method, or defining a method named 'fromMap'. - undefined_method | |
error - src/models/cart.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/cart.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/cart.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:6:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:6:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/cart.dart:6:10 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:6:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/cart.dart:6:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:6:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/cart.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/cart.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:8:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:8:15 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:8:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:8:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/cart.dart:8:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:8:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/cart.dart:8:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:8:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:9:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/cart.dart:9:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/cart.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:13:21 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/cart.dart:17:89 - The name 'Product' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/cart.dart:18:51 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/cart.dart:19:14 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:19:15 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/models/cart.dart:19:15 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/models/cart.dart:19:16 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:23:21 - The name 'Product' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/cart.dart:30:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/cart.dart:33:32 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:33:34 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:35:29 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:35:31 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:39:3 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:39:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:39:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/cart.dart:39:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/cart.dart:39:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/cart.dart:39:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/cart.dart:39:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/cart.dart:39:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/cart.dart:40:5 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/models/cart.dart:40:5 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/models/cart.dart:40:14 - Undefined name 'result'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/cart.dart:40:30 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:40:32 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:41:17 - Expected to find ')'. - expected_token | |
error - src/models/cart.dart:42:14 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:42:16 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:43:9 - Undefined name 'result'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/cart.dart:46:12 - Undefined name 'result'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/cart.dart:52:26 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:52:28 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:52:51 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:52:53 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:54:19 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:54:21 - Expected an identifier. - missing_identifier | |
error - src/models/cart.dart:55:30 - Expected to find ';'. - expected_token | |
error - src/models/cart.dart:55:32 - Expected an identifier. - missing_identifier | |
error - src/models/category.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/category.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/category.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/category.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/category.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/category.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/category.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/category.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/category.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/category.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/category.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/category.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/category.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/category.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/category.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/category.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/category.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/category.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/category.dart:6:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/category.dart:6:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/category.dart:6:8 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/category.dart:6:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/category.dart:6:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/category.dart:6:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/category.dart:10:25 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/category.dart:14:125 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/category.dart:18:19 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/credit_card.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/credit_card.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/credit_card.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/credit_card.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/credit_card.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/credit_card.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/credit_card.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/credit_card.dart:3:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/credit_card.dart:3:3 - The instance member 'String' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/models/credit_card.dart:4:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/credit_card.dart:4:3 - The instance member 'String' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/models/credit_card.dart:5:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/credit_card.dart:5:3 - The instance member 'String' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/models/credit_card.dart:6:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/credit_card.dart:6:3 - The instance member 'String' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/models/credit_card.dart:10:27 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/credit_card.dart:28:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/faq.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/faq.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/faq.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/faq.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq.dart:3:3 - Expected to find ';'. - expected_token | |
error - src/models/faq.dart:3:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq.dart:3:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq.dart:3:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq.dart:3:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/faq.dart:3:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq.dart:3:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/faq.dart:3:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq.dart:3:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/faq.dart:4:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/faq.dart:4:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/faq.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq.dart:8:20 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/faq_category.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/faq_category.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq_category.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq_category.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/faq_category.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/faq_category.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq_category.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq_category.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/faq_category.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq_category.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq_category.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq_category.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/faq_category.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq_category.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/faq_category.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq_category.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq_category.dart:6:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq_category.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq_category.dart:6:12 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/faq_category.dart:6:12 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/faq_category.dart:6:12 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/faq_category.dart:6:12 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/faq_category.dart:6:15 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/faq_category.dart:6:15 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/faq_category.dart:10:28 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/faq_category.dart:14:45 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/favorite.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/favorite.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/favorite.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/favorite.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/favorite.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/favorite.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/favorite.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/favorite.dart:6:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/favorite.dart:7:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/favorite.dart:7:15 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/favorite.dart:7:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/favorite.dart:7:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/favorite.dart:7:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/favorite.dart:7:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/favorite.dart:7:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/favorite.dart:7:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/favorite.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/favorite.dart:8:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/favorite.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/favorite.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/favorite.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/favorite.dart:8:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/favorite.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/favorite.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/favorite.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/favorite.dart:12:25 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/favorite.dart:16:51 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/favorite.dart:26:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/favorite.dart:30:29 - Expected to find ';'. - expected_token | |
error - src/models/favorite.dart:30:31 - Expected an identifier. - missing_identifier | |
error - src/models/field.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/field.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/field.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/field.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/field.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/field.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/field.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/field.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/field.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/field.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/field.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/field.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/field.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/field.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/field.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/field.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/field.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/field.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/field.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/field.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/field.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:7:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/field.dart:7:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/field.dart:7:8 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/field.dart:7:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/field.dart:7:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/field.dart:7:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/field.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:8:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/field.dart:8:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/field.dart:8:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/field.dart:8:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/field.dart:8:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/field.dart:8:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/field.dart:12:22 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/field.dart:17:125 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/field.dart:23:19 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/field.dart:29:7 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/field.dart:30:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/field.dart:36:3 - bool isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/field.dart:36:17 - 'Field.==' ('dynamic Function(dynamic)') isn't a valid override of 'Object.==' ('bool Function(Object)'). - invalid_override | |
- The member being overridden at src/models/field.dart:43:1339. | |
error - src/models/filter.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/filter.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/filter.dart:4:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/filter.dart:4:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/filter.dart:4:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/filter.dart:4:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/filter.dart:4:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/filter.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/filter.dart:5:3 - The name 'bool' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/filter.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/filter.dart:5:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/filter.dart:5:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/filter.dart:5:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/filter.dart:5:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/filter.dart:5:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/filter.dart:5:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/filter.dart:6:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/filter.dart:6:14 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/filter.dart:6:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/filter.dart:6:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/filter.dart:6:14 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/filter.dart:6:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/filter.dart:6:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/filter.dart:6:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/filter.dart:14:67 - The name 'List' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'List'. - cast_to_non_type | |
error - src/models/filter.dart:15:18 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/filter.dart:26:27 - Expected to find ';'. - expected_token | |
error - src/models/filter.dart:26:29 - Expected an identifier. - missing_identifier | |
error - src/models/filter.dart:40:38 - Expected to find '}'. - expected_token | |
error - src/models/filter.dart:45:36 - Expected to find '}'. - expected_token | |
error - src/models/filter.dart:46:5 - Map isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/filter.dart:47:5 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/models/filter.dart:47:5 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/models/filter.dart:47:14 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:48:9 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:49:7 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:49:18 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:49:45 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:50:23 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:50:50 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:54:27 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:55:33 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:57:27 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:58:33 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:61:25 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:61:53 - Expected to find '}'. - expected_token | |
error - src/models/filter.dart:62:31 - Undefined name 'relation'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:64:34 - Expected to find ')'. - expected_token | |
error - src/models/filter.dart:65:33 - Expected to find ';'. - expected_token | |
error - src/models/filter.dart:65:35 - Expected an identifier. - missing_identifier | |
error - src/models/filter.dart:67:9 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:69:34 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:71:27 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:75:40 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/filter.dart:77:33 - Undefined name 'oldQuery'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/models/gallery.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/gallery.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/gallery.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/gallery.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/gallery.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/gallery.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/gallery.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/gallery.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/gallery.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/gallery.dart:5:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/gallery.dart:5:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/gallery.dart:5:8 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/gallery.dart:5:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/gallery.dart:5:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/gallery.dart:5:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/gallery.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/gallery.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/gallery.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/gallery.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/gallery.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/gallery.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/gallery.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/gallery.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/gallery.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/gallery.dart:10:24 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/gallery.dart:13:125 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/gallery.dart:17:19 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/language.dart:12:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/language.dart:12:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/language.dart:12:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/language.dart:12:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/language.dart:12:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/language.dart:12:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/language.dart:12:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/language.dart:26:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/language.dart:26:3 - The name 'List' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/language.dart:26:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/language.dart:26:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/language.dart:26:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/language.dart:26:17 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/language.dart:26:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/language.dart:26:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:6:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:6:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:6:8 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:6:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:6:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:6:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:8:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:8:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:9:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:9:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:10:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:10:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:10:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:10:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:10:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:10:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:10:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:10:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:10:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:11:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:11:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:11:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:11:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:11:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:11:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:11:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:12:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:12:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:12:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:12:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:12:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:12:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:13:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:13:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:13:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:13:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:13:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:13:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:13:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:13:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:14:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:14:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:14:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:14:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:14:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:14:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:14:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:14:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:14:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:15:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:15:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:15:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:15:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:15:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:15:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:15:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:16:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:16:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:16:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:16:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:16:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:16:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:16:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:17:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:17:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:17:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:17:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:17:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:17:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:17:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:18:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:18:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:18:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:18:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:18:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:18:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:18:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:18:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:19:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:19:3 - The name 'bool' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:19:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:19:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:19:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:19:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:19:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:19:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:19:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:20:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:20:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:20:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:20:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:20:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:20:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:20:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:20:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:20:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/models/market.dart:21:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:21:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/market.dart:21:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/market.dart:21:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/market.dart:21:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/market.dart:21:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/market.dart:21:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/market.dart:25:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/market.dart:29:125 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/market.dart:48:19 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/market.dart:68:7 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/media.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/media.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/media.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/media.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/media.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/media.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/media.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/media.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/media.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/media.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/media.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/media.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/media.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/media.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/media.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/media.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/media.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/media.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/media.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/media.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/media.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/media.dart:8:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/media.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/media.dart:8:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/media.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/media.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/media.dart:9:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/media.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/media.dart:9:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/media.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/media.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/media.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/media.dart:17:22 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/media.dart:34:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/media.dart:45:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/media.dart:45:10 - 'Media.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()'). - invalid_override | |
- The member being overridden at src/models/media.dart:49:3102. | |
error - src/models/notification.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/notification.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/notification.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/notification.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/notification.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/notification.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/notification.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/notification.dart:3:3 - Expected to find ';'. - expected_token | |
error - src/models/notification.dart:3:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/notification.dart:3:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/notification.dart:3:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/notification.dart:3:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/notification.dart:3:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/notification.dart:3:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/notification.dart:3:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/notification.dart:3:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/notification.dart:4:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/notification.dart:4:15 - The built-in identifier 'dynamic' can't be used as a type parameter name. Try choosing a different name for the type parameter. - built_in_identifier_in_declaration | |
error - src/models/notification.dart:4:23 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/notification.dart:4:23 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/notification.dart:4:23 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/notification.dart:4:23 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/notification.dart:4:23 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/notification.dart:4:26 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/notification.dart:4:26 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/notification.dart:5:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/notification.dart:6:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/notification.dart:10:25 - Map isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/notification.dart:10:29 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/notification.dart:27:3 - Map isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/notification.dart:28:19 - The name 'Map' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/notification.dart:28:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/option.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/option.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/option.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/option.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/option.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/option.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:8:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option.dart:8:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option.dart:8:8 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:8:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option.dart:8:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option.dart:8:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/option.dart:9:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option.dart:9:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option.dart:10:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/option.dart:14:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/option.dart:22:125 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/option.dart:30:19 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/option.dart:36:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/option_group.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/option_group.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option_group.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option_group.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option_group.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option_group.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option_group.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option_group.dart:3:3 - Expected to find ';'. - expected_token | |
error - src/models/option_group.dart:3:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option_group.dart:3:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option_group.dart:3:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/option_group.dart:3:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/option_group.dart:3:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/option_group.dart:3:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/option_group.dart:3:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/option_group.dart:3:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/option_group.dart:7:28 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/option_group.dart:19:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/option_group.dart:26:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/option_group.dart:26:10 - 'OptionGroup.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()'). - invalid_override | |
- The member being overridden at src/models/option_group.dart:30:3941. | |
error - src/models/order.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:9:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:9:21 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:9:21 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:9:21 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:9:21 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:9:21 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:9:24 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:9:24 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:10:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:10:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:10:14 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:10:14 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:10:14 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:10:14 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:10:17 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:10:17 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:11:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:11:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:11:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:11:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:11:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:11:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:12:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:12:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:12:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:12:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:12:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:12:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:13:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:13:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:13:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:13:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:13:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:13:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:13:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:13:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:13:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:14:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/order.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:15:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:15:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:15:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:15:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:15:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:15:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:16:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:16:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:16:10 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:16:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:16:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:16:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:17:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order.dart:17:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order.dart:17:10 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order.dart:17:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order.dart:17:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order.dart:17:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order.dart:21:22 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/order.dart:27:107 - The name 'OrderStatus' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/order.dart:29:77 - The name 'User' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/order.dart:30:115 - The name 'Address' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/order.dart:31:64 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/order.dart:37:25 - The name 'OrderStatus' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/order.dart:39:18 - The name 'User' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/order.dart:40:29 - The name 'Address' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/order.dart:47:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/order.dart:53:36 - Expected to find ';'. - expected_token | |
error - src/models/order.dart:53:38 - Expected an identifier. - missing_identifier | |
error - src/models/order.dart:60:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/order_status.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/order_status.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order_status.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order_status.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order_status.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order_status.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order_status.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order_status.dart:3:3 - Expected to find ';'. - expected_token | |
error - src/models/order_status.dart:3:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order_status.dart:3:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order_status.dart:3:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/order_status.dart:3:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/order_status.dart:3:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/order_status.dart:3:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/order_status.dart:3:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/order_status.dart:3:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/order_status.dart:7:28 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/payment.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/payment.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/payment.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/payment.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/payment.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/payment.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/payment.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/payment.dart:3:3 - Expected to find ';'. - expected_token | |
error - src/models/payment.dart:3:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/payment.dart:3:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/payment.dart:3:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/payment.dart:3:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/payment.dart:3:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/payment.dart:3:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/payment.dart:3:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/payment.dart:3:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/payment.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/payment.dart:4:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/payment.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/payment.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/payment.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/payment.dart:4:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/payment.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/payment.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/payment.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/payment.dart:10:24 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/payment.dart:23:7 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/product.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:10:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:10:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:10:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:10:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:10:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:10:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:10:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:10:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:10:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:11:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:11:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:11:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:11:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:11:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:11:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:12:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:12:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:12:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:12:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:12:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:12:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:13:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/product.dart:14:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:14:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:14:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:14:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:14:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:14:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:14:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:14:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:14:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:15:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:15:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:15:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:15:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:15:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:15:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:15:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:16:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:16:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:16:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:16:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:16:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:16:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:16:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:17:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:17:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:17:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:17:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:17:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:17:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:17:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:18:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:18:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:18:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:18:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:18:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:18:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:18:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:18:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:18:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:19:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:19:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:19:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:19:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:19:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:19:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:19:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:19:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:20:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:20:3 - The name 'bool' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:20:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:20:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:20:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:20:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:20:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:20:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:20:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:21:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:21:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:21:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:21:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:21:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:21:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:22:3 - Expected to find ';'. - expected_token | |
error - src/models/product.dart:22:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:22:11 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:22:11 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:22:11 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:22:11 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:22:14 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:22:14 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:23:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/product.dart:23:13 - List isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/product.dart:24:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:24:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:24:20 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:24:20 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:24:20 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:24:20 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:24:23 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:24:23 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:25:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:25:3 - The name 'List' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:25:15 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:25:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product.dart:25:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product.dart:25:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product.dart:25:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product.dart:25:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product.dart:25:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product.dart:29:24 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/product.dart:43:85 - The name 'Market' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/product.dart:44:93 - The name 'Category' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/product.dart:45:64 - The name 'List' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'List'. - cast_to_non_type | |
error - src/models/product.dart:46:70 - The name 'List' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'List'. - cast_to_non_type | |
error - src/models/product.dart:47:18 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/product.dart:49:87 - The name 'List' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'List'. - cast_to_non_type | |
error - src/models/product.dart:50:18 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/product.dart:52:93 - The name 'List' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'List'. - cast_to_non_type | |
error - src/models/product.dart:53:18 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/product.dart:66:20 - The name 'Market' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/product.dart:67:22 - The name 'Category' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/product.dart:77:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/product.dart:89:3 - bool isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/product.dart:89:17 - 'Product.==' ('dynamic Function(dynamic)') isn't a valid override of 'Object.==' ('bool Function(Object)'). - invalid_override | |
- The member being overridden at src/models/product.dart:52:72. | |
error - src/models/product_order.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/product_order.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product_order.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product_order.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product_order.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product_order.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/product_order.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product_order.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product_order.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product_order.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product_order.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product_order.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/product_order.dart:7:3 - The name 'double' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product_order.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product_order.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product_order.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product_order.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product_order.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product_order.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:8:3 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product_order.dart:8:15 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product_order.dart:8:15 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product_order.dart:8:15 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product_order.dart:8:15 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product_order.dart:8:15 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product_order.dart:8:18 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product_order.dart:8:18 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/product_order.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:9:10 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/product_order.dart:9:10 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/product_order.dart:9:10 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/product_order.dart:9:10 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/product_order.dart:9:13 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/product_order.dart:9:13 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/product_order.dart:10:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/product_order.dart:14:29 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/product_order.dart:19:93 - The name 'Product' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'Product'. - cast_to_non_type | |
error - src/models/product_order.dart:21:51 - The method 'from' isn't defined for the type 'Function'. Try correcting the name to the name of an existing method, or defining a method named 'from'. - undefined_method | |
error - src/models/product_order.dart:26:21 - The name 'Product' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/product_order.dart:34:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/product_order.dart:38:32 - Expected to find ';'. - expected_token | |
error - src/models/product_order.dart:38:34 - Expected an identifier. - missing_identifier | |
error - src/models/product_order.dart:39:29 - Expected to find ';'. - expected_token | |
error - src/models/product_order.dart:39:31 - Expected an identifier. - missing_identifier | |
error - src/models/review.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/review.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/review.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/review.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/review.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/review.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/review.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/review.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/review.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/review.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/review.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/review.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/review.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/review.dart:8:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/review.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/review.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/review.dart:8:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/review.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/review.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/review.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/review.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:9:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/review.dart:9:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/review.dart:9:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/review.dart:9:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/review.dart:9:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/review.dart:9:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/review.dart:15:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/review.dart:20:77 - The name 'User' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/review.dart:25:18 - The name 'User' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/review.dart:31:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/review.dart:40:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/review.dart:40:10 - 'Review.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()'). - invalid_override | |
- The member being overridden at src/models/review.dart:56:3314. | |
error - src/models/route_argument.dart:2:3 - Expected to find ';'. - expected_token | |
error - src/models/route_argument.dart:2:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/route_argument.dart:2:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/route_argument.dart:2:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/route_argument.dart:2:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/route_argument.dart:2:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/route_argument.dart:2:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/route_argument.dart:3:3 - Expected to find ';'. - expected_token | |
error - src/models/route_argument.dart:3:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/route_argument.dart:3:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/route_argument.dart:3:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/route_argument.dart:3:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/route_argument.dart:3:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/route_argument.dart:3:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/route_argument.dart:3:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/route_argument.dart:3:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/route_argument.dart:9:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/route_argument.dart:9:10 - 'RouteArgument.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()'). - invalid_override | |
- The member being overridden at src/models/route_argument.dart:13:4195. | |
error - src/models/setting.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:11:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:11:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:11:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:11:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:11:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:11:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:11:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:12:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:12:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:13:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:13:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:14:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:14:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:15:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:15:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:16:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:16:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:17:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:17:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:17:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:17:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:17:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:17:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:17:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:18:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:18:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:19:3 - Expected to find ';'. - expected_token | |
error - src/models/setting.dart:19:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:19:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:19:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/setting.dart:19:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/setting.dart:19:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/setting.dart:19:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/setting.dart:19:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/setting.dart:19:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/setting.dart:21:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/models/setting.dart:21:13 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/setting.dart:28:24 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/setting.dart:62:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/user.dart:4:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:4:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:4:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:4:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:4:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:4:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:4:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:5:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:5:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:5:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:5:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:5:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:5:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:5:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:5:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:5:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:6:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:6:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:6:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:6:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:6:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:6:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:6:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:6:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:6:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:7:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:7:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:7:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:7:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:7:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:7:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:7:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:8:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:8:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:8:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:8:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:8:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:8:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:8:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:8:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:8:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:9:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:9:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:9:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:9:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:9:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:9:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:9:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:9:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:9:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:10:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:10:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:10:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:10:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:10:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:10:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:10:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:10:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:10:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:11:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:11:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:11:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:11:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:11:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:11:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:11:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:11:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:11:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:12:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:12:3 - The name 'String' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:12:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:12:9 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:12:9 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:12:9 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:12:12 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:12:12 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:13:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:13:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:13:8 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:13:8 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:13:8 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:13:8 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:13:11 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:13:11 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/models/user.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:16:7 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/models/user.dart:16:7 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/models/user.dart:16:7 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/models/user.dart:16:7 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/models/user.dart:16:10 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/models/user.dart:16:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/models/user.dart:22:21 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/user.dart:44:125 - The name 'Media' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/models/user.dart:51:23 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/models/user.dart:68:3 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/models/user.dart:68:10 - 'User.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()'). - invalid_override | |
- The member being overridden at src/models/user.dart:74:2724. | |
error - src/pages/debug.dart:7:3 - Expected to find ';'. - expected_token | |
error - src/pages/debug.dart:7:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/debug.dart:7:16 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/debug.dart:7:16 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/debug.dart:7:16 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/debug.dart:7:19 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/debug.dart:7:19 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/debug.dart:9:19 - Expected to find '}'. - expected_token | |
error - src/pages/debug.dart:9:61 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/debug.dart:32:48 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/forget_password.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/pages/forget_password.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/forget_password.dart:15:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/forget_password.dart:15:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/forget_password.dart:15:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/forget_password.dart:15:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/forget_password.dart:15:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/forget_password.dart:17:40 - The instance member 'UserController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/forget_password.dart:18:26 - The name 'UserController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'UserController'. - cast_to_non_type | |
error - src/pages/forget_password.dart:18:42 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:30:19 - Expected to find ','. - expected_token | |
error - src/pages/forget_password.dart:30:19 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/forget_password.dart:30:19 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/forget_password.dart:30:20 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:31:9 - The named parameter 'resizeToAvoidBottomPadding' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'resizeToAvoidBottomPadding'. - undefined_named_parameter | |
error - src/pages/forget_password.dart:49:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/forget_password.dart:49:33 - Expected to find ','. - expected_token | |
error - src/pages/forget_password.dart:49:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/forget_password.dart:49:34 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:50:54 - The getter 'display3' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display3', correcting the name to the name of an existing getter, or defining a getter or field named 'display3'. - undefined_getter | |
error - src/pages/forget_password.dart:70:29 - Expected to find ','. - expected_token | |
error - src/pages/forget_password.dart:70:29 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/forget_password.dart:70:29 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/forget_password.dart:70:30 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:77:52 - The getter 'user' isn't defined for the type 'dynamic Function(dynamic)'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/forget_password.dart:77:65 - Undefined name 'input'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/forget_password.dart:78:54 - The method 'contains' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/pages/forget_password.dart:78:72 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/forget_password.dart:78:84 - Expected to find ':'. - expected_token | |
error - src/pages/forget_password.dart:78:85 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:78:110 - Expected to find ')'. - expected_token | |
error - src/pages/forget_password.dart:93:25 - The named parameter 'text' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'text'. - undefined_named_parameter | |
error - src/pages/forget_password.dart:94:29 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/forget_password.dart:94:41 - Expected to find ','. - expected_token | |
error - src/pages/forget_password.dart:94:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/forget_password.dart:94:42 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:97:25 - The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'. - undefined_named_parameter | |
error - src/pages/forget_password.dart:98:25 - The named parameter 'onPressed' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onPressed'. - undefined_named_parameter | |
error - src/pages/forget_password.dart:99:31 - Expected to find ';'. - expected_token | |
error - src/pages/forget_password.dart:99:33 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:111:19 - The method 'FlatButton' isn't defined for the type '_ForgetPasswordWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/forget_password.dart:116:35 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/forget_password.dart:116:47 - Expected to find ','. - expected_token | |
error - src/pages/forget_password.dart:116:47 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/forget_password.dart:116:48 - Expected an identifier. - missing_identifier | |
error - src/pages/forget_password.dart:118:19 - The method 'FlatButton' isn't defined for the type '_ForgetPasswordWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/forget_password.dart:123:35 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/forget_password.dart:123:47 - Expected to find ','. - expected_token | |
error - src/pages/forget_password.dart:123:47 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/forget_password.dart:123:48 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/pages/help.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/help.dart:17:16 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/help.dart:17:16 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/help.dart:17:16 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/help.dart:17:19 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/help.dart:17:19 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/help.dart:19:30 - The instance member 'FaqController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/help.dart:20:26 - The name 'FaqController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'FaqController'. - cast_to_non_type | |
error - src/pages/help.dart:20:41 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:25:16 - Expected to find ';'. - expected_token | |
error - src/pages/help.dart:25:18 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:27:41 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/pages/help.dart:30:26 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:30:26 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/help.dart:30:26 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:30:27 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:32:25 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:32:25 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/help.dart:32:25 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:32:26 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:40:44 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:40:44 - The argument type 'bool' can't be assigned to the parameter type 'Widget Function(int)'. - argument_type_not_assignable | |
error - src/pages/help.dart:40:45 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:40:59 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:41:43 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:41:43 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/help.dart:41:43 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:41:44 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:46:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/help.dart:46:33 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:46:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:46:34 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:47:54 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/help.dart:54:33 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:54:33 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/help.dart:54:33 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:54:34 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:56:48 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:56:48 - The argument type 'bool' can't be assigned to the parameter type 'Widget Function(int)'. - argument_type_not_assignable | |
error - src/pages/help.dart:56:49 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:56:63 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:72:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/help.dart:72:45 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:72:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:72:46 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:75:66 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/help.dart:83:45 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:83:45 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/help.dart:83:45 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/help.dart:83:46 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:83:76 - The getter 'length' isn't defined for the type 'bool'. Try importing the library that defines 'length', correcting the name to the name of an existing getter, or defining a getter or field named 'length'. - undefined_getter | |
error - src/pages/help.dart:88:52 - The named parameter 'faq' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'faq'. - undefined_named_parameter | |
error - src/pages/help.dart:88:62 - Expected to find ','. - expected_token | |
error - src/pages/help.dart:88:62 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/help.dart:88:62 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/help.dart:88:63 - Expected an identifier. - missing_identifier | |
error - src/pages/help.dart:88:93 - The method 'elementAt' isn't defined for the type 'bool'. Try correcting the name to the name of an existing method, or defining a method named 'elementAt'. - undefined_method | |
error - src/pages/languages.dart:14:8 - The modifier 'late' was already specified. Try removing all but one occurrence of the modifier. - duplicated_modifier | |
error - src/pages/languages.dart:30:13 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/languages.dart:30:25 - Expected to find ','. - expected_token | |
error - src/pages/languages.dart:30:25 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/languages.dart:30:26 - Expected an identifier. - missing_identifier | |
error - src/pages/languages.dart:31:46 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/languages.dart:54:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/languages.dart:54:33 - Expected to find ','. - expected_token | |
error - src/pages/languages.dart:54:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/languages.dart:54:34 - Expected an identifier. - missing_identifier | |
error - src/pages/languages.dart:57:54 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/languages.dart:59:34 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/languages.dart:59:46 - Expected to find ','. - expected_token | |
error - src/pages/languages.dart:59:46 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/languages.dart:59:47 - Expected an identifier. - missing_identifier | |
error - src/pages/languages.dart:67:50 - Expected to find ','. - expected_token | |
error - src/pages/languages.dart:67:50 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/languages.dart:67:50 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/languages.dart:67:51 - Expected an identifier. - missing_identifier | |
error - src/pages/languages.dart:72:61 - Expected to find ';'. - expected_token | |
error - src/pages/languages.dart:72:63 - Expected an identifier. - missing_identifier | |
error - src/pages/languages.dart:82:44 - Expected to find ';'. - expected_token | |
error - src/pages/languages.dart:82:46 - Expected an identifier. - missing_identifier | |
error - src/pages/languages.dart:136:68 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/pages/login.dart:16:3 - Expected to find ';'. - expected_token | |
error - src/pages/login.dart:16:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/login.dart:16:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/login.dart:16:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/login.dart:16:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/login.dart:16:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/login.dart:16:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/login.dart:18:31 - The instance member 'UserController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/login.dart:19:26 - The name 'UserController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'UserController'. - cast_to_non_type | |
error - src/pages/login.dart:19:42 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:35:19 - Expected to find ','. - expected_token | |
error - src/pages/login.dart:35:19 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/login.dart:35:19 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/login.dart:35:20 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:36:9 - The named parameter 'resizeToAvoidBottomPadding' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'resizeToAvoidBottomPadding'. - undefined_named_parameter | |
error - src/pages/login.dart:54:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/login.dart:54:33 - Expected to find ','. - expected_token | |
error - src/pages/login.dart:54:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/login.dart:54:34 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:55:54 - The getter 'display3' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display3', correcting the name to the name of an existing getter, or defining a getter or field named 'display3'. - undefined_getter | |
error - src/pages/login.dart:75:29 - Expected to find ','. - expected_token | |
error - src/pages/login.dart:75:29 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/login.dart:75:29 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/login.dart:75:30 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:82:52 - The getter 'user' isn't defined for the type 'dynamic Function(dynamic)'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/login.dart:82:65 - Undefined name 'input'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/login.dart:83:54 - The method 'contains' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/pages/login.dart:83:72 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/login.dart:83:84 - Expected to find ':'. - expected_token | |
error - src/pages/login.dart:83:85 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:83:110 - Expected to find ')'. - expected_token | |
error - src/pages/login.dart:99:52 - The getter 'user' isn't defined for the type 'dynamic Function(dynamic)'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/login.dart:99:68 - Undefined name 'input'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/login.dart:100:53 - The property 'length' can't be unconditionally accessed because the receiver can be 'null'. Try making the access conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/pages/login.dart:100:68 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/login.dart:100:80 - Expected to find ':'. - expected_token | |
error - src/pages/login.dart:100:81 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:100:115 - Expected to find ')'. - expected_token | |
error - src/pages/login.dart:125:25 - The named parameter 'text' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'text'. - undefined_named_parameter | |
error - src/pages/login.dart:126:29 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/login.dart:126:41 - Expected to find ','. - expected_token | |
error - src/pages/login.dart:126:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/login.dart:126:42 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:129:25 - The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'. - undefined_named_parameter | |
error - src/pages/login.dart:130:25 - The named parameter 'onPressed' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onPressed'. - undefined_named_parameter | |
error - src/pages/login.dart:131:31 - Expected to find ';'. - expected_token | |
error - src/pages/login.dart:131:33 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:144:19 - The method 'FlatButton' isn't defined for the type '_LoginWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/login.dart:149:35 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/login.dart:149:47 - Expected to find ','. - expected_token | |
error - src/pages/login.dart:149:47 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/login.dart:149:48 - Expected an identifier. - missing_identifier | |
error - src/pages/login.dart:151:19 - The method 'FlatButton' isn't defined for the type '_LoginWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/login.dart:156:35 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/login.dart:156:47 - Expected to find ','. - expected_token | |
error - src/pages/login.dart:156:47 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/login.dart:156:48 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:14:9 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:14:22 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/map.dart:14:22 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/map.dart:14:22 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/map.dart:14:25 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/map.dart:14:25 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/map.dart:15:3 - Can't have modifier 'final' here. Try removing 'final'. - extraneous_modifier | |
error - src/pages/map.dart:15:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/map.dart:15:33 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/map.dart:15:33 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/map.dart:15:33 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/map.dart:15:33 - The name '??' is already defined. Try renaming one of the declarations. - duplicate_definition | |
error - src/pages/map.dart:15:33 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/map.dart:15:36 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/map.dart:15:36 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/map.dart:17:3 - All final variables must be initialized, but 'RouteArgument' isn't. Try adding an initializer for the field. - final_not_initialized_constructor | |
error - src/pages/map.dart:17:17 - Expected to find '}'. - expected_token | |
error - src/pages/map.dart:17:83 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/map.dart:24:3 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:24:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/map.dart:24:16 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/map.dart:24:16 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/map.dart:24:16 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/map.dart:24:19 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/map.dart:24:19 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/map.dart:26:29 - The instance member 'MapController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/map.dart:27:26 - The name 'MapController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'MapController'. - cast_to_non_type | |
error - src/pages/map.dart:27:41 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:32:9 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:32:10 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/pages/map.dart:32:10 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/pages/map.dart:32:11 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:32:65 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:33:14 - Expected to find ')'. - expected_token | |
error - src/pages/map.dart:35:18 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:35:18 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/map.dart:35:19 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:35:35 - The getter 'deliveryAddress' isn't defined for the type 'bool'. Try importing the library that defines 'deliveryAddress', correcting the name to the name of an existing getter, or defining a getter or field named 'deliveryAddress'. - undefined_getter | |
error - src/pages/map.dart:35:51 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:35:52 - A negation operand must have a static type of 'bool'. Try changing the operand to the '!' operator. - non_bool_negation_expression | |
error - src/pages/map.dart:35:52 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:36:11 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:36:13 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:37:11 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:37:13 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:39:11 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:39:13 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:51:23 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:51:23 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/map.dart:51:23 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:51:24 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:54:61 - The getter 'currentState' isn't defined for the type 'dynamic Function()'. Try importing the library that defines 'currentState', correcting the name to the name of an existing getter, or defining a getter or field named 'currentState'. - undefined_getter | |
error - src/pages/map.dart:54:74 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:54:74 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/map.dart:54:74 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:54:75 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:61:13 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/map.dart:61:25 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:61:25 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:61:26 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:62:46 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/map.dart:71:19 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:71:21 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:80:16 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:80:17 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:81:39 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/pages/map.dart:85:47 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:85:47 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/map.dart:85:47 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:85:48 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:86:42 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:86:42 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/map.dart:86:43 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:88:25 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:88:27 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:91:25 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:91:26 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/pages/map.dart:91:26 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/pages/map.dart:91:27 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:94:25 - Expected to find ';'. - expected_token | |
error - src/pages/map.dart:94:27 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:96:35 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:96:35 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/map.dart:96:36 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:112:22 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:112:23 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:144:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/map.dart:144:45 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:144:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:144:46 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:144:56 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/pages/map.dart:144:67 - Expected to find '}'. - expected_token | |
error - src/pages/map.dart:147:66 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/pages/map.dart:150:36 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:150:36 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:150:37 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:150:53 - The getter 'payment' isn't defined for the type 'bool'. Try importing the library that defines 'payment', correcting the name to the name of an existing getter, or defining a getter or field named 'payment'. - undefined_getter | |
error - src/pages/map.dart:150:74 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/map.dart:150:86 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:150:87 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:156:74 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:156:74 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/map.dart:156:75 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:156:91 - The getter 'dateTime' isn't defined for the type 'bool'. Try importing the library that defines 'dateTime', correcting the name to the name of an existing getter, or defining a getter or field named 'dateTime'. - undefined_getter | |
error - src/pages/map.dart:167:48 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:167:48 - The argument type 'bool' can't be assigned to the parameter type 'BuildContext'. - argument_type_not_assignable | |
error - src/pages/map.dart:167:49 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:167:57 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/map.dart:167:66 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/pages/map.dart:167:101 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/map.dart:169:31 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/map.dart:169:43 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:169:43 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/map.dart:169:44 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:169:51 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/pages/map.dart:169:64 - Expected to find ','. - expected_token | |
error - src/pages/map.dart:169:65 - Expected an identifier. - missing_identifier | |
error - src/pages/map.dart:169:81 - The getter 'productOrders' isn't defined for the type 'bool'. Try importing the library that defines 'productOrders', correcting the name to the name of an existing getter, or defining a getter or field named 'productOrders'. - undefined_getter | |
error - src/pages/notifications.dart:11:3 - Can't have modifier 'final' here. Try removing 'final'. - extraneous_modifier | |
error - src/pages/notifications.dart:11:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/notifications.dart:11:33 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/notifications.dart:11:33 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/notifications.dart:11:33 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/notifications.dart:11:33 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/notifications.dart:11:36 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/notifications.dart:11:36 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/notifications.dart:13:27 - Expected to find '}'. - expected_token | |
error - src/pages/notifications.dart:13:73 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/notifications.dart:20:3 - Expected to find ';'. - expected_token | |
error - src/pages/notifications.dart:20:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/notifications.dart:20:25 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/notifications.dart:20:25 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/notifications.dart:20:25 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/notifications.dart:20:28 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/notifications.dart:20:28 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/notifications.dart:22:39 - The instance member 'NotificationController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/notifications.dart:23:26 - The name 'NotificationController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'NotificationController'. - cast_to_non_type | |
error - src/pages/notifications.dart:23:50 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:29:17 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:29:17 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/notifications.dart:29:17 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:29:18 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:34:35 - The getter 'scaffoldKey' isn't defined for the type 'dynamic Function()'. Try importing the library that defines 'scaffoldKey', correcting the name to the name of an existing getter, or defining a getter or field named 'scaffoldKey'. - undefined_getter | |
error - src/pages/notifications.dart:41:13 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/notifications.dart:41:25 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:41:25 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:41:26 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:42:46 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/notifications.dart:45:11 - The method 'FlatButton' isn't defined for the type '_NotificationsWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/notifications.dart:59:26 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:59:26 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:59:27 - A negation operand must have a static type of 'bool'. Try changing the operand to the '!' operator. - non_bool_negation_expression | |
error - src/pages/notifications.dart:59:27 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:61:64 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:61:64 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/notifications.dart:61:65 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:76:25 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:76:25 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/notifications.dart:76:25 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:76:26 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:77:21 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:77:21 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/notifications.dart:77:22 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:91:27 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/notifications.dart:91:39 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:91:39 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:91:40 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:94:60 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/notifications.dart:97:27 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/notifications.dart:97:39 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:97:39 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:97:40 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:109:37 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:109:37 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/notifications.dart:109:37 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/notifications.dart:109:38 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:115:25 - The named parameter 'notification' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'notification'. - undefined_named_parameter | |
error - src/pages/notifications.dart:115:44 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:115:44 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/notifications.dart:115:44 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/notifications.dart:115:45 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:116:25 - The named parameter 'onMarkAsRead' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onMarkAsRead'. - undefined_named_parameter | |
error - src/pages/notifications.dart:117:31 - Expected to find ';'. - expected_token | |
error - src/pages/notifications.dart:117:33 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:117:65 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:117:66 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:119:25 - The named parameter 'onMarkAsUnRead' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onMarkAsUnRead'. - undefined_named_parameter | |
error - src/pages/notifications.dart:120:31 - Expected to find ';'. - expected_token | |
error - src/pages/notifications.dart:120:33 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:120:67 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:120:68 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:122:25 - The named parameter 'onRemoved' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onRemoved'. - undefined_named_parameter | |
error - src/pages/notifications.dart:123:31 - Expected to find ';'. - expected_token | |
error - src/pages/notifications.dart:123:33 - Expected an identifier. - missing_identifier | |
error - src/pages/notifications.dart:123:60 - Expected to find ','. - expected_token | |
error - src/pages/notifications.dart:123:61 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:18:9 - Expected to find ';'. - expected_token | |
error - src/pages/order.dart:18:22 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/order.dart:18:22 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/order.dart:18:22 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/order.dart:18:25 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/order.dart:18:25 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/order.dart:20:3 - All final variables must be initialized, but 'RouteArgument' isn't. Try adding an initializer for the field. - final_not_initialized_constructor | |
error - src/pages/order.dart:20:19 - Expected to find '}'. - expected_token | |
error - src/pages/order.dart:20:61 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/order.dart:29:3 - Expected to find ';'. - expected_token | |
error - src/pages/order.dart:29:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/order.dart:29:25 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/order.dart:29:25 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/order.dart:29:25 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/order.dart:29:28 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/order.dart:29:28 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/order.dart:31:31 - The instance member 'OrderDetailsController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/order.dart:32:26 - The name 'OrderDetailsController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'OrderDetailsController'. - cast_to_non_type | |
error - src/pages/order.dart:32:50 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:37:9 - Expected to find ';'. - expected_token | |
error - src/pages/order.dart:37:11 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:37:52 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:37:52 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:37:53 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:44:19 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:44:19 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:44:19 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:44:20 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:49:37 - The getter 'scaffoldKey' isn't defined for the type 'dynamic Function()'. Try importing the library that defines 'scaffoldKey', correcting the name to the name of an existing getter, or defining a getter or field named 'scaffoldKey'. - undefined_getter | |
error - src/pages/order.dart:56:15 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:56:27 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:56:27 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:56:28 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:57:48 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/order.dart:64:27 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:64:27 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:64:27 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:64:28 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:65:23 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:65:23 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:65:24 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:66:39 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/pages/order.dart:71:60 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:71:60 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:71:60 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:71:61 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:71:70 - The getter 'orderStatus' isn't defined for the type 'bool'. Try importing the library that defines 'orderStatus', correcting the name to the name of an existing getter, or defining a getter or field named 'orderStatus'. - undefined_getter | |
error - src/pages/order.dart:71:82 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:71:82 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:71:83 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:86:40 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:86:41 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:86:50 - The getter 'orderStatus' isn't defined for the type 'bool'. Try importing the library that defines 'orderStatus', correcting the name to the name of an existing getter, or defining a getter or field named 'orderStatus'. - undefined_getter | |
error - src/pages/order.dart:86:62 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:86:63 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:117:51 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:117:63 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:117:63 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:117:64 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:117:74 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/pages/order.dart:117:85 - Expected to find '}'. - expected_token | |
error - src/pages/order.dart:120:84 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/pages/order.dart:123:54 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:123:54 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:123:55 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:123:64 - The getter 'payment' isn't defined for the type 'bool'. Try importing the library that defines 'payment', correcting the name to the name of an existing getter, or defining a getter or field named 'payment'. - undefined_getter | |
error - src/pages/order.dart:123:85 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:123:97 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:123:98 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:129:92 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:129:92 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:129:93 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:129:102 - The getter 'dateTime' isn't defined for the type 'bool'. Try importing the library that defines 'dateTime', correcting the name to the name of an existing getter, or defining a getter or field named 'dateTime'. - undefined_getter | |
error - src/pages/order.dart:140:66 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:140:66 - The argument type 'bool' can't be assigned to the parameter type 'BuildContext'. - argument_type_not_assignable | |
error - src/pages/order.dart:140:67 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:140:75 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:140:84 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/pages/order.dart:140:119 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/order.dart:142:49 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:142:61 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:142:61 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:142:62 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:142:69 - The operator '+' isn't defined for the type 'bool'. Try defining the operator '+'. - undefined_operator | |
error - src/pages/order.dart:142:82 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:142:83 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:142:92 - The getter 'productOrders' isn't defined for the type 'bool'. Try importing the library that defines 'productOrders', correcting the name to the name of an existing getter, or defining a getter or field named 'productOrders'. - undefined_getter | |
error - src/pages/order.dart:162:37 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:162:49 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:162:49 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:162:50 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:165:70 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/order.dart:176:44 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:176:44 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:176:45 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:176:54 - The getter 'user' isn't defined for the type 'bool'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/order.dart:176:59 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:176:60 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:177:74 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/order.dart:184:44 - The method 'FlatButton' isn't defined for the type '_OrderWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/order.dart:210:44 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:210:44 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:210:45 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:210:54 - The getter 'deliveryAddress' isn't defined for the type 'bool'. Try importing the library that defines 'deliveryAddress', correcting the name to the name of an existing getter, or defining a getter or field named 'deliveryAddress'. - undefined_getter | |
error - src/pages/order.dart:210:84 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:210:96 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:210:97 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:211:74 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/order.dart:218:44 - The method 'FlatButton' isn't defined for the type '_OrderWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/order.dart:222:133 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:222:133 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:222:133 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:222:134 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:243:44 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:243:44 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:243:45 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:243:54 - The getter 'user' isn't defined for the type 'bool'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/order.dart:243:59 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:243:60 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:245:74 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/order.dart:252:44 - The method 'FlatButton' isn't defined for the type '_OrderWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/order.dart:255:60 - Expected to find '}'. - expected_token | |
error - src/pages/order.dart:278:37 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:278:49 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:278:49 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:278:50 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:281:70 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/order.dart:290:47 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:290:47 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:290:47 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:290:48 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:290:57 - The getter 'productOrders' isn't defined for the type 'bool'. Try importing the library that defines 'productOrders', correcting the name to the name of an existing getter, or defining a getter or field named 'productOrders'. - undefined_getter | |
error - src/pages/order.dart:295:56 - The named parameter 'heroTag' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'heroTag'. - undefined_named_parameter | |
error - src/pages/order.dart:295:78 - The named parameter 'order' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'order'. - undefined_named_parameter | |
error - src/pages/order.dart:295:90 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:295:90 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:295:90 - Too many positional arguments: 0 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:295:91 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:295:99 - The named parameter 'productOrder' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'productOrder'. - undefined_named_parameter | |
error - src/pages/order.dart:295:118 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:295:118 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:295:119 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:295:128 - The getter 'productOrders' isn't defined for the type 'bool'. Try importing the library that defines 'productOrders', correcting the name to the name of an existing getter, or defining a getter or field named 'productOrders'. - undefined_getter | |
error - src/pages/order.dart:295:142 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:295:142 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:295:143 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:305:38 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:305:38 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:305:38 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:305:39 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:305:48 - The getter 'orderStatus' isn't defined for the type 'bool'. Try importing the library that defines 'orderStatus', correcting the name to the name of an existing getter, or defining a getter or field named 'orderStatus'. - undefined_getter | |
error - src/pages/order.dart:305:60 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:305:60 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/order.dart:305:61 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:321:41 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:321:53 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:321:53 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:321:54 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:322:74 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/order.dart:325:56 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:325:56 - The argument type 'bool' can't be assigned to the parameter type 'BuildContext'. - argument_type_not_assignable | |
error - src/pages/order.dart:325:57 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:325:68 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:325:77 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/pages/order.dart:325:112 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/pages/order.dart:333:41 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:333:53 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:333:53 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:333:54 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:334:74 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/order.dart:337:56 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:337:56 - The argument type 'bool' can't be assigned to the parameter type 'BuildContext'. - argument_type_not_assignable | |
error - src/pages/order.dart:337:57 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:337:71 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:337:80 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/pages/order.dart:337:115 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/pages/order.dart:344:44 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:344:56 - Expected to find '}'. - expected_token | |
error - src/pages/order.dart:345:74 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/order.dart:348:56 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:348:56 - The argument type 'bool' can't be assigned to the parameter type 'BuildContext'. - argument_type_not_assignable | |
error - src/pages/order.dart:348:57 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:348:69 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:348:78 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/pages/order.dart:348:113 - The getter 'subhead' isn't defined for the type 'TextTheme'. Try importing the library that defines 'subhead', correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'. - undefined_getter | |
error - src/pages/order.dart:356:41 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:356:53 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:356:53 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:356:54 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:357:74 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/order.dart:360:56 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:360:56 - The argument type 'bool' can't be assigned to the parameter type 'BuildContext'. - argument_type_not_assignable | |
error - src/pages/order.dart:360:57 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:360:65 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/order.dart:360:74 - The named parameter 'style' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'style'. - undefined_named_parameter | |
error - src/pages/order.dart:360:109 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/order.dart:364:36 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:364:37 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:364:46 - The getter 'orderStatus' isn't defined for the type 'bool'. Try importing the library that defines 'orderStatus', correcting the name to the name of an existing getter, or defining a getter or field named 'orderStatus'. - undefined_getter | |
error - src/pages/order.dart:364:58 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:364:59 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:367:46 - The method 'FlatButton' isn't defined for the type '_OrderWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/order.dart:373:65 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:373:77 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:373:77 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:373:78 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:374:67 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:374:79 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:374:79 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:374:80 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:377:53 - The method 'FlatButton' isn't defined for the type '_OrderWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/order.dart:378:73 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:378:85 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:378:85 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:378:86 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:380:61 - Expected to find ';'. - expected_token | |
error - src/pages/order.dart:380:63 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:380:86 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:380:87 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:384:53 - The method 'FlatButton' isn't defined for the type '_OrderWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/order.dart:385:73 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:385:85 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:385:85 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:385:86 - Expected an identifier. - missing_identifier | |
error - src/pages/order.dart:398:45 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/order.dart:398:57 - Expected to find ','. - expected_token | |
error - src/pages/order.dart:398:57 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/order.dart:398:58 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:12:3 - Can't have modifier 'final' here. Try removing 'final'. - extraneous_modifier | |
error - src/pages/orders.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/orders.dart:12:33 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/orders.dart:12:33 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/orders.dart:12:33 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/orders.dart:12:33 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/orders.dart:12:36 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/orders.dart:12:36 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/orders.dart:14:20 - Expected to find '}'. - expected_token | |
error - src/pages/orders.dart:14:66 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/orders.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/pages/orders.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/orders.dart:21:18 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/orders.dart:21:18 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/orders.dart:21:18 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/orders.dart:21:21 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/orders.dart:21:21 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/orders.dart:23:32 - The instance member 'OrderController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/orders.dart:24:26 - The name 'OrderController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'OrderController'. - cast_to_non_type | |
error - src/pages/orders.dart:24:43 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:29:9 - Expected to find ';'. - expected_token | |
error - src/pages/orders.dart:29:11 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:37:17 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:37:17 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:37:17 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:37:18 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:41:55 - The getter 'currentState' isn't defined for the type 'dynamic Function()'. Try importing the library that defines 'currentState', correcting the name to the name of an existing getter, or defining a getter or field named 'currentState'. - undefined_getter | |
error - src/pages/orders.dart:41:68 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:41:68 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:41:68 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:41:69 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:48:13 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/orders.dart:48:25 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:48:25 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:48:26 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:49:46 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/orders.dart:56:25 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:56:25 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:56:25 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:56:26 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:60:18 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:60:19 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:66:37 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:66:37 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:66:37 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:66:38 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:75:114 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:75:114 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:75:114 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:75:115 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:78:41 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:78:41 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:78:41 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:78:42 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:78:81 - The getter 'id' isn't defined for the type 'bool'. Try importing the library that defines 'id', correcting the name to the name of an existing getter, or defining a getter or field named 'id'. - undefined_getter | |
error - src/pages/orders.dart:100:44 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/orders.dart:100:56 - Expected to find '}'. - expected_token | |
error - src/pages/orders.dart:100:77 - Expected to find '}'. - expected_token | |
error - src/pages/orders.dart:102:34 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:102:34 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:102:35 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:102:90 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/orders.dart:102:102 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:102:103 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:108:56 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:108:57 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:108:98 - The getter 'length' isn't defined for the type 'bool'. Try importing the library that defines 'length', correcting the name to the name of an existing getter, or defining a getter or field named 'length'. - undefined_getter | |
error - src/pages/orders.dart:108:106 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders.dart:110:33 - The named parameter 'heroTag' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'heroTag'. - undefined_named_parameter | |
error - src/pages/orders.dart:111:33 - The named parameter 'order' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'order'. - undefined_named_parameter | |
error - src/pages/orders.dart:111:45 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:111:45 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:111:45 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/orders.dart:111:46 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:112:33 - The named parameter 'productOrder' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'productOrder'. - undefined_named_parameter | |
error - src/pages/orders.dart:112:52 - Expected to find ','. - expected_token | |
error - src/pages/orders.dart:112:52 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders.dart:112:53 - Expected an identifier. - missing_identifier | |
error - src/pages/orders.dart:112:94 - The method 'elementAt' isn't defined for the type 'bool'. Try correcting the name to the name of an existing method, or defining a method named 'elementAt'. - undefined_method | |
error - src/pages/orders_history.dart:12:3 - Can't have modifier 'final' here. Try removing 'final'. - extraneous_modifier | |
error - src/pages/orders_history.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/orders_history.dart:12:33 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/orders_history.dart:12:33 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/orders_history.dart:12:33 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/orders_history.dart:12:33 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/orders_history.dart:12:36 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/orders_history.dart:12:36 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/orders_history.dart:14:27 - Expected to find '}'. - expected_token | |
error - src/pages/orders_history.dart:14:73 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/orders_history.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/pages/orders_history.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/orders_history.dart:21:18 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/orders_history.dart:21:18 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/orders_history.dart:21:18 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/orders_history.dart:21:21 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/orders_history.dart:21:21 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/orders_history.dart:23:39 - The instance member 'OrderController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/orders_history.dart:24:26 - The name 'OrderController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'OrderController'. - cast_to_non_type | |
error - src/pages/orders_history.dart:24:43 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:29:9 - Expected to find ';'. - expected_token | |
error - src/pages/orders_history.dart:29:11 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:37:17 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:37:17 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:37:17 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:37:18 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:41:55 - The getter 'currentState' isn't defined for the type 'dynamic Function()'. Try importing the library that defines 'currentState', correcting the name to the name of an existing getter, or defining a getter or field named 'currentState'. - undefined_getter | |
error - src/pages/orders_history.dart:41:68 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:41:68 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:41:68 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:41:69 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:48:13 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/orders_history.dart:48:25 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:48:25 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:48:26 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:49:46 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/orders_history.dart:56:25 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:56:25 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:56:25 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:56:26 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:64:20 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:64:21 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:70:39 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:70:39 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:70:39 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:70:40 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:79:116 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:79:116 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:79:116 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:79:117 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:82:43 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:82:43 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:82:43 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:82:44 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:82:83 - The getter 'id' isn't defined for the type 'bool'. Try importing the library that defines 'id', correcting the name to the name of an existing getter, or defining a getter or field named 'id'. - undefined_getter | |
error - src/pages/orders_history.dart:104:46 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/orders_history.dart:104:58 - Expected to find '}'. - expected_token | |
error - src/pages/orders_history.dart:104:79 - Expected to find '}'. - expected_token | |
error - src/pages/orders_history.dart:106:36 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:106:36 - Too many positional arguments: 1 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:106:37 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:106:92 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/orders_history.dart:106:104 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:106:105 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:112:58 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:112:58 - The argument type 'Object' can't be assigned to the parameter type 'Widget Function(int)'. - argument_type_not_assignable | |
error - src/pages/orders_history.dart:112:59 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:112:112 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/orders_history.dart:114:35 - The named parameter 'heroTag' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'heroTag'. - undefined_named_parameter | |
error - src/pages/orders_history.dart:115:35 - The named parameter 'order' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'order'. - undefined_named_parameter | |
error - src/pages/orders_history.dart:115:47 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:115:47 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:115:47 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/orders_history.dart:115:48 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:116:35 - The named parameter 'productOrder' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'productOrder'. - undefined_named_parameter | |
error - src/pages/orders_history.dart:116:54 - Expected to find ','. - expected_token | |
error - src/pages/orders_history.dart:116:54 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/orders_history.dart:116:55 - Expected an identifier. - missing_identifier | |
error - src/pages/orders_history.dart:116:96 - The method 'elementAt' isn't defined for the type 'bool'. Try correcting the name to the name of an existing method, or defining a method named 'elementAt'. - undefined_method | |
error - src/pages/pages.dart:13:3 - Expected to find ';'. - expected_token | |
error - src/pages/pages.dart:13:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/pages.dart:13:16 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/pages.dart:13:16 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/pages.dart:13:16 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/pages.dart:13:19 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/pages.dart:13:19 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/pages.dart:18:8 - Expected to find '}'. - expected_token | |
error - src/pages/pages.dart:22:25 - The name 'RouteArgument' isn't a type and can't be used in an 'is' expression. Try correcting the name to match an existing type. - type_test_with_non_type | |
error - src/pages/pages.dart:49:22 - Expected to find ')'. - expected_token | |
error - src/pages/pages.dart:51:27 - Undefined name 'tabItem'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/pages.dart:51:46 - Undefined name 'tabItem'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/pages.dart:52:15 - Undefined name 'tabItem'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/pages.dart:54:46 - The named parameter 'parentScaffoldKey' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'parentScaffoldKey'. - undefined_named_parameter | |
error - src/pages/pages.dart:57:45 - The named parameter 'parentScaffoldKey' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'parentScaffoldKey'. - undefined_named_parameter | |
error - src/pages/pages.dart:60:52 - The named parameter 'parentScaffoldKey' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'parentScaffoldKey'. - undefined_named_parameter | |
error - src/pages/pages.dart:63:42 - The named parameter 'parentScaffoldKey' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'parentScaffoldKey'. - undefined_named_parameter | |
error - src/pages/pages.dart:63:81 - The named parameter 'routeArgument' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'routeArgument'. - undefined_named_parameter | |
error - src/pages/pages.dart:96:15 - The named parameter 'title' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'title'. - undefined_named_parameter | |
error - src/pages/pages.dart:99:17 - The named parameter 'title' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'title'. - undefined_named_parameter | |
error - src/pages/pages.dart:117:15 - The named parameter 'title' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'title'. - undefined_named_parameter | |
error - src/pages/profile.dart:12:3 - Can't have modifier 'final' here. Try removing 'final'. - extraneous_modifier | |
error - src/pages/profile.dart:12:9 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/profile.dart:12:33 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/profile.dart:12:33 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/profile.dart:12:33 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/profile.dart:12:33 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/profile.dart:12:36 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/profile.dart:12:36 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/profile.dart:14:21 - Expected to find '}'. - expected_token | |
error - src/pages/profile.dart:14:67 - The instance member 'key' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/profile.dart:21:3 - Expected to find ';'. - expected_token | |
error - src/pages/profile.dart:21:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/profile.dart:21:20 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/profile.dart:21:20 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/profile.dart:21:20 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/profile.dart:21:23 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/profile.dart:21:23 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/profile.dart:23:33 - The instance member 'ProfileController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/profile.dart:24:26 - The name 'ProfileController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'ProfileController'. - cast_to_non_type | |
error - src/pages/profile.dart:24:45 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:29:9 - Expected to find ';'. - expected_token | |
error - src/pages/profile.dart:29:11 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:47:13 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/profile.dart:47:25 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:47:25 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:47:26 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:48:46 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/profile.dart:54:17 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:54:17 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/profile.dart:54:17 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:54:18 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:55:18 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:55:18 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/profile.dart:55:19 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:56:35 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/pages/profile.dart:61:39 - The named parameter 'user' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'user'. - undefined_named_parameter | |
error - src/pages/profile.dart:61:50 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:61:50 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/profile.dart:61:50 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/profile.dart:61:51 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:69:25 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/profile.dart:69:37 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:69:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:69:38 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:70:58 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/profile.dart:76:28 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:76:28 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:76:29 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:77:58 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/profile.dart:87:25 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/profile.dart:87:37 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:87:37 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:87:38 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:88:58 - The getter 'display1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display1', correcting the name to the name of an existing getter, or defining a getter or field named 'display1'. - undefined_getter | |
error - src/pages/profile.dart:91:24 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:91:25 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:92:47 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/pages/profile.dart:97:43 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:97:43 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/profile.dart:97:43 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:97:44 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:105:63 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/profile.dart:105:75 - Expected to find '}'. - expected_token | |
error - src/pages/profile.dart:105:96 - Expected to find '}'. - expected_token | |
error - src/pages/profile.dart:107:47 - Expected to find '}'. - expected_token | |
error - src/pages/profile.dart:112:62 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:112:63 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:112:110 - The getter 'length' isn't defined for the type 'bool'. Try importing the library that defines 'length', correcting the name to the name of an existing getter, or defining a getter or field named 'length'. - undefined_getter | |
error - src/pages/profile.dart:112:118 - Too many positional arguments: 2 expected, but 3 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/profile.dart:114:39 - The named parameter 'heroTag' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'heroTag'. - undefined_named_parameter | |
error - src/pages/profile.dart:115:39 - The named parameter 'order' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'order'. - undefined_named_parameter | |
error - src/pages/profile.dart:115:51 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:115:51 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/profile.dart:115:51 - Too many positional arguments: 0 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/pages/profile.dart:115:52 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:116:39 - The named parameter 'productOrder' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'productOrder'. - undefined_named_parameter | |
error - src/pages/profile.dart:116:58 - Expected to find ','. - expected_token | |
error - src/pages/profile.dart:116:58 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/profile.dart:116:59 - Expected an identifier. - missing_identifier | |
error - src/pages/profile.dart:116:106 - The method 'elementAt' isn't defined for the type 'bool'. Try correcting the name to the name of an existing method, or defining a method named 'elementAt'. - undefined_method | |
error - src/pages/settings.dart:17:3 - Expected to find ';'. - expected_token | |
error - src/pages/settings.dart:17:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/settings.dart:17:21 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/settings.dart:17:21 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/settings.dart:17:21 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/settings.dart:17:24 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/settings.dart:17:24 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/settings.dart:19:34 - The instance member 'SettingsController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/settings.dart:20:26 - The name 'SettingsController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'SettingsController'. - cast_to_non_type | |
error - src/pages/settings.dart:20:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:26:19 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:26:19 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/settings.dart:26:19 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:26:20 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:32:15 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:32:27 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:32:27 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:32:28 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:33:48 - The getter 'title' isn't defined for the type 'TextTheme'. Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'. - undefined_getter | |
error - src/pages/settings.dart:37:37 - The named parameter 'height' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'height'. - undefined_named_parameter | |
error - src/pages/settings.dart:52:70 - The getter 'display2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display2', correcting the name to the name of an existing getter, or defining a getter or field named 'display2'. - undefined_getter | |
error - src/pages/settings.dart:71:89 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:71:89 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:71:90 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:91:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:91:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:91:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:91:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:92:66 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/settings.dart:99:33 - The named parameter 'user' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'user'. - undefined_named_parameter | |
error - src/pages/settings.dart:100:33 - The named parameter 'onChanged' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onChanged'. - undefined_named_parameter | |
error - src/pages/settings.dart:101:39 - Expected to find ';'. - expected_token | |
error - src/pages/settings.dart:101:41 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:111:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:111:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:111:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:111:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:112:66 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/settings.dart:123:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:123:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:123:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:123:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:124:66 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/settings.dart:135:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:135:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:135:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:135:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:136:66 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/settings.dart:147:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:147:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:147:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:147:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:148:66 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/settings.dart:161:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:161:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:161:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:161:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:162:66 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/settings.dart:188:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:188:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:188:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:188:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:189:66 - The getter 'body2' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body2', correcting the name to the name of an existing getter, or defining a getter or field named 'body2'. - undefined_getter | |
error - src/pages/settings.dart:206:37 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:206:49 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:206:49 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:206:50 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:207:70 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/settings.dart:212:33 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:212:45 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:212:45 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:212:46 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:230:37 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/settings.dart:230:49 - Expected to find ','. - expected_token | |
error - src/pages/settings.dart:230:49 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/settings.dart:230:50 - Expected an identifier. - missing_identifier | |
error - src/pages/settings.dart:231:70 - The getter 'body1' isn't defined for the type 'TextTheme'. Try importing the library that defines 'body1', correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. - undefined_getter | |
error - src/pages/signup.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/pages/signup.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/signup.dart:15:17 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/signup.dart:15:17 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/signup.dart:15:17 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/signup.dart:15:20 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/signup.dart:15:20 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/signup.dart:17:32 - The instance member 'UserController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/signup.dart:18:26 - The name 'UserController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'UserController'. - cast_to_non_type | |
error - src/pages/signup.dart:18:42 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:26:19 - Expected to find ','. - expected_token | |
error - src/pages/signup.dart:26:19 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/signup.dart:26:19 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/signup.dart:26:20 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:27:9 - The named parameter 'resizeToAvoidBottomPadding' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'resizeToAvoidBottomPadding'. - undefined_named_parameter | |
error - src/pages/signup.dart:45:21 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/signup.dart:45:33 - Expected to find ','. - expected_token | |
error - src/pages/signup.dart:45:33 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/signup.dart:45:34 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:46:54 - The getter 'display3' isn't defined for the type 'TextTheme'. Try importing the library that defines 'display3', correcting the name to the name of an existing getter, or defining a getter or field named 'display3'. - undefined_getter | |
error - src/pages/signup.dart:66:29 - Expected to find ','. - expected_token | |
error - src/pages/signup.dart:66:29 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/signup.dart:66:29 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/signup.dart:66:30 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:73:52 - The getter 'user' isn't defined for the type 'dynamic Function(dynamic)'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/signup.dart:73:64 - Undefined name 'input'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/signup.dart:74:53 - The property 'length' can't be unconditionally accessed because the receiver can be 'null'. Try making the access conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/pages/signup.dart:74:68 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/signup.dart:74:80 - Expected to find ':'. - expected_token | |
error - src/pages/signup.dart:74:81 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:74:112 - Expected to find ')'. - expected_token | |
error - src/pages/signup.dart:90:52 - The getter 'user' isn't defined for the type 'dynamic Function(dynamic)'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/signup.dart:90:65 - Undefined name 'input'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/signup.dart:91:54 - The method 'contains' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/pages/signup.dart:91:72 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/signup.dart:91:84 - Expected to find ':'. - expected_token | |
error - src/pages/signup.dart:91:85 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:91:110 - Expected to find ')'. - expected_token | |
error - src/pages/signup.dart:106:43 - Expected to find ','. - expected_token | |
error - src/pages/signup.dart:106:43 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/signup.dart:106:43 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/signup.dart:106:44 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:107:52 - The getter 'user' isn't defined for the type 'dynamic Function(dynamic)'. Try importing the library that defines 'user', correcting the name to the name of an existing getter, or defining a getter or field named 'user'. - undefined_getter | |
error - src/pages/signup.dart:107:68 - Undefined name 'input'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/pages/signup.dart:108:53 - The property 'length' can't be unconditionally accessed because the receiver can be 'null'. Try making the access conditional (using '?.') or adding a null check to the target ('!'). - unchecked_use_of_nullable_value | |
error - src/pages/signup.dart:108:68 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/signup.dart:108:80 - Expected to find ':'. - expected_token | |
error - src/pages/signup.dart:108:81 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:108:112 - Expected to find ')'. - expected_token | |
error - src/pages/signup.dart:132:25 - The named parameter 'text' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'text'. - undefined_named_parameter | |
error - src/pages/signup.dart:133:29 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/signup.dart:133:41 - Expected to find ','. - expected_token | |
error - src/pages/signup.dart:133:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/signup.dart:133:42 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:136:25 - The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'. - undefined_named_parameter | |
error - src/pages/signup.dart:137:25 - The named parameter 'onPressed' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'onPressed'. - undefined_named_parameter | |
error - src/pages/signup.dart:138:31 - Expected to find ';'. - expected_token | |
error - src/pages/signup.dart:138:33 - Expected an identifier. - missing_identifier | |
error - src/pages/signup.dart:164:22 - The method 'FlatButton' isn't defined for the type '_SignUpWidgetState'. Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. - undefined_method | |
error - src/pages/signup.dart:169:31 - Instance member 'of' can't be accessed using static access. - static_access_to_instance_member | |
error - src/pages/signup.dart:169:43 - Expected to find ','. - expected_token | |
error - src/pages/signup.dart:169:43 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/signup.dart:169:44 - Expected an identifier. - missing_identifier | |
error - src/pages/splash_screen.dart:15:3 - Expected to find ';'. - expected_token | |
error - src/pages/splash_screen.dart:15:3 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/splash_screen.dart:15:25 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - src/pages/splash_screen.dart:15:25 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
error - src/pages/splash_screen.dart:15:25 - The string '??' isn't a user-definable operator. - invalid_operator | |
error - src/pages/splash_screen.dart:15:28 - A function body must be provided. Try adding a function body. - missing_function_body | |
error - src/pages/splash_screen.dart:15:28 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - src/pages/splash_screen.dart:17:31 - The instance member 'SplashScreenController' can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression - implicit_this_reference_in_initializer | |
error - src/pages/splash_screen.dart:18:26 - The name 'SplashScreenController' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'SplashScreenController'. - cast_to_non_type | |
error - src/pages/splash_screen.dart:18:50 - Expected an identifier. - missing_identifier | |
error - src/pages/splash_screen.dart:28:9 - Expected to find ';'. - expected_token | |
error - src/pages/splash_screen.dart:28:11 - Expected an identifier. - missing_identifier | |
error - src/pages/splash_screen.dart:30:11 - Expected to find ';'. - expected_token | |
error - src/pages/splash_screen.dart:30:13 - Expected an identifier. - missing_identifier | |
error - src/pages/splash_screen.dart:48:17 - Expected to find ','. - expected_token | |
error - src/pages/splash_screen.dart:48:17 - Positional arguments must occur before named arguments. Try moving all of the positional arguments before the named arguments. - positional_after_named_argument | |
error - src/pages/splash_screen.dart:48:17 - Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments. - extra_positional_arguments_could_be_named | |
error - src/pages/splash_screen.dart:48:18 - Expected an identifier. - missing_identifier | |
error - src/repository/cart_repository.dart:50:6 - The operator '<' isn't defined for the type 'Type'. Try defining the operator '<'. - undefined_operator | |
error - src/repository/cart_repository.dart:50:7 - Expected to find ';'. - expected_token | |
error - src/repository/cart_repository.dart:50:13 - Expected an identifier. - missing_identifier | |
error - src/repository/cart_repository.dart:50:13 - Unexpected text ';'. Try removing the text. - unexpected_token | |
error - src/repository/cart_repository.dart:50:15 - Illegal assignment to non-assignable expression. - illegal_assignment_to_non_assignable | |
error - src/repository/cart_repository.dart:50:15 - Missing selector such as '.identifier' or '[0]'. Try adding a selector. - missing_assignable_selector | |
error - src/repository/cart_repository.dart:50:22 - The operator '>' isn't defined for the type 'Type'. Try defining the operator '>'. - undefined_operator | |
error - src/repository/cart_repository.dart:50:23 - Expected an identifier. - missing_identifier | |
error - src/repository/cart_repository.dart:50:26 - Undefined name 'decodedJSON'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/cart_repository.dart:62:5 - Undefined name 'decodedJSON'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/cart_repository.dart:62:79 - Expected an identifier. - missing_identifier | |
error - src/repository/cart_repository.dart:66:24 - Undefined name 'decodedJSON'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/category_repository.dart:23:44 - Expected to find ')'. - expected_token | |
error - src/repository/category_repository.dart:24:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/category_repository.dart:24:85 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/category_repository.dart:29:107 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/category_repository.dart:29:119 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/gallery_repository.dart:11:44 - Expected to find ')'. - expected_token | |
error - src/repository/gallery_repository.dart:13:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/gallery_repository.dart:14:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/gallery_repository.dart:14:113 - Undefined name 'idMarket'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/gallery_repository.dart:22:37 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/gallery_repository.dart:22:49 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/market_repository.dart:42:40 - Expected to find ')'. - expected_token | |
error - src/repository/market_repository.dart:43:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/market_repository.dart:43:82 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/market_repository.dart:48:107 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/market_repository.dart:48:119 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/market_repository.dart:51:47 - Expected to find ')'. - expected_token | |
error - src/repository/market_repository.dart:52:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/market_repository.dart:52:116 - Undefined name 'id'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/market_repository.dart:57:107 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/market_repository.dart:57:119 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/order_repository.dart:15:23 - The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type. Try adding either a return or a throw statement at the end. - body_might_complete_normally | |
error - src/repository/order_repository.dart:36:23 - The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type. Try adding either a return or a throw statement at the end. - body_might_complete_normally | |
error - src/repository/order_repository.dart:36:44 - Expected to find ')'. - expected_token | |
error - src/repository/order_repository.dart:57:23 - The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type. Try adding either a return or a throw statement at the end. - body_might_complete_normally | |
error - src/repository/order_repository.dart:91:23 - The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type. Try adding either a return or a throw statement at the end. - body_might_complete_normally | |
error - src/repository/order_repository.dart:143:15 - The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Order>', is a potentially non-nullable type. Try adding either a return or a throw statement at the end. - body_might_complete_normally | |
error - src/repository/order_repository.dart:143:44 - Expected to find ')'. - expected_token | |
error - src/repository/product_repository.dart:24:42 - Expected to find ')'. - expected_token | |
error - src/repository/product_repository.dart:25:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/product_repository.dart:26:68 - Undefined name 'productId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/product_repository.dart:30:107 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/product_repository.dart:30:119 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/product_repository.dart:31:41 - Expected to find ','. - expected_token | |
error - src/repository/product_repository.dart:31:41 - Too many positional arguments: 1 expected, but 2 found. Try removing the extra arguments. - extra_positional_arguments | |
error - src/repository/product_repository.dart:31:42 - Expected an identifier. - missing_identifier | |
error - src/repository/product_repository.dart:47:50 - Expected to find ')'. - expected_token | |
error - src/repository/product_repository.dart:52:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/product_repository.dart:53:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/product_repository.dart:53:113 - Undefined name 'productId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/product_repository.dart:58:113 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/product_repository.dart:58:125 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/product_repository.dart:136:59 - Expected to find ')'. - expected_token | |
error - src/repository/product_repository.dart:138:9 - String isn't a type. Try correcting the name to match an existing type. - not_a_type | |
error - src/repository/product_repository.dart:138:112 - Undefined name 'marketId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/product_repository.dart:143:107 - The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>'. - argument_type_not_assignable | |
error - src/repository/product_repository.dart:143:119 - The name 'String' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'String'. - non_type_as_type_argument | |
error - src/repository/settings_repository.dart:52:22 - The name 'Location' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type | |
error - src/repository/settings_repository.dart:55:53 - Instance member 'current' can't be accessed using static access. - static_access_to_instance_member | |
error - src/repository/settings_repository.dart:55:61 - Expected to find ','. - expected_token | |
error - src/repository/settings_repository.dart:55:61 - Expressions can't be used in a map literal. Try removing the expression or converting it to be a map entry. - expression_in_map | |
error - src/repository/settings_repository.dart:55:62 - Expected an identifier. - missing_identifier | |
error - src/repository/settings_repository.dart:120:34 - Expected to find ')'. - expected_token | |
error - src/repository/settings_repository.dart:121:7 - Undefined name 'messageId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/settings_repository.dart:123:48 - Undefined name 'messageId'. Try correcting the name to one that is defined, or defining the name. - undefined_identifier | |
error - src/repository/user_repository.dart:92:87 - The name 'FutureOr' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'FutureOr'. - cast_to_non_type | |
error - src/repository/user_repository.dart:105:86 - The name 'FutureOr' isn't a type, so it can't be used in an 'as' expression. Try changing the name to the name of an existing type, or creating a type with the name 'FutureOr'. - cast_to_non_type | |
warning - main.dart:44:38 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - main.dart:44:39 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - route_generator.dart:35:100 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/controllers/cart_controller.dart:79:45 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/cart_controller.dart:80:40 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/cart_controller.dart:80:41 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/cart_controller.dart:81:47 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/cart_controller.dart:81:48 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/checkout_controller.dart:96:45 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/checkout_controller.dart:97:40 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/checkout_controller.dart:97:41 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/checkout_controller.dart:98:47 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/checkout_controller.dart:98:48 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/map_controller.dart:65:27 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/map_controller.dart:84:57 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/map_controller.dart:84:102 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/map_controller.dart:135:44 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/map_controller.dart:137:44 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/map_controller.dart:138:39 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/map_controller.dart:142:16 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/map_controller.dart:156:95 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/controllers/notification_controller.dart:31:95 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/controllers/order_details_controller.dart:46:34 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/order_details_controller.dart:59:88 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/controllers/product_controller.dart:79:18 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/product_controller.dart:95:18 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/product_controller.dart:106:18 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/splash_screen_controller.dart:30:17 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/splash_screen_controller.dart:36:17 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/splash_screen_controller.dart:42:17 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/controllers/tracking_controller.dart:71:58 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/controllers/tracking_controller.dart:71:95 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/elements/OrderItemWidget.dart:45:52 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/elements/OrderItemWidget.dart:66:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/elements/OrderItemWidget.dart:72:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/elements/ProfileAvatarWidget.dart:47:44 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/helpers/helper.dart:27:34 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/helpers/helper.dart:31:35 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/helpers/helper.dart:137:28 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/helpers/helper.dart:137:68 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/helpers/helper.dart:139:36 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/helpers/helper.dart:142:64 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/helpers/helper.dart:146:53 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/helpers/helper.dart:150:42 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/helpers/helper.dart:172:14 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/helpers/helper.dart:240:13 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/models/filter.dart:47:14 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/models/review.dart:19:44 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/pages/forget_password.dart:77:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/help.dart:41:75 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/pages/help.dart:83:74 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/help.dart:88:91 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/login.dart:25:35 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator | |
warning - src/pages/login.dart:82:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/login.dart:99:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/map.dart:32:65 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/pages/map.dart:35:33 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/map.dart:54:59 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/map.dart:150:51 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/map.dart:156:89 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/map.dart:169:79 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/notifications.dart:34:33 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:49:35 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:71:68 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:86:48 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:123:62 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:129:100 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:142:90 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:176:52 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:210:52 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:243:52 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:290:55 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:295:126 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:305:46 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/order.dart:364:44 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders.dart:41:53 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders.dart:78:79 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders.dart:102:88 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/pages/orders.dart:108:96 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders.dart:112:92 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders_history.dart:41:53 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders_history.dart:82:81 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/orders_history.dart:106:90 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/pages/orders_history.dart:112:109 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/pages/orders_history.dart:116:94 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/profile.dart:112:108 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/profile.dart:116:104 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/signup.dart:73:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/signup.dart:90:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/pages/signup.dart:107:50 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
warning - src/repository/cart_repository.dart:62:79 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression | |
warning - src/repository/settings_repository.dart:86:82 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion | |
info - generated/i18n.dart:1:8 - Unused import: 'dart:async'. Try removing the import directive. - unused_import | |
info - generated/i18n.dart:3:8 - Unused import: 'package:flutter/foundation.dart'. Try removing the import directive. - unused_import | |
info - generated/i18n.dart:165:21 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:168:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:170:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:172:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:174:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:176:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:178:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:180:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:182:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:184:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:186:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:188:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:190:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:192:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:194:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:196:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:198:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:200:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:202:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:204:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:206:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:208:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:210:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:212:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:214:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:216:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:218:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:220:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:222:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:224:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:226:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:228:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:230:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:232:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:234:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:236:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:238:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:240:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:242:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:244:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:246:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:248:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:250:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:252:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:254:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:256:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:258:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:260:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:262:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:264:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:266:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:268:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:270:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:272:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:274:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:276:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:278:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:280:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:282:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:284:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:286:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:288:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:290:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:292:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:294:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:296:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:298:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:300:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:302:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:304:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:306:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:308:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:310:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:312:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:314:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:316:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:318:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:320:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:322:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:324:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:326:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:328:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:330:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:332:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:334:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:336:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:338:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:340:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:342:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:344:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:346:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:348:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:350:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:352:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:354:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:356:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:358:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:360:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:362:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:364:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:366:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:368:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:370:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:372:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:374:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:376:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:378:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:380:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:382:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:384:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:386:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:388:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:390:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:392:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:394:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:396:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:398:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:400:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:402:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:404:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:406:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:408:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:410:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:412:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:414:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:416:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:418:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:420:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:422:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:424:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:426:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:428:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:430:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:432:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:434:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:436:10 - The method doesn't override an inherited method. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:443:21 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:446:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:448:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:450:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:452:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:454:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:456:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:458:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:460:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:462:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:464:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:466:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:468:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:470:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:472:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:474:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:476:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:478:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:480:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:482:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:484:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:486:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:488:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:490:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:492:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:494:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:496:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:498:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:500:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:502:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:504:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:506:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:508:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:510:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:512:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:514:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:516:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:518:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:520:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:522:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:524:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:526:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:528:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:530:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:532:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:534:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:536:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:538:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:540:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:542:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:544:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:546:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:548:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:550:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:552:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:554:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:556:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:558:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:560:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:562:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:564:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:566:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:568:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:570:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:572:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:574:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:576:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:578:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:580:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:582:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:584:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:586:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:588:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:590:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:592:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:594:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:596:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:598:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:600:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:602:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:604:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:606:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:608:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:610:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:612:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:614:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:616:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:618:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:620:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:622:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:624:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:626:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:628:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:630:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:632:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:634:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:636:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:638:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:640:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:642:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:644:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:646:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:648:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:650:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:652:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:654:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:656:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:658:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:660:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:662:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:664:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:666:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:668:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:670:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:672:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:674:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:676:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:678:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:680:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:682:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:684:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:686:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:688:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:690:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:692:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:694:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:696:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:698:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:700:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:702:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:704:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:706:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:708:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:710:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:712:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:714:10 - The method doesn't override an inherited method. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:725:21 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:728:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:730:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:732:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:734:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:736:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:738:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:740:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:742:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:744:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:746:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:748:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:750:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:752:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:754:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:756:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:758:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:760:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:762:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:764:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:766:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:768:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:770:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:772:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:774:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:776:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:778:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:780:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:782:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:784:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:786:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:788:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:790:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:792:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:794:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:796:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:798:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:800:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:802:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:804:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:806:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:808:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:810:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:812:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:814:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:816:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:818:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:820:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:822:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:824:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:826:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:828:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:830:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:832:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:834:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:836:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:838:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:840:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:842:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:844:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:846:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:848:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:850:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:852:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:854:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:856:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:858:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:860:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:862:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:864:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:866:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:868:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:870:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:872:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:874:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:876:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:878:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:880:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:882:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:884:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:886:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:888:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:890:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:892:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:894:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:896:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:898:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:900:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:902:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:904:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:906:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:908:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:910:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:912:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:914:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:916:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:918:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:920:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:922:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:924:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:926:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:928:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:930:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:932:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:934:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:936:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:938:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:940:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:942:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:944:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:946:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:948:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:950:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:952:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:954:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:956:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:958:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:960:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:962:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:964:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:966:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:968:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:970:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:972:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:974:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:976:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:978:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:980:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:982:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:984:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:986:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:988:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:990:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:992:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:994:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:996:10 - The method doesn't override an inherited method. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1003:21 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1006:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1008:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1010:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1012:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1014:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1016:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1018:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1020:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1022:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1024:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1026:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1028:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1030:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1032:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1034:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1036:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1038:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1040:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1042:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1044:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1046:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1048:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1050:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1052:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1054:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1056:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1058:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1060:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1062:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1064:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1066:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1068:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1070:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1072:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1074:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1076:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1078:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1080:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1082:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1084:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1086:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1088:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1090:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1092:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1094:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1096:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1098:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1100:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1102:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1104:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1106:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1108:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1110:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1112:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1114:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1116:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1118:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1120:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1122:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1124:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1126:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1128:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1130:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1132:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1134:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1136:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1138:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1140:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1142:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1144:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1146:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1148:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1150:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1152:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1154:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1156:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1158:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1160:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1162:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1164:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1166:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1168:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1170:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1172:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1174:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1176:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1178:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1180:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1182:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1184:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1186:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1188:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1190:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1192:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1194:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1196:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1198:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1200:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1202:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1204:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1206:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1208:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1210:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1212:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1214:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1216:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1218:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1220:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1222:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1224:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1226:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1228:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1230:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1232:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1234:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1236:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1238:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1240:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1242:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1244:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1246:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1248:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1250:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1252:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1254:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1256:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1258:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1260:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1262:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1264:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1266:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1268:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1270:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1272:14 - The getter doesn't override an inherited getter. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1274:10 - The method doesn't override an inherited method. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member | |
info - generated/i18n.dart:1385:31 - The operand can't be null, so the condition is always false. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison | |
info - main.dart:3:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - main.dart:62:23 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - main.dart:84:23 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/controllers/cart_controller.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/cart_controller.dart:22:24 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/cart_controller.dart:45:29 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/cart_controller.dart:77:50 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/cart_controller.dart:79:36 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/category_controller.dart:5:8 - Unused import: '../models/cart.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/category_controller.dart:6:8 - Unused import: '../models/category.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/category_controller.dart:14:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/category_controller.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/category_controller.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/category_controller.dart:23:37 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/category_controller.dart:42:27 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/category_controller.dart:69:19 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/category_controller.dart:69:19 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/controllers/category_controller.dart:69:59 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/checkout_controller.dart:11:8 - Unused import: '../models/payment.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/checkout_controller.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/checkout_controller.dart:28:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/checkout_controller.dart:40:24 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/checkout_controller.dart:68:32 - 'List.List' is deprecated and shouldn't be used. Use a list literal, [], or the List.filled constructor instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/controllers/checkout_controller.dart:77:43 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/checkout_controller.dart:80:28 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/checkout_controller.dart:83:11 - Unnecessary type check; the result is always 'true'. Try correcting the type check, or removing the type check. - unnecessary_type_check | |
info - src/controllers/checkout_controller.dart:94:50 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/checkout_controller.dart:96:36 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/controller.dart:1:8 - Unused import: 'package:flutter/cupertino.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/controller.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/controller.dart:16:8 - This method overrides a method annotated as '@mustCallSuper' in 'StateListener', but doesn't invoke the overridden method. - must_call_super | |
info - src/controllers/delivery_addresses_controller.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/delivery_addresses_controller.dart:17:28 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/faq_controller.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/faq_controller.dart:17:23 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/favorite_controller.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/favorite_controller.dart:17:28 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/map_controller.dart:10:8 - Unused import: '../models/address.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/map_controller.dart:11:8 - Unused import: '../models/order.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/map_controller.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/map_controller.dart:19:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/map_controller.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/map_controller.dart:29:28 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/map_controller.dart:153:18 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/map_controller.dart:156:95 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/map_controller.dart:157:57 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/map_controller.dart:160:41 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/market_controller.dart:20:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/market_controller.dart:26:25 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/market_controller.dart:44:27 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/market_controller.dart:51:32 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/market_controller.dart:76:34 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/notification_controller.dart:11:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/notification_controller.dart:18:32 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_controller.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_controller.dart:16:25 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_controller.dart:37:32 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_details_controller.dart:5:8 - Unused import: '../models/order.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/order_details_controller.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_details_controller.dart:14:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_details_controller.dart:20:24 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/order_details_controller.dart:56:11 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/order_details_controller.dart:59:88 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/order_details_controller.dart:60:50 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/order_details_controller.dart:63:34 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/product_controller.dart:5:8 - Unused import: '../models/cart.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/product_controller.dart:6:8 - Unused import: '../models/favorite.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/product_controller.dart:8:8 - Unused import: '../models/product.dart'. Try removing the import directive. - unused_import | |
info - src/controllers/product_controller.dart:13:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/product_controller.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/product_controller.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/product_controller.dart:25:26 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/product_controller.dart:44:27 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/product_controller.dart:62:19 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/product_controller.dart:62:19 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/controllers/product_controller.dart:62:59 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/product_controller.dart:113:23 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/product_controller.dart:121:13 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/profile_controller.dart:13:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/profile_controller.dart:28:31 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/settings_controller.dart:11:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/settings_controller.dart:12:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/splash_screen_controller.dart:4:8 - The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import | |
info - src/controllers/splash_screen_controller.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/splash_screen_controller.dart:28:45 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/controllers/splash_screen_controller.dart:67:47 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/splash_screen_controller.dart:80:49 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/tracking_controller.dart:14:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/tracking_controller.dart:20:24 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/user_controller.dart:13:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/user_controller.dart:20:41 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/controllers/user_controller.dart:27:33 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/user_controller.dart:30:19 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/controllers/user_controller.dart:46:33 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/user_controller.dart:48:19 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/controllers/user_controller.dart:64:33 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/controllers/user_controller.dart:66:19 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/elements/BlockButtonWidget.dart:4:28 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/CircularLoadingWidget.dart:5:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: CircularLoadingWidget.double, CircularLoadingWidget.height - must_be_immutable | |
info - src/elements/CircularLoadingWidget.dart:8:26 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/DrawerWidget.dart:52:58 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/DrawerWidget.dart:155:29 - The member 'notifyListeners' can only be used within 'package:flutter/src/foundation/change_notifier.dart' or a test. - invalid_use_of_visible_for_testing_member | |
info - src/elements/DrawerWidget.dart:155:29 - The member 'notifyListeners' can only be used within instance members of subclasses of 'package:flutter/src/foundation/change_notifier.dart'. - invalid_use_of_protected_member | |
info - src/elements/EmptyNotificationsWidget.dart:10:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/EmptyNotificationsWidget.dart:40:54 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/EmptyNotificationsWidget.dart:111:48 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/EmptyOrdersWidget.dart:10:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/EmptyOrdersWidget.dart:40:54 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/FaqItemWidget.dart:4:8 - Unused import: '../models/faq.dart'. Try removing the import directive. - unused_import | |
info - src/elements/FaqItemWidget.dart:6:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FaqItemWidget.Faq, FaqItemWidget.faq - must_be_immutable | |
info - src/elements/FaqItemWidget.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/FaqItemWidget.dart:9:18 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/HeadingIconButtonWidget.dart:4:34 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/LanguageItemWidget.dart:3:8 - Unused import: '../models/language.dart'. Try removing the import directive. - unused_import | |
info - src/elements/LanguageItemWidget.dart:6:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: LanguageItemWidget.language, LanguageItemWidget.onTap - must_be_immutable | |
info - src/elements/LanguageItemWidget.dart:7:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/LanguageItemWidget.dart:8:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/LanguageItemWidget.dart:11:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/LanguageItemWidget.dart:69:22 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/LanguageItemWidget.dart:76:29 - The member 'notifyListeners' can only be used within 'package:flutter/src/foundation/change_notifier.dart' or a test. - invalid_use_of_visible_for_testing_member | |
info - src/elements/LanguageItemWidget.dart:76:29 - The member 'notifyListeners' can only be used within instance members of subclasses of 'package:flutter/src/foundation/change_notifier.dart'. - invalid_use_of_protected_member | |
info - src/elements/LanguageItemWidget.dart:107:46 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/NotificationItemWidget.dart:6:8 - Unused import: '../models/notification.dart'. Try removing the import directive. - unused_import | |
info - src/elements/NotificationItemWidget.dart:8:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NotificationItemWidget.notification, NotificationItemWidget.VoidCallback, NotificationItemWidget.onMarkAsRead, NotificationItemWidget.VoidCallback, NotificationItemWidget.onMarkAsUnRead, NotificationItemWidget.VoidCallback, NotificationItemWidget.onRemoved - must_be_immutable | |
info - src/elements/NotificationItemWidget.dart:9:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/NotificationItemWidget.dart:9:21 - Use `;` instead of `{}` for empty constructor bodies. - empty_constructor_bodies | |
info - src/elements/NotificationItemWidget.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/NotificationItemWidget.dart:11:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/NotificationItemWidget.dart:12:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/NotificationItemWidget.dart:14:27 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/NotificationItemWidget.dart:25:46 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/NotificationItemWidget.dart:29:46 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/NotificationItemWidget.dart:33:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/NotificationItemWidget.dart:35:30 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/NotificationItemWidget.dart:42:70 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/NotificationItemWidget.dart:45:25 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/OrderItemWidget.dart:1:8 - The library 'package:cached_network_image/cached_network_image.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/elements/OrderItemWidget.dart:6:8 - Unused import: '../models/order.dart'. Try removing the import directive. - unused_import | |
info - src/elements/OrderItemWidget.dart:7:8 - Unused import: '../models/product_order.dart'. Try removing the import directive. - unused_import | |
info - src/elements/OrderItemWidget.dart:10:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: OrderItemWidget.heroTag, OrderItemWidget.productOrder, OrderItemWidget.order - must_be_immutable | |
info - src/elements/OrderItemWidget.dart:11:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/OrderItemWidget.dart:12:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/OrderItemWidget.dart:13:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/OrderItemWidget.dart:15:26 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/OrderItemWidget.dart:20:38 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/OrderItemWidget.dart:21:37 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/ProfileAvatarWidget.dart:1:8 - The library 'package:cached_network_image/cached_network_image.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/elements/ProfileAvatarWidget.dart:4:8 - Unused import: '../models/user.dart'. Try removing the import directive. - unused_import | |
info - src/elements/ProfileAvatarWidget.dart:6:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ProfileAvatarWidget.user - must_be_immutable | |
info - src/elements/ProfileAvatarWidget.dart:7:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ProfileAvatarWidget.dart:10:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ProfileAvatarWidget.dart:19:34 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/ProfileSettingsDialog.dart:4:8 - Unused import: '../models/user.dart'. Try removing the import directive. - unused_import | |
info - src/elements/ProfileSettingsDialog.dart:6:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ProfileSettingsDialog.User, ProfileSettingsDialog.user, ProfileSettingsDialog.VoidCallback, ProfileSettingsDialog.onChanged - must_be_immutable | |
info - src/elements/ProfileSettingsDialog.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ProfileSettingsDialog.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ProfileSettingsDialog.dart:10:26 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ProfileSettingsDialog.dart:100:69 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/elements/ProfileSettingsDialog.dart:118:39 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ProfileSettingsDialog.dart:136:44 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/ProfileSettingsDialog.dart:137:24 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/ShoppingCartButtonWidget.dart:4:8 - Unused import: '../controllers/notification_controller.dart'. Try removing the import directive. - unused_import | |
info - src/elements/ShoppingCartButtonWidget.dart:6:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ShoppingCartButtonWidget.iconColor, ShoppingCartButtonWidget.labelColor - must_be_immutable | |
info - src/elements/ShoppingCartButtonWidget.dart:10:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartButtonWidget.dart:13:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartButtonWidget.dart:14:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartButtonWidget.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:4:8 - Unused import: '../controllers/cart_controller.dart'. Try removing the import directive. - unused_import | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:5:8 - Unused import: '../models/product.dart'. Try removing the import directive. - unused_import | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:8:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ShoppingCartFloatButtonWidget.iconColor, ShoppingCartFloatButtonWidget.labelColor, ShoppingCartFloatButtonWidget.product - must_be_immutable | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:13:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:16:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:17:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:18:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:25:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:33:10 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/elements/ShoppingCartFloatButtonWidget.dart:44:34 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/helpers/checkbox_form_field.dart:5:8 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/custom_trace.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/custom_trace.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/custom_trace.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/custom_trace.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/helper.dart:3:8 - The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'. Try removing the import directive. - unnecessary_import | |
info - src/helpers/helper.dart:8:8 - The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import | |
info - src/helpers/helper.dart:10:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/helpers/helper.dart:42:72 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/helper.dart:42:72 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/helpers/helper.dart:128:65 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/helper.dart:163:26 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/helper.dart:176:21 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/helpers/helper.dart:179:26 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/helper.dart:182:73 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/helper.dart:189:48 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/helper.dart:250:16 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/helpers/helper.dart:260:52 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/helpers/helper.dart:265:49 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/helpers/helper.dart:266:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/helpers/helper.dart:267:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/helpers/helper.dart:272:23 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/helper.dart:275:26 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/helper.dart:275:26 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/helpers/helper.dart:277:26 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/helper.dart:277:26 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/helpers/helper.dart:279:26 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/helper.dart:279:26 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/helpers/maps_util.dart:5:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/helpers/maps_util.dart:24:56 - The operand can't be null, so the condition is always false. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison | |
info - src/helpers/maps_util.dart:29:17 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/maps_util.dart:29:17 - The value of the local variable 'List' isn't used. Try removing the variable or using it. - unused_local_variable | |
info - src/helpers/maps_util.dart:29:21 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/maps_util.dart:29:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/helpers/size_change_notifier.dart:5:8 - Unused import: 'package:flutter/foundation.dart'. Try removing the import directive. - unused_import | |
info - src/helpers/size_change_notifier.dart:38:35 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/size_change_notifier.dart:49:34 - A value for optional parameter 'RenderBox' isn't ever given. Try removing the unused parameter. - unused_element | |
info - src/helpers/size_change_notifier.dart:49:34 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/size_change_notifier.dart:50:40 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/helpers/size_change_notifier.dart:60:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/swipe_widget.dart:3:8 - The import of 'package:flutter/foundation.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import | |
info - src/helpers/swipe_widget.dart:10:17 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/helpers/swipe_widget.dart:11:20 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/helpers/swipe_widget.dart:20:12 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/helpers/swipe_widget.dart:38:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/Step.dart:1:8 - Unused import: 'package:google_maps_flutter/google_maps_flutter.dart'. Try removing the import directive. - unused_import | |
info - src/models/Step.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/address.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/address.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/address.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/address.dart:12:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/address.dart:20:77 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/address.dart:27:27 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:2:8 - Unused import: '../models/product.dart'. Try removing the import directive. - unused_import | |
info - src/models/cart.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/cart.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/cart.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/cart.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/cart.dart:33:33 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:35:30 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:40:31 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:42:15 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:52:27 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:52:52 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:54:20 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/cart.dart:55:31 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/category.dart:1:8 - Unused import: '../models/media.dart'. Try removing the import directive. - unused_import | |
info - src/models/category.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/category.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/category.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/credit_card.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/faq.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/faq.dart:3:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/faq.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/faq_category.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/faq_category.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/faq_category.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/favorite.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/favorite.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/favorite.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/favorite.dart:30:30 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/field.dart:1:8 - Unused import: '../models/media.dart'. Try removing the import directive. - unused_import | |
info - src/models/field.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/field.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/field.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/field.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/filter.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/filter.dart:26:28 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/filter.dart:45:33 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/filter.dart:65:34 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/gallery.dart:1:8 - Unused import: '../models/media.dart'. Try removing the import directive. - unused_import | |
info - src/models/gallery.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/gallery.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/gallery.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/language.dart:12:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/language.dart:26:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:1:8 - Unused import: '../models/media.dart'. Try removing the import directive. - unused_import | |
info - src/models/market.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:11:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:12:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/market.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:1:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/models/media.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/media.dart:12:36 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/models/media.dart:13:38 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/models/media.dart:14:37 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/models/media.dart:26:38 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/models/media.dart:27:40 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/models/media.dart:28:39 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/models/notification.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/notification.dart:3:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/notification.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option.dart:1:8 - Unused import: '../models/media.dart'. Try removing the import directive. - unused_import | |
info - src/models/option.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option_group.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/option_group.dart:3:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:1:8 - Unused import: '../models/address.dart'. Try removing the import directive. - unused_import | |
info - src/models/order.dart:2:8 - Unused import: '../models/order_status.dart'. Try removing the import directive. - unused_import | |
info - src/models/order.dart:3:8 - Unused import: '../models/payment.dart'. Try removing the import directive. - unused_import | |
info - src/models/order.dart:5:8 - Unused import: '../models/user.dart'. Try removing the import directive. - unused_import | |
info - src/models/order.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:13:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order.dart:53:37 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/order_status.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/order_status.dart:3:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/payment.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/payment.dart:3:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/payment.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:1:8 - Unused import: '../models/category.dart'. Try removing the import directive. - unused_import | |
info - src/models/product.dart:2:8 - Unused import: '../models/market.dart'. Try removing the import directive. - unused_import | |
info - src/models/product.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:14:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:18:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:22:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:24:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product.dart:25:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product_order.dart:2:8 - Unused import: '../models/product.dart'. Try removing the import directive. - unused_import | |
info - src/models/product_order.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product_order.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product_order.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/product_order.dart:38:33 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/product_order.dart:39:30 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/models/review.dart:3:8 - Unused import: '../models/user.dart'. Try removing the import directive. - unused_import | |
info - src/models/review.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/review.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/review.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/review.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/route_argument.dart:2:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/route_argument.dart:3:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/setting.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/setting.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/setting.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/setting.dart:11:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/setting.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/setting.dart:19:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:1:8 - Unused import: '../models/media.dart'. Try removing the import directive. - unused_import | |
info - src/models/user.dart:4:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:5:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:6:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:8:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:9:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:10:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:11:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:12:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/models/user.dart:13:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/debug.dart:2:8 - The import of 'package:flutter/rendering.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import | |
info - src/pages/debug.dart:4:8 - Unused import: '../models/route_argument.dart'. Try removing the import directive. - unused_import | |
info - src/pages/debug.dart:6:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: DebugWidget.RouteArgument, DebugWidget.routeArgument - must_be_immutable | |
info - src/pages/debug.dart:7:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/debug.dart:9:16 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/forget_password.dart:5:8 - Unused import: '../controllers/user_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/forget_password.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/forget_password.dart:40:68 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/forget_password.dart:97:50 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/forget_password.dart:99:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/help.dart:5:8 - Unused import: '../controllers/faq_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/help.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/help.dart:25:17 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code | |
info - src/pages/help.dart:50:121 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/languages.dart:34:110 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/languages.dart:72:62 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/languages.dart:81:41 - The member 'notifyListeners' can only be used within 'package:flutter/src/foundation/change_notifier.dart' or a test. - invalid_use_of_visible_for_testing_member | |
info - src/pages/languages.dart:81:41 - The member 'notifyListeners' can only be used within instance members of subclasses of 'package:flutter/src/foundation/change_notifier.dart'. - invalid_use_of_protected_member | |
info - src/pages/languages.dart:82:45 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/languages.dart:117:58 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/login.dart:5:8 - Unused import: '../controllers/user_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/login.dart:16:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/login.dart:45:68 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/login.dart:129:50 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/login.dart:131:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:7:8 - Unused import: '../controllers/map_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/map.dart:11:8 - Unused import: '../models/route_argument.dart'. Try removing the import directive. - unused_import | |
info - src/pages/map.dart:13:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MapWidget.routeArgument, MapWidget.parentScaffoldKey - must_be_immutable | |
info - src/pages/map.dart:14:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/map.dart:15:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/map.dart:17:14 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/map.dart:24:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/map.dart:36:12 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:37:12 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:39:12 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:51:65 - The operand can't be null, so the condition is always false. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison | |
info - src/pages/map.dart:71:20 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:80:33 - The operand can't be null, so the condition is always false. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison | |
info - src/pages/map.dart:88:26 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:94:26 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/map.dart:112:22 - Equality operator `==` invocation with references of unrelated types. - unrelated_type_equality_checks | |
info - src/pages/notifications.dart:5:8 - Unused import: '../controllers/notification_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/notifications.dart:10:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NotificationsWidget.parentScaffoldKey - must_be_immutable | |
info - src/pages/notifications.dart:11:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/notifications.dart:13:24 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/notifications.dart:20:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/notifications.dart:66:70 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/notifications.dart:117:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/notifications.dart:120:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/notifications.dart:123:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/order.dart:2:8 - The import of 'package:flutter/rendering.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import | |
info - src/pages/order.dart:8:8 - Unused import: '../controllers/order_details_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/order.dart:17:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: OrderWidget.routeArgument - must_be_immutable | |
info - src/pages/order.dart:18:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/order.dart:20:16 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/order.dart:29:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/order.dart:37:10 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/order.dart:60:112 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/order.dart:65:31 - The operand can't be null, so the condition is always false. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison | |
info - src/pages/order.dart:71:82 - Equality operator `==` invocation with references of unrelated types. - unrelated_type_equality_checks | |
info - src/pages/order.dart:86:62 - Equality operator `==` invocation with references of unrelated types. - unrelated_type_equality_checks | |
info - src/pages/order.dart:196:64 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/order.dart:229:64 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/order.dart:255:41 - 'launch' is deprecated and shouldn't be used. Use launchUrl instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/order.dart:262:64 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/order.dart:305:60 - Equality operator `==` invocation with references of unrelated types. - unrelated_type_equality_checks | |
info - src/pages/order.dart:364:58 - Equality operator `==` invocation with references of unrelated types. - unrelated_type_equality_checks | |
info - src/pages/order.dart:380:62 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/order.dart:395:66 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/orders.dart:5:8 - Unused import: '../controllers/order_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/orders.dart:11:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: OrdersWidget.parentScaffoldKey - must_be_immutable | |
info - src/pages/orders.dart:12:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/orders.dart:14:17 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/orders.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/orders.dart:29:10 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/orders.dart:52:110 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/orders_history.dart:5:8 - Unused import: '../controllers/order_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/orders_history.dart:11:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: OrdersHistoryWidget.parentScaffoldKey - must_be_immutable | |
info - src/pages/orders_history.dart:12:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/orders_history.dart:14:24 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/orders_history.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/orders_history.dart:29:10 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/orders_history.dart:52:110 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/pages.dart:4:8 - Unused import: '../models/route_argument.dart'. Try removing the import directive. - unused_import | |
info - src/pages/pages.dart:13:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/pages.dart:18:5 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/pages.dart:79:48 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/pages.dart:104:46 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/pages.dart:109:58 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/pages.dart:110:58 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/profile.dart:5:8 - Unused import: '../controllers/profile_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/profile.dart:11:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ProfileWidget.parentScaffoldKey - must_be_immutable | |
info - src/pages/profile.dart:12:9 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/profile.dart:14:18 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/profile.dart:21:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/profile.dart:29:10 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/profile.dart:43:44 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/profile.dart:55:34 - The operand can't be null, so the condition is always false. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison | |
info - src/pages/settings.dart:5:8 - Unused import: '../controllers/settings_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/settings.dart:17:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/settings.dart:101:40 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/signup.dart:5:8 - Unused import: '../controllers/user_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/signup.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/signup.dart:36:68 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/signup.dart:136:50 - 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre.. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/pages/signup.dart:138:32 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/splash_screen.dart:4:8 - Unused import: '../controllers/splash_screen_controller.dart'. Try removing the import directive. - unused_import | |
info - src/pages/splash_screen.dart:15:3 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/pages/splash_screen.dart:28:10 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/pages/splash_screen.dart:30:12 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/repository/cart_repository.dart:4:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/cart_repository.dart:5:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/cart_repository.dart:19:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/cart_repository.dart:35:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/cart_repository.dart:50:3 - Avoid using unnecessary statements. - unnecessary_statements | |
info - src/repository/cart_repository.dart:54:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/cart_repository.dart:63:31 - The exception variable 'e' isn't used, so the 'catch' clause can be removed. Try removing the catch clause. - unused_catch_clause | |
info - src/repository/cart_repository.dart:76:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/cart_repository.dart:92:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/category_repository.dart:3:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/category_repository.dart:4:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/category_repository.dart:10:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/category_repository.dart:23:38 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/category_repository.dart:24:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/faq_repository.dart:3:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/faq_repository.dart:4:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/faq_repository.dart:14:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/gallery_repository.dart:3:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/gallery_repository.dart:4:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/gallery_repository.dart:11:38 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/gallery_repository.dart:14:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/market_repository.dart:3:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/market_repository.dart:4:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/market_repository.dart:14:18 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/repository/market_repository.dart:14:42 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/repository/market_repository.dart:18:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/market_repository.dart:32:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/market_repository.dart:42:34 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/market_repository.dart:43:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/market_repository.dart:51:41 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/market_repository.dart:52:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/market_repository.dart:63:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/notification_repository.dart:4:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/notification_repository.dart:5:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/notification_repository.dart:19:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/notification_repository.dart:35:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/notification_repository.dart:52:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:4:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/order_repository.dart:5:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/order_repository.dart:8:8 - Unused import: '../models/address.dart'. Try removing the import directive. - unused_import | |
info - src/repository/order_repository.dart:11:8 - Unused import: '../models/payment.dart'. Try removing the import directive. - unused_import | |
info - src/repository/order_repository.dart:23:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:36:37 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/order_repository.dart:44:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:62:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:82:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:98:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:117:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:133:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/order_repository.dart:143:37 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/product_repository.dart:4:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/product_repository.dart:5:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/product_repository.dart:14:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:24:36 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/product_repository.dart:26:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:37:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:47:44 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/product_repository.dart:53:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:68:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:88:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:104:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:114:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:126:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/product_repository.dart:136:53 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/product_repository.dart:138:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/settings_repository.dart:6:8 - The import of 'package:flutter/services.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import | |
info - src/repository/settings_repository.dart:7:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/settings_repository.dart:8:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/settings_repository.dart:9:8 - Unused import: 'package:location/location.dart'. Try removing the import directive. - unused_import | |
info - src/repository/settings_repository.dart:25:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/settings_repository.dart:53:12 - The value of the local variable 'mapsUtil' isn't used. Try removing the variable or using it. - unused_local_variable | |
info - src/repository/settings_repository.dart:106:16 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/repository/settings_repository.dart:120:28 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names | |
info - src/repository/user_repository.dart:5:8 - The library 'package:global_configuration/global_configuration.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/user_repository.dart:6:8 - The library 'package:http/http.dart' is legacy, and shouldn't be imported into a null safe library. Try migrating the imported library. - import_of_legacy_library_into_null_safe | |
info - src/repository/user_repository.dart:19:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:34:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:49:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:82:18 - The operand can't be null, so the condition is always true. Remove the condition. - unnecessary_null_comparison | |
info - src/repository/user_repository.dart:97:15 - The member 'notifyListeners' can only be used within 'package:flutter/src/foundation/change_notifier.dart' or a test. - invalid_use_of_visible_for_testing_member | |
info - src/repository/user_repository.dart:97:15 - The member 'notifyListeners' can only be used within instance members of subclasses of 'package:flutter/src/foundation/change_notifier.dart'. - invalid_use_of_protected_member | |
info - src/repository/user_repository.dart:112:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:129:32 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:143:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:157:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
info - src/repository/user_repository.dart:170:47 - 'getString' is deprecated and shouldn't be used. Use getValue instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use | |
5116 issues found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment