Skip to content

Instantly share code, notes, and snippets.

@tthtlc
Created December 15, 2022 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tthtlc/e11907b42d0c17d5a2320cac45fcf8b9 to your computer and use it in GitHub Desktop.
Save tthtlc/e11907b42d0c17d5a2320cac45fcf8b9 to your computer and use it in GitHub Desktop.
Delivery-Boy-for-Groceries-Foods-Pharmacies-Stores-Flutter-App
error • Can't define a const constructor for a class with non-final fields at lib/generated/i18n.dart:12:9 • (const_constructor_with_non_final_field)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/generated/i18n.dart:14:10 • (missing_const_final_var_or_type)
error • A class member can't have the same name as the enclosing class at lib/generated/i18n.dart:14:10 • (member_with_class_name)
error • Expected to find ';' at lib/generated/i18n.dart:14:10 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/generated/i18n.dart:14:11 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/generated/i18n.dart:14:11 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/generated/i18n.dart:14:11 • (missing_method_parameters)
error • A function body must be provided at lib/generated/i18n.dart:14:14 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/generated/i18n.dart:14:14 • (missing_const_final_var_or_type)
error • The constructor being called isn't a const constructor at lib/generated/i18n.dart:17:5 • (const_with_non_const)
error • Const variables must be initialized with a constant value at lib/generated/i18n.dart:17:5 • (const_initialized_with_non_constant_value)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/generated/i18n.dart:19:10 • (missing_const_final_var_or_type)
error • A class member can't have the same name as the enclosing class at lib/generated/i18n.dart:19:10 • (member_with_class_name)
error • Expected to find ';' at lib/generated/i18n.dart:19:10 • (expected_token)
error • The name 'S' is already defined at lib/generated/i18n.dart:19:10 • (duplicate_definition)
error • The name '??' is already defined at lib/generated/i18n.dart:19:11 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/generated/i18n.dart:19:11 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/generated/i18n.dart:19:11 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/generated/i18n.dart:19:11 • (missing_method_parameters)
error • A function body must be provided at lib/generated/i18n.dart:19:14 • (missing_function_body)
error • The name 'S' isn't a type so it can't be used as a type argument at lib/generated/i18n.dart:19:59 • (non_type_as_type_argument)
error • Expected to find ')' at lib/generated/i18n.dart:158:55 • (expected_token)
error • Undefined name 'productName' at lib/generated/i18n.dart:158:80 • (undefined_identifier)
error • Classes can only extend other classes at lib/generated/i18n.dart:161:19 • (extends_non_class)
error • Expected to find ')' at lib/generated/i18n.dart:436:55 • (expected_token)
error • Undefined name 'productName' at lib/generated/i18n.dart:436:86 • (undefined_identifier)
error • Classes can only extend other classes at lib/generated/i18n.dart:439:19 • (extends_non_class)
error • Expected to find ')' at lib/generated/i18n.dart:714:55 • (expected_token)
error • Undefined name 'productName' at lib/generated/i18n.dart:714:78 • (undefined_identifier)
error • Classes can only extend other classes at lib/generated/i18n.dart:717:19 • (extends_non_class)
error • Classes can only extend other classes at lib/generated/i18n.dart:721:19 • (extends_non_class)
error • Expected to find ')' at lib/generated/i18n.dart:996:55 • (expected_token)
error • Undefined name 'productName' at lib/generated/i18n.dart:996:79 • (undefined_identifier)
error • Classes can only extend other classes at lib/generated/i18n.dart:999:19 • (extends_non_class)
error • Expected to find ')' at lib/generated/i18n.dart:1274:55 • (expected_token)
error • Undefined name 'productName' at lib/generated/i18n.dart:1274:79 • (undefined_identifier)
error • Missing concrete implementations of 'LocalizationsDelegate.isSupported', 'LocalizationsDelegate.load', and 'LocalizationsDelegate.shouldReload' at lib/generated/i18n.dart:1277:7 • (non_abstract_class_inherits_abstract_member)
error • A class declaration must have a body, even if it is empty at lib/generated/i18n.dart:1277:46 • (expected_body)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1277:67 • (expected_executable)
error • The name 'S' is already defined at lib/generated/i18n.dart:1277:68 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/generated/i18n.dart:1277:68 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/generated/i18n.dart:1277:68 • (expected_token)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1277:69 • (expected_executable)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1277:71 • (expected_executable)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1277:73 • (expected_executable)
error • A value of type 'bool?' can't be returned from the function 'getLang' because it has a return type of 'String' at lib/generated/i18n.dart:1385:29 • (return_of_invalid_type)
error • The operands of the operator '&&' must be assignable to 'bool' at lib/generated/i18n.dart:1387:30 • (non_bool_operand)
error • Expected to find ';' at lib/generated/i18n.dart:1387:43 • (expected_token)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1387:44 • (expected_executable)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1387:45 • (expected_executable)
error • Undefined class 'isEmpty' at lib/generated/i18n.dart:1387:46 • (undefined_class)
error • Functions must have an explicit list of parameters at lib/generated/i18n.dart:1388:7 • (missing_function_parameters)
error • A function body must be provided at lib/generated/i18n.dart:1388:8 • (missing_function_body)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1388:8 • (expected_executable)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/generated/i18n.dart:1388:9 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/generated/i18n.dart:1388:9 • (expected_token)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1389:5 • (expected_executable)
error • The name 'l' is already defined at lib/generated/i18n.dart:1389:7 • (duplicate_definition)
error • Functions must have an explicit list of parameters at lib/generated/i18n.dart:1389:7 • (missing_function_parameters)
error • A function body must be provided at lib/generated/i18n.dart:1389:8 • (missing_function_body)
error • Expected a method, getter, setter or operator declaration at lib/generated/i18n.dart:1389:8 • (expected_executable)
error • A function body must be provided at lib/generated/i18n.dart:1389:19 • (missing_function_body)
error • The getter 'supportedLocales' isn't defined for the type 'GeneratedLocalizationsDelegate' at lib/main.dart:54:44 • (undefined_getter)
error • The method 'listResolution' isn't defined for the type 'GeneratedLocalizationsDelegate' at lib/main.dart:55:56 • (undefined_method)
error • The named parameter 'headline' isn't defined at lib/main.dart:67:25 • (undefined_named_parameter)
error • The named parameter 'display1' isn't defined at lib/main.dart:68:25 • (undefined_named_parameter)
error • The named parameter 'display2' isn't defined at lib/main.dart:69:25 • (undefined_named_parameter)
error • The named parameter 'display3' isn't defined at lib/main.dart:70:25 • (undefined_named_parameter)
error • The named parameter 'display4' isn't defined at lib/main.dart:71:25 • (undefined_named_parameter)
error • The named parameter 'subhead' isn't defined at lib/main.dart:72:25 • (undefined_named_parameter)
error • The named parameter 'title' isn't defined at lib/main.dart:73:25 • (undefined_named_parameter)
error • The named parameter 'body1' isn't defined at lib/main.dart:74:25 • (undefined_named_parameter)
error • The named parameter 'body2' isn't defined at lib/main.dart:75:25 • (undefined_named_parameter)
error • The named parameter 'headline' isn't defined at lib/main.dart:88:25 • (undefined_named_parameter)
error • The named parameter 'display1' isn't defined at lib/main.dart:89:25 • (undefined_named_parameter)
error • The named parameter 'display2' isn't defined at lib/main.dart:90:25 • (undefined_named_parameter)
error • The named parameter 'display3' isn't defined at lib/main.dart:91:25 • (undefined_named_parameter)
error • The named parameter 'display4' isn't defined at lib/main.dart:92:25 • (undefined_named_parameter)
error • The named parameter 'subhead' isn't defined at lib/main.dart:93:25 • (undefined_named_parameter)
error • The named parameter 'title' isn't defined at lib/main.dart:94:25 • (undefined_named_parameter)
error • The named parameter 'body1' isn't defined at lib/main.dart:95:25 • (undefined_named_parameter)
error • The named parameter 'body2' isn't defined at lib/main.dart:96:25 • (undefined_named_parameter)
error • The named parameter 'currentTab' isn't defined at lib/route_generator.dart:33:66 • (undefined_named_parameter)
error • The named parameter 'routeArgument' isn't defined at lib/route_generator.dart:35:62 • (undefined_named_parameter)
error • Expected an identifier at lib/route_generator.dart:35:100 • (missing_identifier)
error • The instance member 'double' can't be accessed in an initializer at lib/src/controllers/cart_controller.dart:11:3 • (implicit_this_reference_in_initializer)
error • double isn't a type at lib/src/controllers/cart_controller.dart:11:3 • (not_a_type)
error • Expected to find ';' at lib/src/controllers/cart_controller.dart:12:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/cart_controller.dart:12:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/cart_controller.dart:12:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/cart_controller.dart:12:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/cart_controller.dart:12:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/cart_controller.dart:12:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/cart_controller.dart:12:12 • (missing_function_body)
error • The instance member 'double' can't be accessed in an initializer at lib/src/controllers/cart_controller.dart:14:3 • (implicit_this_reference_in_initializer)
error • double isn't a type at lib/src/controllers/cart_controller.dart:14:3 • (not_a_type)
error • The instance member 'double' can't be accessed in an initializer at lib/src/controllers/cart_controller.dart:15:3 • (implicit_this_reference_in_initializer)
error • double isn't a type at lib/src/controllers/cart_controller.dart:15:3 • (not_a_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/cart_controller.dart:16:3 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/controllers/cart_controller.dart:16:27 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/controllers/cart_controller.dart:16:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/cart_controller.dart:16:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/cart_controller.dart:16:27 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/cart_controller.dart:16:27 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/cart_controller.dart:16:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/cart_controller.dart:16:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/cart_controller.dart:19:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/cart_controller.dart:22:30 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/cart_controller.dart:33:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/cart_controller.dart:33:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/cart_controller.dart:33:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:33:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/cart_controller.dart:37:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/cart_controller.dart:39:25 • (undefined_identifier)
error • Expected to find '}' at lib/src/controllers/cart_controller.dart:45:35 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/cart_controller.dart:54:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/cart_controller.dart:54:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/cart_controller.dart:54:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:54:34 • (missing_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/cart_controller.dart:60:20 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/cart_controller.dart:60:31 • (static_access_to_instance_member)
error • Positional arguments must occur before named arguments at lib/src/controllers/cart_controller.dart:60:39 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/controllers/cart_controller.dart:60:39 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/cart_controller.dart:60:39 • (extra_positional_arguments)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:60:40 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/cart_controller.dart:69:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/cart_controller.dart:69:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/cart_controller.dart:69:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:69:34 • (missing_identifier)
error • Expected to find ',' at lib/src/controllers/cart_controller.dart:69:88 • (expected_token)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:69:89 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/cart_controller.dart:77:49 • (expected_token)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:77:51 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/cart_controller.dart:79:35 • (expected_token)
error • Expected an identifier at lib/src/controllers/cart_controller.dart:79:37 • (missing_identifier)
error • The getter 'deliveryFee' isn't defined for the type 'bool' at lib/src/controllers/cart_controller.dart:79:47 • (undefined_getter)
error • Methods must have an explicit list of parameters at lib/src/controllers/category_controller.dart:14:3 • (missing_method_parameters)
error • Methods must have an explicit list of parameters at lib/src/controllers/category_controller.dart:14:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/category_controller.dart:14:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/category_controller.dart:14:27 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/category_controller.dart:14:27 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/category_controller.dart:14:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/category_controller.dart:14:30 • (missing_function_body)
error • Expected to find ';' at lib/src/controllers/category_controller.dart:15:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/category_controller.dart:15:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/category_controller.dart:15:11 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/category_controller.dart:15:11 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/category_controller.dart:15:11 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/controllers/category_controller.dart:15:11 • (duplicate_definition)
error • A function body must be provided at lib/src/controllers/category_controller.dart:15:14 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/category_controller.dart:15:14 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/category_controller.dart:17:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/controllers/category_controller.dart:17:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/controllers/category_controller.dart:17:7 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/category_controller.dart:17:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/category_controller.dart:17:7 • (invalid_operator)
error • The name '??' is already defined at lib/src/controllers/category_controller.dart:17:7 • (duplicate_definition)
error • A function body must be provided at lib/src/controllers/category_controller.dart:17:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/category_controller.dart:17:10 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/category_controller.dart:20:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/category_controller.dart:23:43 • (expected_token)
error • Undefined name 'id' at lib/src/controllers/category_controller.dart:24:64 • (undefined_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/category_controller.dart:31:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/category_controller.dart:31:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/category_controller.dart:31:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/category_controller.dart:31:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/category_controller.dart:34:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/category_controller.dart:36:25 • (undefined_identifier)
error • Expected to find '}' at lib/src/controllers/category_controller.dart:42:33 • (expected_token)
error • The name 'Category' isn't a type so it can't be used as a type argument at lib/src/controllers/category_controller.dart:43:18 • (non_type_as_type_argument)
error • Undefined name 'id' at lib/src/controllers/category_controller.dart:43:55 • (undefined_identifier)
error • Category isn't a type at lib/src/controllers/category_controller.dart:44:20 • (not_a_type)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/category_controller.dart:49:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/category_controller.dart:49:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/category_controller.dart:49:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/category_controller.dart:49:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/category_controller.dart:52:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/category_controller.dart:54:25 • (undefined_identifier)
error • The name 'Cart' isn't a type so it can't be used as a type argument at lib/src/controllers/category_controller.dart:61:18 • (non_type_as_type_argument)
error • Cart isn't a type at lib/src/controllers/category_controller.dart:62:20 • (not_a_type)
error • Expected to find ';' at lib/src/controllers/category_controller.dart:69:18 • (expected_token)
error • Expected an identifier at lib/src/controllers/category_controller.dart:69:20 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/category_controller.dart:69:58 • (expected_token)
error • Expected an identifier at lib/src/controllers/category_controller.dart:69:60 • (missing_identifier)
error • The name 'Cart' isn't a class at lib/src/controllers/category_controller.dart:78:21 • (creation_with_non_type)
error • The name 'Category' isn't a class at lib/src/controllers/category_controller.dart:94:20 • (creation_with_non_type)
error • The named parameter 'message' isn't defined at lib/src/controllers/category_controller.dart:95:33 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/category_controller.dart:95:44 • (static_access_to_instance_member)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/category_controller.dart:95:52 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/controllers/category_controller.dart:95:52 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/controllers/category_controller.dart:95:52 • (expected_token)
error • Expected an identifier at lib/src/controllers/category_controller.dart:95:53 • (missing_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/category_controller.dart:96:23 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/category_controller.dart:96:34 • (static_access_to_instance_member)
error • Positional arguments must occur before named arguments at lib/src/controllers/category_controller.dart:96:42 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/controllers/category_controller.dart:96:42 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/category_controller.dart:96:42 • (extra_positional_arguments)
error • Expected an identifier at lib/src/controllers/category_controller.dart:96:43 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/checkout_controller.dart:21:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/checkout_controller.dart:21:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/checkout_controller.dart:21:10 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/checkout_controller.dart:21:10 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/checkout_controller.dart:21:10 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/checkout_controller.dart:21:13 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/checkout_controller.dart:21:13 • (missing_const_final_var_or_type)
error • double isn't a type at lib/src/controllers/checkout_controller.dart:22:3 • (not_a_type)
error • The instance member 'double' can't be accessed in an initializer at lib/src/controllers/checkout_controller.dart:22:3 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/checkout_controller.dart:23:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/controllers/checkout_controller.dart:23:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/checkout_controller.dart:23:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/checkout_controller.dart:23:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/checkout_controller.dart:23:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/controllers/checkout_controller.dart:23:9 • (duplicate_definition)
error • A function body must be provided at lib/src/controllers/checkout_controller.dart:23:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/checkout_controller.dart:23:12 • (missing_const_final_var_or_type)
error • The instance member 'double' can't be accessed in an initializer at lib/src/controllers/checkout_controller.dart:24:3 • (implicit_this_reference_in_initializer)
error • double isn't a type at lib/src/controllers/checkout_controller.dart:24:3 • (not_a_type)
error • The instance member 'double' can't be accessed in an initializer at lib/src/controllers/checkout_controller.dart:25:3 • (implicit_this_reference_in_initializer)
error • double isn't a type at lib/src/controllers/checkout_controller.dart:25:3 • (not_a_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/checkout_controller.dart:28:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/checkout_controller.dart:28:27 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/checkout_controller.dart:28:27 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/controllers/checkout_controller.dart:28:27 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/controllers/checkout_controller.dart:28:27 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/checkout_controller.dart:28:27 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/checkout_controller.dart:28:30 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/checkout_controller.dart:28:30 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/checkout_controller.dart:31:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/checkout_controller.dart:40:30 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/checkout_controller.dart:51:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/checkout_controller.dart:51:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/checkout_controller.dart:51:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/checkout_controller.dart:51:34 • (missing_identifier)
error • Undefined name 'withAddOrder' at lib/src/controllers/checkout_controller.dart:55:11 • (undefined_identifier)
error • Undefined name 'withAddOrder' at lib/src/controllers/checkout_controller.dart:55:35 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/checkout_controller.dart:58:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/checkout_controller.dart:60:25 • (undefined_identifier)
error • The default 'List' constructor isn't available when null safety is enabled at lib/src/controllers/checkout_controller.dart:68:32 • (default_list_constructor)
error • Expected to find ';' at lib/src/controllers/checkout_controller.dart:77:42 • (expected_token)
error • Expected an identifier at lib/src/controllers/checkout_controller.dart:77:44 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/checkout_controller.dart:80:27 • (expected_token)
error • Expected an identifier at lib/src/controllers/checkout_controller.dart:80:29 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/checkout_controller.dart:94:49 • (expected_token)
error • Expected an identifier at lib/src/controllers/checkout_controller.dart:94:51 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/checkout_controller.dart:96:35 • (expected_token)
error • Expected an identifier at lib/src/controllers/checkout_controller.dart:96:37 • (missing_identifier)
error • The getter 'deliveryFee' isn't defined for the type 'bool' at lib/src/controllers/checkout_controller.dart:96:47 • (undefined_getter)
error • Methods must have an explicit list of parameters at lib/src/controllers/controller.dart:9:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/controller.dart:9:27 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/controller.dart:9:27 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/controller.dart:9:27 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/controller.dart:9:27 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/controller.dart:9:30 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/controller.dart:9:30 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/controller.dart:12:28 • (creation_with_non_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/delivery_addresses_controller.dart:10:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/delivery_addresses_controller.dart:10:27 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/controllers/delivery_addresses_controller.dart:10:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/delivery_addresses_controller.dart:10:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/delivery_addresses_controller.dart:10:27 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/delivery_addresses_controller.dart:10:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/delivery_addresses_controller.dart:10:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/delivery_addresses_controller.dart:13:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/delivery_addresses_controller.dart:17:34 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/delivery_addresses_controller.dart:26:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/delivery_addresses_controller.dart:26:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/delivery_addresses_controller.dart:26:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/delivery_addresses_controller.dart:26:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/delivery_addresses_controller.dart:29:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/delivery_addresses_controller.dart:31:25 • (undefined_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/delivery_addresses_controller.dart:39:24 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/delivery_addresses_controller.dart:39:35 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/delivery_addresses_controller.dart:39:43 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/controllers/delivery_addresses_controller.dart:39:43 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/delivery_addresses_controller.dart:39:43 • (extra_positional_arguments)
error • Expected an identifier at lib/src/controllers/delivery_addresses_controller.dart:39:44 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/delivery_addresses_controller.dart:48:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/delivery_addresses_controller.dart:48:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/delivery_addresses_controller.dart:48:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/delivery_addresses_controller.dart:48:34 • (missing_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/delivery_addresses_controller.dart:72:26 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/delivery_addresses_controller.dart:72:37 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/delivery_addresses_controller.dart:72:45 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/delivery_addresses_controller.dart:72:45 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/controllers/delivery_addresses_controller.dart:72:45 • (positional_after_named_argument)
error • Expected an identifier at lib/src/controllers/delivery_addresses_controller.dart:72:46 • (missing_identifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/faq_controller.dart:10:3 • (missing_method_parameters)
error • Methods must have an explicit list of parameters at lib/src/controllers/faq_controller.dart:10:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/faq_controller.dart:10:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/faq_controller.dart:10:27 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/faq_controller.dart:10:27 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/faq_controller.dart:10:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/faq_controller.dart:10:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/faq_controller.dart:13:23 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/faq_controller.dart:17:29 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/faq_controller.dart:26:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/faq_controller.dart:26:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/faq_controller.dart:26:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/faq_controller.dart:26:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/faq_controller.dart:29:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/faq_controller.dart:31:25 • (undefined_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/faq_controller.dart:39:19 • (undefined_named_parameter)
error • Methods must have an explicit list of parameters at lib/src/controllers/favorite_controller.dart:10:3 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/favorite_controller.dart:10:27 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/favorite_controller.dart:10:27 • (invalid_operator)
error • A function body must be provided at lib/src/controllers/favorite_controller.dart:10:27 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/controllers/favorite_controller.dart:10:27 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/favorite_controller.dart:10:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/favorite_controller.dart:10:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/favorite_controller.dart:13:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/favorite_controller.dart:17:34 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/favorite_controller.dart:25:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/favorite_controller.dart:25:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/favorite_controller.dart:25:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/favorite_controller.dart:25:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/favorite_controller.dart:28:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/favorite_controller.dart:30:25 • (undefined_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/favorite_controller.dart:38:24 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:16:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/map_controller.dart:16:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/map_controller.dart:16:8 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/map_controller.dart:16:8 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/map_controller.dart:16:8 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/map_controller.dart:16:11 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/map_controller.dart:16:11 • (missing_function_body)
error • The name 'Order' isn't a type so it can't be used as a type argument at lib/src/controllers/map_controller.dart:17:8 • (non_type_as_type_argument)
error • The instance member 'Order' can't be accessed in an initializer at lib/src/controllers/map_controller.dart:17:8 • (implicit_this_reference_in_initializer)
error • The name 'Order' isn't a type so it can't be used as a type argument at lib/src/controllers/map_controller.dart:17:25 • (non_type_as_type_argument)
error • The instance member 'Order' can't be accessed in an initializer at lib/src/controllers/map_controller.dart:17:25 • (implicit_this_reference_in_initializer)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:19:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/map_controller.dart:19:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/controllers/map_controller.dart:19:10 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/controllers/map_controller.dart:19:10 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/map_controller.dart:19:10 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/map_controller.dart:19:10 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/map_controller.dart:19:13 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/map_controller.dart:19:13 • (missing_function_body)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:21:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/map_controller.dart:21:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/map_controller.dart:21:17 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/map_controller.dart:21:17 • (invalid_operator)
error • The name '??' is already defined at lib/src/controllers/map_controller.dart:21:17 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/controllers/map_controller.dart:21:17 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/map_controller.dart:21:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/map_controller.dart:21:20 • (missing_const_final_var_or_type)
error • Expected to find ')' at lib/src/controllers/map_controller.dart:29:35 • (expected_token)
error • The name 'Order' isn't a type so it can't be used as a type argument at lib/src/controllers/map_controller.dart:31:18 • (non_type_as_type_argument)
error • Undefined name 'myAddress' at lib/src/controllers/map_controller.dart:31:54 • (undefined_identifier)
error • Undefined name 'areaAddress' at lib/src/controllers/map_controller.dart:31:65 • (undefined_identifier)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/map_controller.dart:31:65 • (extra_positional_arguments)
error • Order isn't a type at lib/src/controllers/map_controller.dart:33:10 • (not_a_type)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:37:56 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/map_controller.dart:37:56 • (extra_positional_arguments)
error • Expected an identifier at lib/src/controllers/map_controller.dart:37:57 • (missing_identifier)
error • Expected to find ')' at lib/src/controllers/map_controller.dart:53:28 • (expected_token)
error • The argument type 'bool' can't be assigned to the parameter type 'double' at lib/src/controllers/map_controller.dart:60:43 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:60:43 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:60:44 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 4 found at lib/src/controllers/map_controller.dart:60:57 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:60:72 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:60:73 • (missing_identifier)
error • The method 'isUnknown' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:65:29 • (undefined_method)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:66:51 • (expected_token)
error • The argument type 'bool' can't be assigned to the parameter type 'double' at lib/src/controllers/map_controller.dart:66:51 • (argument_type_not_assignable)
error • Expected an identifier at lib/src/controllers/map_controller.dart:66:52 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 4 found at lib/src/controllers/map_controller.dart:66:65 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:66:80 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:66:81 • (missing_identifier)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:84:39 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:84:40 • (missing_identifier)
error • The getter 'latitude' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:84:59 • (undefined_getter)
error • Too many positional arguments: 2 expected, but 4 found at lib/src/controllers/map_controller.dart:84:71 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:84:84 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:84:85 • (missing_identifier)
error • The getter 'longitude' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:84:104 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'double' at lib/src/controllers/map_controller.dart:88:49 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:88:49 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:88:50 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 4 found at lib/src/controllers/map_controller.dart:88:63 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:88:78 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:88:79 • (missing_identifier)
error • The name 'Order' isn't a type so it can't be used as a type argument at lib/src/controllers/map_controller.dart:117:17 • (non_type_as_type_argument)
error • Address isn't a type at lib/src/controllers/map_controller.dart:118:7 • (not_a_type)
error • 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 at lib/src/controllers/map_controller.dart:118:46 • (ambiguous_set_or_map_literal_both)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:118:74 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:118:75 • (missing_identifier)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:118:121 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:118:122 • (missing_identifier)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/map_controller.dart:120:45 • (extra_positional_arguments)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/map_controller.dart:122:45 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:131:28 • (expected_token)
error • Too many positional arguments: 1 expected, but 5 found at lib/src/controllers/map_controller.dart:131:28 • (extra_positional_arguments)
error • A negation operand must have a static type of 'bool' at lib/src/controllers/map_controller.dart:131:29 • (non_bool_negation_expression)
error • Expected an identifier at lib/src/controllers/map_controller.dart:131:29 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:131:50 • (undefined_operator)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:133:28 • (expected_token)
error • A negation operand must have a static type of 'bool' at lib/src/controllers/map_controller.dart:133:29 • (non_bool_negation_expression)
error • Expected an identifier at lib/src/controllers/map_controller.dart:133:29 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:133:51 • (undefined_operator)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:135:26 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:135:27 • (missing_identifier)
error • The getter 'longitude' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:135:46 • (undefined_getter)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:137:26 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:137:27 • (missing_identifier)
error • The getter 'longitude' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:137:46 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'double' at lib/src/controllers/map_controller.dart:142:54 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:142:54 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:142:55 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 4 found at lib/src/controllers/map_controller.dart:142:68 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/map_controller.dart:142:83 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:142:84 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:153:17 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:153:19 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:156:31 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:156:33 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:157:56 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:157:58 • (missing_identifier)
error • The operator '/' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:157:65 • (undefined_operator)
error • Expected to find ';' at lib/src/controllers/map_controller.dart:160:40 • (expected_token)
error • Expected an identifier at lib/src/controllers/map_controller.dart:160:42 • (missing_identifier)
error • The operator '/' isn't defined for the type 'bool' at lib/src/controllers/map_controller.dart:160:49 • (undefined_operator)
error • The name 'Order' isn't a type so it can't be used as a type argument at lib/src/controllers/map_controller.dart:167:17 • (non_type_as_type_argument)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/map_controller.dart:169:41 • (extra_positional_arguments)
error • The modifier 'late' was already specified at lib/src/controllers/market_controller.dart:14:8 • (duplicated_modifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/market_controller.dart:20:3 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/market_controller.dart:20:27 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/market_controller.dart:20:27 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/market_controller.dart:20:27 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/market_controller.dart:20:27 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/market_controller.dart:20:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/market_controller.dart:20:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/market_controller.dart:23:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/market_controller.dart:26:31 • (expected_token)
error • Undefined name 'id' at lib/src/controllers/market_controller.dart:27:51 • (undefined_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/market_controller.dart:33:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/market_controller.dart:33:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/market_controller.dart:33:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/market_controller.dart:33:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/market_controller.dart:36:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/market_controller.dart:38:25 • (undefined_identifier)
error • Expected to find ')' at lib/src/controllers/market_controller.dart:44:33 • (expected_token)
error • Undefined name 'idMarket' at lib/src/controllers/market_controller.dart:45:55 • (undefined_identifier)
error • Expected to find '}' at lib/src/controllers/market_controller.dart:51:38 • (expected_token)
error • Undefined name 'id' at lib/src/controllers/market_controller.dart:52:58 • (undefined_identifier)
error • Expected to find ')' at lib/src/controllers/market_controller.dart:76:40 • (expected_token)
error • Undefined name 'idMarket' at lib/src/controllers/market_controller.dart:77:70 • (undefined_identifier)
error • The named parameter 'id' isn't defined at lib/src/controllers/market_controller.dart:91:21 • (undefined_named_parameter)
error • The named parameter 'message' isn't defined at lib/src/controllers/market_controller.dart:91:30 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/market_controller.dart:91:41 • (static_access_to_instance_member)
error • Positional arguments must occur before named arguments at lib/src/controllers/market_controller.dart:91:49 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/market_controller.dart:91:49 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/market_controller.dart:91:49 • (expected_token)
error • Expected an identifier at lib/src/controllers/market_controller.dart:91:50 • (missing_identifier)
error • The named parameter 'id' isn't defined at lib/src/controllers/market_controller.dart:92:28 • (undefined_named_parameter)
error • Methods must have an explicit list of parameters at lib/src/controllers/notification_controller.dart:11:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/notification_controller.dart:11:27 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/notification_controller.dart:11:27 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/notification_controller.dart:11:27 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/notification_controller.dart:11:27 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/notification_controller.dart:11:30 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/notification_controller.dart:11:30 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/notification_controller.dart:14:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/notification_controller.dart:18:38 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/notification_controller.dart:27:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/notification_controller.dart:27:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/notification_controller.dart:27:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/notification_controller.dart:27:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/notification_controller.dart:35:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/notification_controller.dart:37:25 • (undefined_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/notification_controller.dart:45:28 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/notification_controller.dart:45:39 • (static_access_to_instance_member)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/notification_controller.dart:45:47 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/notification_controller.dart:45:47 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/controllers/notification_controller.dart:45:47 • (positional_after_named_argument)
error • Expected an identifier at lib/src/controllers/notification_controller.dart:45:48 • (missing_identifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/order_controller.dart:10:3 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/order_controller.dart:10:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/order_controller.dart:10:27 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/order_controller.dart:10:27 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/controllers/order_controller.dart:10:27 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/order_controller.dart:10:30 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/order_controller.dart:10:30 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/order_controller.dart:13:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/order_controller.dart:16:31 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/order_controller.dart:26:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/order_controller.dart:26:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/order_controller.dart:26:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_controller.dart:26:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/order_controller.dart:29:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/order_controller.dart:31:25 • (undefined_identifier)
error • Expected to find '}' at lib/src/controllers/order_controller.dart:37:38 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/order_controller.dart:46:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/order_controller.dart:46:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/order_controller.dart:46:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_controller.dart:46:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/order_controller.dart:49:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/order_controller.dart:51:25 • (undefined_identifier)
error • Expected to find ';' at lib/src/controllers/order_details_controller.dart:9:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/order_details_controller.dart:9:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/order_details_controller.dart:9:8 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/order_details_controller.dart:9:8 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/order_details_controller.dart:9:8 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/order_details_controller.dart:9:11 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/order_details_controller.dart:9:11 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/order_details_controller.dart:14:3 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/order_details_controller.dart:14:27 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/controllers/order_details_controller.dart:14:27 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/controllers/order_details_controller.dart:14:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/order_details_controller.dart:14:27 • (invalid_operator)
error • A function body must be provided at lib/src/controllers/order_details_controller.dart:14:27 • (missing_function_body)
error • A function body must be provided at lib/src/controllers/order_details_controller.dart:14:30 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/order_details_controller.dart:14:30 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/order_details_controller.dart:17:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/order_details_controller.dart:20:30 • (expected_token)
error • The name 'Order' isn't a type so it can't be used as a type argument at lib/src/controllers/order_details_controller.dart:21:18 • (non_type_as_type_argument)
error • Undefined name 'id' at lib/src/controllers/order_details_controller.dart:21:49 • (undefined_identifier)
error • Order isn't a type at lib/src/controllers/order_details_controller.dart:22:20 • (not_a_type)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/order_details_controller.dart:27:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/order_details_controller.dart:27:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/order_details_controller.dart:27:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:27:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/order_details_controller.dart:31:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/order_details_controller.dart:33:25 • (undefined_identifier)
error • The named parameter 'id' isn't defined at lib/src/controllers/order_details_controller.dart:40:20 • (undefined_named_parameter)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/controllers/order_details_controller.dart:40:30 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/controllers/order_details_controller.dart:40:30 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/controllers/order_details_controller.dart:40:30 • (positional_after_named_argument)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:40:31 • (missing_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/order_details_controller.dart:40:36 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/order_details_controller.dart:40:47 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/order_details_controller.dart:40:55 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/controllers/order_details_controller.dart:40:55 • (positional_after_named_argument)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:40:56 • (missing_identifier)
error • Order isn't a type at lib/src/controllers/order_details_controller.dart:43:25 • (not_a_type)
error • Expected to find ';' at lib/src/controllers/order_details_controller.dart:46:19 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:46:21 • (missing_identifier)
error • The setter 'id' isn't defined for the type 'bool' at lib/src/controllers/order_details_controller.dart:46:36 • (undefined_setter)
error • Expected to find ';' at lib/src/controllers/order_details_controller.dart:56:10 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:56:12 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/order_details_controller.dart:59:24 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:59:26 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/order_details_controller.dart:60:49 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:60:51 • (missing_identifier)
error • The operator '/' isn't defined for the type 'bool' at lib/src/controllers/order_details_controller.dart:60:58 • (undefined_operator)
error • Expected to find ';' at lib/src/controllers/order_details_controller.dart:63:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/order_details_controller.dart:63:35 • (missing_identifier)
error • The operator '/' isn't defined for the type 'bool' at lib/src/controllers/order_details_controller.dart:63:42 • (undefined_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/product_controller.dart:13:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:13:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/product_controller.dart:13:10 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/product_controller.dart:13:10 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/product_controller.dart:13:10 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/product_controller.dart:13:13 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/product_controller.dart:13:13 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/product_controller.dart:16:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:16:3 • (expected_token)
error • The name '??' is already defined at lib/src/controllers/product_controller.dart:16:7 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/product_controller.dart:16:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/product_controller.dart:16:7 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/product_controller.dart:16:7 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/product_controller.dart:16:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/product_controller.dart:16:10 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/product_controller.dart:17:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:17:3 • (expected_token)
error • The name '??' is already defined at lib/src/controllers/product_controller.dart:17:11 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/controllers/product_controller.dart:17:11 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/product_controller.dart:17:11 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/product_controller.dart:17:11 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/product_controller.dart:17:14 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/product_controller.dart:17:14 • (missing_const_final_var_or_type)
error • The modifier 'late' was already specified at lib/src/controllers/product_controller.dart:19:8 • (duplicated_modifier)
error • Expected to find '}' at lib/src/controllers/product_controller.dart:25:32 • (expected_token)
error • The name 'Product' isn't a type so it can't be used as a type argument at lib/src/controllers/product_controller.dart:26:18 • (non_type_as_type_argument)
error • Undefined name 'productId' at lib/src/controllers/product_controller.dart:26:53 • (undefined_identifier)
error • Product isn't a type at lib/src/controllers/product_controller.dart:27:20 • (not_a_type)
error • The method 'showSnackBar' isn't defined for the type 'ScaffoldState' at lib/src/controllers/product_controller.dart:31:33 • (undefined_method)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/product_controller.dart:32:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/product_controller.dart:32:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/product_controller.dart:32:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/product_controller.dart:32:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/product_controller.dart:36:11 • (undefined_identifier)
error • The method 'showSnackBar' isn't defined for the type 'ScaffoldState' at lib/src/controllers/product_controller.dart:37:35 • (undefined_method)
error • Undefined name 'message' at lib/src/controllers/product_controller.dart:38:25 • (undefined_identifier)
error • Expected to find '}' at lib/src/controllers/product_controller.dart:44:33 • (expected_token)
error • The name 'Favorite' isn't a type so it can't be used as a type argument at lib/src/controllers/product_controller.dart:45:18 • (non_type_as_type_argument)
error • Undefined name 'productId' at lib/src/controllers/product_controller.dart:45:61 • (undefined_identifier)
error • Favorite isn't a type at lib/src/controllers/product_controller.dart:46:20 • (not_a_type)
error • The name 'Cart' isn't a type so it can't be used as a type argument at lib/src/controllers/product_controller.dart:54:18 • (non_type_as_type_argument)
error • Cart isn't a type at lib/src/controllers/product_controller.dart:55:20 • (not_a_type)
error • Product isn't a type at lib/src/controllers/product_controller.dart:60:22 • (not_a_type)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:62:18 • (expected_token)
error • Expected an identifier at lib/src/controllers/product_controller.dart:62:20 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:62:58 • (expected_token)
error • Expected an identifier at lib/src/controllers/product_controller.dart:62:60 • (missing_identifier)
error • Product isn't a type at lib/src/controllers/product_controller.dart:67:18 • (not_a_type)
error • The name 'Cart' isn't a class at lib/src/controllers/product_controller.dart:71:21 • (creation_with_non_type)
error • The method 'showSnackBar' isn't defined for the type 'ScaffoldState' at lib/src/controllers/product_controller.dart:79:34 • (undefined_method)
error • Product isn't a type at lib/src/controllers/product_controller.dart:85:22 • (not_a_type)
error • The name 'Favorite' isn't a class at lib/src/controllers/product_controller.dart:86:25 • (creation_with_non_type)
error • The method 'showSnackBar' isn't defined for the type 'ScaffoldState' at lib/src/controllers/product_controller.dart:95:34 • (undefined_method)
error • Favorite isn't a type at lib/src/controllers/product_controller.dart:101:27 • (not_a_type)
error • The name 'Favorite' isn't a class at lib/src/controllers/product_controller.dart:104:29 • (creation_with_non_type)
error • The method 'showSnackBar' isn't defined for the type 'ScaffoldState' at lib/src/controllers/product_controller.dart:106:34 • (undefined_method)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:113:22 • (expected_token)
error • Expected an identifier at lib/src/controllers/product_controller.dart:113:24 • (missing_identifier)
error • The name 'Product' isn't a class at lib/src/controllers/product_controller.dart:114:19 • (creation_with_non_type)
error • The named parameter 'productId' isn't defined at lib/src/controllers/product_controller.dart:115:23 • (undefined_named_parameter)
error • The named parameter 'productId' isn't defined at lib/src/controllers/product_controller.dart:116:22 • (undefined_named_parameter)
error • The named parameter 'message' isn't defined at lib/src/controllers/product_controller.dart:116:38 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/controllers/product_controller.dart:121:12 • (expected_token)
error • Expected an identifier at lib/src/controllers/product_controller.dart:121:14 • (missing_identifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/profile_controller.dart:13:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/profile_controller.dart:13:27 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/profile_controller.dart:13:27 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/controllers/profile_controller.dart:13:27 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/profile_controller.dart:13:27 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/profile_controller.dart:13:30 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/profile_controller.dart:13:30 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/profile_controller.dart:16:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/profile_controller.dart:28:37 • (expected_token)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/profile_controller.dart:37:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/profile_controller.dart:37:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/profile_controller.dart:37:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/profile_controller.dart:37:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/profile_controller.dart:40:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/profile_controller.dart:42:25 • (undefined_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/profile_controller.dart:51:27 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/profile_controller.dart:51:38 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/profile_controller.dart:51:46 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/controllers/profile_controller.dart:51:46 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/profile_controller.dart:51:46 • (extra_positional_arguments)
error • Expected an identifier at lib/src/controllers/profile_controller.dart:51:47 • (missing_identifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/settings_controller.dart:11:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/settings_controller.dart:11:23 • (missing_function_body)
error • The string '??' isn't a user-definable operator at lib/src/controllers/settings_controller.dart:11:23 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/controllers/settings_controller.dart:11:23 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/settings_controller.dart:11:23 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/settings_controller.dart:11:26 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/settings_controller.dart:11:26 • (missing_const_final_var_or_type)
error • The name 'GlobalKey' is already defined at lib/src/controllers/settings_controller.dart:12:3 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/controllers/settings_controller.dart:12:3 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/controllers/settings_controller.dart:12:27 • (duplicate_definition)
error • A function body must be provided at lib/src/controllers/settings_controller.dart:12:27 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/controllers/settings_controller.dart:12:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/settings_controller.dart:12:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/settings_controller.dart:12:27 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/settings_controller.dart:12:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/settings_controller.dart:12:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/settings_controller.dart:15:24 • (creation_with_non_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/settings_controller.dart:16:28 • (creation_with_non_type)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/settings_controller.dart:26:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/settings_controller.dart:26:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/settings_controller.dart:26:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/settings_controller.dart:26:34 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/settings_controller.dart:35:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/settings_controller.dart:35:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/settings_controller.dart:35:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/settings_controller.dart:35:34 • (missing_identifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/splash_screen_controller.dart:15:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/controllers/splash_screen_controller.dart:15:27 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/controllers/splash_screen_controller.dart:15:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/splash_screen_controller.dart:15:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/splash_screen_controller.dart:15:27 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/splash_screen_controller.dart:15:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/splash_screen_controller.dart:15:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/splash_screen_controller.dart:18:28 • (creation_with_non_type)
error • The class 'FirebaseMessaging' doesn't have an unnamed constructor at lib/src/controllers/splash_screen_controller.dart:25:50 • (new_with_undefined_constructor_default)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/splash_screen_controller.dart:47:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/splash_screen_controller.dart:47:33 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/splash_screen_controller.dart:47:33 • (expected_token)
error • Expected an identifier at lib/src/controllers/splash_screen_controller.dart:47:34 • (missing_identifier)
error • The method 'configure' isn't defined for the type 'FirebaseMessaging' at lib/src/controllers/splash_screen_controller.dart:55:24 • (undefined_method)
error • Expected to find ';' at lib/src/controllers/splash_screen_controller.dart:67:46 • (expected_token)
error • Expected an identifier at lib/src/controllers/splash_screen_controller.dart:67:48 • (missing_identifier)
error • Expected to find ';' at lib/src/controllers/splash_screen_controller.dart:80:48 • (expected_token)
error • Expected an identifier at lib/src/controllers/splash_screen_controller.dart:80:50 • (missing_identifier)
error • The body might complete normally, causing 'null' to be returned, but the return type, 'Future<dynamic>', is a potentially non-nullable type at lib/src/controllers/splash_screen_controller.dart:96:26 • (body_might_complete_normally)
error • The modifier 'late' was already specified at lib/src/controllers/tracking_controller.dart:12:8 • (duplicated_modifier)
error • Methods must have an explicit list of parameters at lib/src/controllers/tracking_controller.dart:14:3 • (missing_method_parameters)
error • Methods must have an explicit list of parameters at lib/src/controllers/tracking_controller.dart:14:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/tracking_controller.dart:14:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/tracking_controller.dart:14:27 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/tracking_controller.dart:14:27 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/tracking_controller.dart:14:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/tracking_controller.dart:14:30 • (missing_function_body)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/tracking_controller.dart:17:28 • (creation_with_non_type)
error • Expected to find '}' at lib/src/controllers/tracking_controller.dart:20:30 • (expected_token)
error • Undefined name 'orderId' at lib/src/controllers/tracking_controller.dart:21:49 • (undefined_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/tracking_controller.dart:29:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/tracking_controller.dart:29:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/tracking_controller.dart:29:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/tracking_controller.dart:29:34 • (missing_identifier)
error • Undefined name 'message' at lib/src/controllers/tracking_controller.dart:33:11 • (undefined_identifier)
error • Undefined name 'message' at lib/src/controllers/tracking_controller.dart:35:25 • (undefined_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/controllers/tracking_controller.dart:57:46 • (undefined_getter)
error • Expected to find ',' at lib/src/controllers/tracking_controller.dart:59:37 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/tracking_controller.dart:59:37 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/controllers/tracking_controller.dart:59:37 • (positional_after_named_argument)
error • Expected an identifier at lib/src/controllers/tracking_controller.dart:59:38 • (missing_identifier)
error • Expected to find ',' at lib/src/controllers/tracking_controller.dart:71:50 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/tracking_controller.dart:71:50 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/tracking_controller.dart:71:51 • (missing_identifier)
error • The named parameter 'message' isn't defined at lib/src/controllers/tracking_controller.dart:79:20 • (undefined_named_parameter)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/tracking_controller.dart:79:31 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/tracking_controller.dart:79:39 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/controllers/tracking_controller.dart:79:39 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/tracking_controller.dart:79:39 • (extra_positional_arguments)
error • Expected an identifier at lib/src/controllers/tracking_controller.dart:79:40 • (missing_identifier)
error • The modifier 'late' was already specified at lib/src/controllers/user_controller.dart:12:8 • (duplicated_modifier)
error • GlobalKey isn't a type at lib/src/controllers/user_controller.dart:12:13 • (not_a_type)
error • Methods must have an explicit list of parameters at lib/src/controllers/user_controller.dart:13:3 • (missing_method_parameters)
error • Methods must have an explicit list of parameters at lib/src/controllers/user_controller.dart:13:27 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/controllers/user_controller.dart:13:27 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/controllers/user_controller.dart:13:27 • (missing_keyword_operator)
error • A function body must be provided at lib/src/controllers/user_controller.dart:13:27 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/controllers/user_controller.dart:13:30 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/controllers/user_controller.dart:13:30 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/controllers/user_controller.dart:14:8 • (duplicated_modifier)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/user_controller.dart:17:24 • (creation_with_non_type)
error • The name 'GlobalKey' isn't a class at lib/src/controllers/user_controller.dart:18:28 • (creation_with_non_type)
error • The class 'FirebaseMessaging' doesn't have an unnamed constructor at lib/src/controllers/user_controller.dart:19:26 • (new_with_undefined_constructor_default)
error • Expected to find ')' at lib/src/controllers/user_controller.dart:20:47 • (expected_token)
error • Undefined name '_deviceToken' at lib/src/controllers/user_controller.dart:21:26 • (undefined_identifier)
error • Expected to find ')' at lib/src/controllers/user_controller.dart:26:35 • (expected_token)
error • Expected to find ';' at lib/src/controllers/user_controller.dart:27:32 • (expected_token)
error • Expected an identifier at lib/src/controllers/user_controller.dart:27:34 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:32:29 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:32:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:32:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:32:38 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/controllers/user_controller.dart:32:47 • (undefined_operator)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:34:36 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:34:36 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:34:37 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:37:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:37:37 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:37:37 • (expected_token)
error • Expected an identifier at lib/src/controllers/user_controller.dart:37:38 • (missing_identifier)
error • Expected to find ')' at lib/src/controllers/user_controller.dart:45:35 • (expected_token)
error • Expected to find ';' at lib/src/controllers/user_controller.dart:46:32 • (expected_token)
error • Expected an identifier at lib/src/controllers/user_controller.dart:46:34 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:50:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:50:37 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:50:37 • (expected_token)
error • Expected an identifier at lib/src/controllers/user_controller.dart:50:38 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/controllers/user_controller.dart:50:47 • (undefined_operator)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:52:36 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:52:36 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:52:37 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:55:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:55:37 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:55:37 • (expected_token)
error • Expected an identifier at lib/src/controllers/user_controller.dart:55:38 • (missing_identifier)
error • Expected to find ')' at lib/src/controllers/user_controller.dart:63:35 • (expected_token)
error • Expected to find ';' at lib/src/controllers/user_controller.dart:64:32 • (expected_token)
error • Expected an identifier at lib/src/controllers/user_controller.dart:64:34 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:68:29 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:68:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:68:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:68:38 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:70:24 • (static_access_to_instance_member)
error • Positional arguments must occur before named arguments at lib/src/controllers/user_controller.dart:70:32 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:70:32 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/controllers/user_controller.dart:70:32 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:70:33 • (missing_identifier)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:72:42 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:72:42 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:72:43 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/controllers/user_controller.dart:79:29 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/controllers/user_controller.dart:79:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/controllers/user_controller.dart:79:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/controllers/user_controller.dart:79:38 • (missing_identifier)
error • All final variables must be initialized, but 'color', 'onPressed', and 1 others aren't at lib/src/elements/BlockButtonWidget.dart:4:9 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/elements/BlockButtonWidget.dart:4:31 • (expected_token)
error • Invalid constant value at lib/src/elements/BlockButtonWidget.dart:4:119 • (invalid_constant)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/BlockButtonWidget.dart:4:119 • (implicit_this_reference_in_initializer)
error • The method 'FlatButton' isn't defined for the type 'BlockButtonWidget' at lib/src/elements/BlockButtonWidget.dart:20:14 • (undefined_method)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/CircularLoadingWidget.dart:6:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/CircularLoadingWidget.dart:6:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/elements/CircularLoadingWidget.dart:6:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/CircularLoadingWidget.dart:6:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/CircularLoadingWidget.dart:6:9 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/CircularLoadingWidget.dart:6:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/CircularLoadingWidget.dart:6:12 • (missing_function_body)
error • Expected to find '}' at lib/src/elements/CircularLoadingWidget.dart:8:29 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/CircularLoadingWidget.dart:8:64 • (implicit_this_reference_in_initializer)
error • The modifier 'late' was already specified at lib/src/elements/CircularLoadingWidget.dart:15:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/elements/CircularLoadingWidget.dart:16:8 • (duplicated_modifier)
error • The named parameter 'height' isn't defined at lib/src/elements/DrawerWidget.dart:31:35 • (undefined_named_parameter)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:45:58 • (undefined_getter)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:53:77 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:53:77 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:53:78 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:66:23 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:66:35 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:66:35 • (expected_token)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:66:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:67:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:79:23 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:79:35 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:79:35 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:79:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:80:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:92:23 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:92:35 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:92:35 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:92:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:93:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:99:23 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:99:35 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:99:35 • (expected_token)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:99:36 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:100:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:116:23 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:116:35 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:116:35 • (expected_token)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:116:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:117:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:129:23 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:129:35 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:129:35 • (expected_token)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:129:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:130:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:142:23 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:142:35 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:142:35 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:142:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:143:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:162:73 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/elements/DrawerWidget.dart:162:85 • (expected_token)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:162:86 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/DrawerWidget.dart:162:98 • (expected_token)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:177:23 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:177:35 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:177:35 • (expected_token)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:177:36 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:178:56 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/DrawerWidget.dart:185:29 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/DrawerWidget.dart:185:41 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/DrawerWidget.dart:185:41 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/DrawerWidget.dart:185:42 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/elements/DrawerWidget.dart:185:51 • (undefined_operator)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/elements/DrawerWidget.dart:186:62 • (undefined_getter)
error • Expected to find '}' at lib/src/elements/EmptyNotificationsWidget.dart:10:8 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/EmptyNotificationsWidget.dart:11:19 • (implicit_this_reference_in_initializer)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/EmptyNotificationsWidget.dart:99:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/EmptyNotificationsWidget.dart:99:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/EmptyNotificationsWidget.dart:99:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/EmptyNotificationsWidget.dart:99:34 • (missing_identifier)
error • The getter 'display2' isn't defined for the type 'TextTheme' at lib/src/elements/EmptyNotificationsWidget.dart:101:54 • (undefined_getter)
error • The method 'FlatButton' isn't defined for the type '_EmptyNotificationsWidgetState' at lib/src/elements/EmptyNotificationsWidget.dart:106:21 • (undefined_method)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/elements/EmptyNotificationsWidget.dart:115:60 • (undefined_getter)
error • Expected to find '}' at lib/src/elements/EmptyOrdersWidget.dart:10:8 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/EmptyOrdersWidget.dart:11:19 • (implicit_this_reference_in_initializer)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/EmptyOrdersWidget.dart:99:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/EmptyOrdersWidget.dart:99:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/EmptyOrdersWidget.dart:99:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/EmptyOrdersWidget.dart:99:34 • (missing_identifier)
error • The getter 'display2' isn't defined for the type 'TextTheme' at lib/src/elements/EmptyOrdersWidget.dart:101:54 • (undefined_getter)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/FaqItemWidget.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/FaqItemWidget.dart:7:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/elements/FaqItemWidget.dart:7:6 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/FaqItemWidget.dart:7:6 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/FaqItemWidget.dart:7:6 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/FaqItemWidget.dart:7:9 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/FaqItemWidget.dart:7:9 • (missing_function_body)
error • Expected to find '}' at lib/src/elements/FaqItemWidget.dart:9:21 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/FaqItemWidget.dart:9:53 • (implicit_this_reference_in_initializer)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/FaqItemWidget.dart:30:40 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/elements/FaqItemWidget.dart:30:40 • (expected_token)
error • Expected an identifier at lib/src/elements/FaqItemWidget.dart:30:41 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/elements/FaqItemWidget.dart:31:50 • (undefined_getter)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/FaqItemWidget.dart:40:40 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/elements/FaqItemWidget.dart:40:40 • (expected_token)
error • Expected an identifier at lib/src/elements/FaqItemWidget.dart:40:41 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/elements/FaqItemWidget.dart:41:50 • (undefined_getter)
error • All final variables must be initialized, but 'icon', 'showActions', and 1 others aren't at lib/src/elements/HeadingIconButtonWidget.dart:4:9 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/elements/HeadingIconButtonWidget.dart:4:37 • (expected_token)
error • Invalid constant value at lib/src/elements/HeadingIconButtonWidget.dart:4:125 • (invalid_constant)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/HeadingIconButtonWidget.dart:4:125 • (implicit_this_reference_in_initializer)
error • Expected to find ';' at lib/src/elements/LanguageItemWidget.dart:7:9 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/LanguageItemWidget.dart:7:17 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/LanguageItemWidget.dart:7:17 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/LanguageItemWidget.dart:7:17 • (invalid_operator)
error • A function body must be provided at lib/src/elements/LanguageItemWidget.dart:7:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/LanguageItemWidget.dart:7:20 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/LanguageItemWidget.dart:8:9 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/LanguageItemWidget.dart:8:21 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/elements/LanguageItemWidget.dart:8:21 • (invalid_operator)
error • The name '??' is already defined at lib/src/elements/LanguageItemWidget.dart:8:21 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/elements/LanguageItemWidget.dart:8:21 • (missing_method_parameters)
error • A function body must be provided at lib/src/elements/LanguageItemWidget.dart:8:24 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/LanguageItemWidget.dart:8:24 • (missing_const_final_var_or_type)
error • All final variables must be initialized, but 'Language' and 'ValueChanged' aren't at lib/src/elements/LanguageItemWidget.dart:10:9 • (final_not_initialized_constructor)
error • Can't define a const constructor for a class with non-final fields at lib/src/elements/LanguageItemWidget.dart:10:9 • (const_constructor_with_non_final_field)
error • Expected to find '}' at lib/src/elements/LanguageItemWidget.dart:11:8 • (expected_token)
error • Invalid constant value at lib/src/elements/LanguageItemWidget.dart:14:19 • (invalid_constant)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/LanguageItemWidget.dart:14:19 • (implicit_this_reference_in_initializer)
error • The modifier 'late' was already specified at lib/src/elements/LanguageItemWidget.dart:21:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/elements/LanguageItemWidget.dart:22:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/elements/LanguageItemWidget.dart:23:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/elements/LanguageItemWidget.dart:24:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/elements/LanguageItemWidget.dart:25:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/elements/LanguageItemWidget.dart:26:8 • (duplicated_modifier)
error • Expected to find ')' at lib/src/elements/LanguageItemWidget.dart:64:25 • (expected_token)
error • Expected to find ';' at lib/src/elements/LanguageItemWidget.dart:69:21 • (expected_token)
error • Expected to find ')' at lib/src/elements/LanguageItemWidget.dart:70:29 • (expected_token)
error • The argument type 'bool' can't be assigned to the parameter type 'String?' at lib/src/elements/LanguageItemWidget.dart:75:85 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/elements/LanguageItemWidget.dart:75:85 • (expected_token)
error • Expected an identifier at lib/src/elements/LanguageItemWidget.dart:75:86 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/elements/LanguageItemWidget.dart:75:93 • (extra_positional_arguments)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/LanguageItemWidget.dart:99:78 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/LanguageItemWidget.dart:99:78 • (expected_token)
error • Expected an identifier at lib/src/elements/LanguageItemWidget.dart:99:79 • (missing_identifier)
error • Expected to find ',' at lib/src/elements/LanguageItemWidget.dart:126:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/LanguageItemWidget.dart:126:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/LanguageItemWidget.dart:126:38 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/LanguageItemWidget.dart:129:56 • (undefined_getter)
error • Expected to find ',' at lib/src/elements/LanguageItemWidget.dart:132:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/LanguageItemWidget.dart:132:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/LanguageItemWidget.dart:132:38 • (missing_identifier)
error • Methods must have an explicit list of parameters at lib/src/elements/NotificationItemWidget.dart:9:3 • (missing_method_parameters)
error • The name of a constructor must match the name of the enclosing class at lib/src/elements/NotificationItemWidget.dart:9:3 • (invalid_constructor_name)
error • The string '??' isn't a user-definable operator at lib/src/elements/NotificationItemWidget.dart:9:21 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/NotificationItemWidget.dart:9:21 • (missing_method_parameters)
error • A function body must be provided at lib/src/elements/NotificationItemWidget.dart:9:21 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/NotificationItemWidget.dart:9:21 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:9:24 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/NotificationItemWidget.dart:9:24 • (missing_function_body)
error • Expected to find ';' at lib/src/elements/NotificationItemWidget.dart:10:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:10:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/elements/NotificationItemWidget.dart:10:15 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/elements/NotificationItemWidget.dart:10:15 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/elements/NotificationItemWidget.dart:10:15 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/NotificationItemWidget.dart:10:15 • (missing_keyword_operator)
error • A function body must be provided at lib/src/elements/NotificationItemWidget.dart:10:18 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:10:18 • (missing_const_final_var_or_type)
error • The name 'VoidCallback' is already defined at lib/src/elements/NotificationItemWidget.dart:11:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:11:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/NotificationItemWidget.dart:11:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/elements/NotificationItemWidget.dart:11:15 • (invalid_operator)
error • The name '??' is already defined at lib/src/elements/NotificationItemWidget.dart:11:15 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/NotificationItemWidget.dart:11:15 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/NotificationItemWidget.dart:11:15 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:11:18 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/NotificationItemWidget.dart:11:18 • (missing_function_body)
error • The name 'VoidCallback' is already defined at lib/src/elements/NotificationItemWidget.dart:12:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/elements/NotificationItemWidget.dart:12:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:12:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/elements/NotificationItemWidget.dart:12:15 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/elements/NotificationItemWidget.dart:12:15 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/NotificationItemWidget.dart:12:15 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/NotificationItemWidget.dart:12:15 • (missing_keyword_operator)
error • A function body must be provided at lib/src/elements/NotificationItemWidget.dart:12:18 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/NotificationItemWidget.dart:12:18 • (missing_const_final_var_or_type)
error • Expected to find '}' at lib/src/elements/NotificationItemWidget.dart:14:30 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/NotificationItemWidget.dart:14:127 • (implicit_this_reference_in_initializer)
error • The named parameter 'backgroundColor' isn't defined at lib/src/elements/NotificationItemWidget.dart:19:7 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/elements/NotificationItemWidget.dart:19:37 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/NotificationItemWidget.dart:19:37 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/NotificationItemWidget.dart:19:37 • (extra_positional_arguments)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:19:38 • (missing_identifier)
error • The named parameter 'items' isn't defined at lib/src/elements/NotificationItemWidget.dart:20:7 • (undefined_named_parameter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/NotificationItemWidget.dart:22:32 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/elements/NotificationItemWidget.dart:22:32 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/NotificationItemWidget.dart:22:32 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:22:33 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/NotificationItemWidget.dart:32:32 • (expected_token)
error • Expected to find ';' at lib/src/elements/NotificationItemWidget.dart:33:31 • (expected_token)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:33:34 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/NotificationItemWidget.dart:35:29 • (expected_token)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:35:32 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/NotificationItemWidget.dart:45:24 • (expected_token)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:45:27 • (missing_identifier)
error • The named parameter 'child' isn't defined at lib/src/elements/NotificationItemWidget.dart:49:7 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/elements/NotificationItemWidget.dart:106:47 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/NotificationItemWidget.dart:106:47 • (extra_positional_arguments)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:106:48 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/elements/NotificationItemWidget.dart:110:56 • (undefined_getter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/NotificationItemWidget.dart:110:103 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/NotificationItemWidget.dart:110:103 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/NotificationItemWidget.dart:110:103 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:110:104 • (missing_identifier)
error • Expected to find ',' at lib/src/elements/NotificationItemWidget.dart:113:74 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/NotificationItemWidget.dart:113:74 • (extra_positional_arguments)
error • Expected an identifier at lib/src/elements/NotificationItemWidget.dart:113:75 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/OrderItemWidget.dart:11:9 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/OrderItemWidget.dart:11:15 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/OrderItemWidget.dart:11:15 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/OrderItemWidget.dart:11:15 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/OrderItemWidget.dart:11:18 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/OrderItemWidget.dart:11:18 • (missing_function_body)
error • Expected to find ';' at lib/src/elements/OrderItemWidget.dart:12:9 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/elements/OrderItemWidget.dart:12:21 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/OrderItemWidget.dart:12:21 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/OrderItemWidget.dart:12:21 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/elements/OrderItemWidget.dart:12:21 • (duplicate_definition)
error • A function body must be provided at lib/src/elements/OrderItemWidget.dart:12:24 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/OrderItemWidget.dart:12:24 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/OrderItemWidget.dart:13:9 • (expected_token)
error • The name '??' is already defined at lib/src/elements/OrderItemWidget.dart:13:14 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/elements/OrderItemWidget.dart:13:14 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/OrderItemWidget.dart:13:14 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/OrderItemWidget.dart:13:14 • (missing_keyword_operator)
error • A function body must be provided at lib/src/elements/OrderItemWidget.dart:13:17 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/OrderItemWidget.dart:13:17 • (missing_const_final_var_or_type)
error • All final variables must be initialized, but 'Order', 'ProductOrder', and 1 others aren't at lib/src/elements/OrderItemWidget.dart:15:9 • (final_not_initialized_constructor)
error • Can't define a const constructor for a class with non-final fields at lib/src/elements/OrderItemWidget.dart:15:9 • (const_constructor_with_non_final_field)
error • Expected to find '}' at lib/src/elements/OrderItemWidget.dart:15:29 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/OrderItemWidget.dart:15:96 • (implicit_this_reference_in_initializer)
error • Invalid constant value at lib/src/elements/OrderItemWidget.dart:15:96 • (invalid_constant)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:24:93 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/OrderItemWidget.dart:24:93 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/OrderItemWidget.dart:24:93 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:24:94 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/elements/OrderItemWidget.dart:45:42 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/OrderItemWidget.dart:45:42 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:45:42 • (expected_token)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:45:43 • (missing_identifier)
error • The getter 'image' isn't defined for the type 'bool' at lib/src/elements/OrderItemWidget.dart:45:54 • (undefined_getter)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/OrderItemWidget.dart:66:40 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:66:40 • (expected_token)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:66:41 • (missing_identifier)
error • The getter 'name' isn't defined for the type 'bool' at lib/src/elements/OrderItemWidget.dart:66:52 • (undefined_getter)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/elements/OrderItemWidget.dart:69:62 • (undefined_getter)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/elements/OrderItemWidget.dart:72:40 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:72:40 • (expected_token)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:72:41 • (missing_identifier)
error • The getter 'market' isn't defined for the type 'bool' at lib/src/elements/OrderItemWidget.dart:72:52 • (undefined_getter)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:72:59 • (expected_token)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:72:60 • (missing_identifier)
error • Expected to find '}' at lib/src/elements/OrderItemWidget.dart:78:53 • (expected_token)
error • The argument type 'bool' can't be assigned to the parameter type 'double' at lib/src/elements/OrderItemWidget.dart:91:87 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:91:87 • (expected_token)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:91:88 • (missing_identifier)
error • Too many positional arguments: 3 expected, but 5 found at lib/src/elements/OrderItemWidget.dart:91:96 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:91:102 • (expected_token)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:91:103 • (missing_identifier)
error • The named parameter 'style' isn't defined at lib/src/elements/OrderItemWidget.dart:92:27 • (undefined_named_parameter)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/elements/OrderItemWidget.dart:92:62 • (undefined_getter)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:94:70 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/OrderItemWidget.dart:94:70 • (extra_positional_arguments)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:94:71 • (missing_identifier)
error • Expected to find ',' at lib/src/elements/OrderItemWidget.dart:98:65 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/OrderItemWidget.dart:98:65 • (extra_positional_arguments)
error • Expected an identifier at lib/src/elements/OrderItemWidget.dart:98:66 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/ProfileAvatarWidget.dart:7:9 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ProfileAvatarWidget.dart:7:13 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/ProfileAvatarWidget.dart:7:13 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/ProfileAvatarWidget.dart:7:13 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ProfileAvatarWidget.dart:7:16 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ProfileAvatarWidget.dart:7:16 • (missing_function_body)
error • All final variables must be initialized, but 'User' isn't at lib/src/elements/ProfileAvatarWidget.dart:9:3 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/elements/ProfileAvatarWidget.dart:10:8 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/ProfileAvatarWidget.dart:12:19 • (implicit_this_reference_in_initializer)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileAvatarWidget.dart:47:36 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileAvatarWidget.dart:47:36 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/elements/ProfileAvatarWidget.dart:47:36 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileAvatarWidget.dart:47:37 • (missing_identifier)
error • The getter 'url' isn't defined for the type 'bool' at lib/src/elements/ProfileAvatarWidget.dart:47:46 • (undefined_getter)
error • Expected to find ',' at lib/src/elements/ProfileAvatarWidget.dart:72:18 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/ProfileAvatarWidget.dart:72:18 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/ProfileAvatarWidget.dart:72:19 • (missing_identifier)
error • The getter 'headline' isn't defined for the type 'TextTheme' at lib/src/elements/ProfileAvatarWidget.dart:73:48 • (undefined_getter)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/elements/ProfileAvatarWidget.dart:76:18 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ProfileAvatarWidget.dart:76:18 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileAvatarWidget.dart:76:19 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileAvatarWidget.dart:77:56 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/elements/ProfileAvatarWidget.dart:77:56 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileAvatarWidget.dart:77:57 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/ProfileSettingsDialog.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ProfileSettingsDialog.dart:7:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/elements/ProfileSettingsDialog.dart:7:7 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/ProfileSettingsDialog.dart:7:7 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ProfileSettingsDialog.dart:7:7 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ProfileSettingsDialog.dart:7:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ProfileSettingsDialog.dart:7:10 • (missing_function_body)
error • Expected to find ';' at lib/src/elements/ProfileSettingsDialog.dart:8:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ProfileSettingsDialog.dart:8:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/elements/ProfileSettingsDialog.dart:8:15 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/elements/ProfileSettingsDialog.dart:8:15 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/ProfileSettingsDialog.dart:8:15 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ProfileSettingsDialog.dart:8:15 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ProfileSettingsDialog.dart:8:18 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ProfileSettingsDialog.dart:8:18 • (missing_function_body)
error • Expected to find '}' at lib/src/elements/ProfileSettingsDialog.dart:10:29 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/ProfileSettingsDialog.dart:10:78 • (implicit_this_reference_in_initializer)
error • The method 'FlatButton' isn't defined for the type '_ProfileSettingsDialogState' at lib/src/elements/ProfileSettingsDialog.dart:21:12 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:34:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:34:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:34:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:34:38 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/elements/ProfileSettingsDialog.dart:35:58 • (undefined_getter)
error • The named parameter 'hintText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:47:58 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:47:70 • (static_access_to_instance_member)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:47:82 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:47:82 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:47:82 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:47:83 • (missing_identifier)
error • The named parameter 'labelText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:47:94 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:47:107 • (static_access_to_instance_member)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:47:119 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:47:119 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:47:120 • (missing_identifier)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:48:53 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:48:53 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:48:53 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:48:54 • (missing_identifier)
error • The method 'trim' can't be unconditionally invoked because the receiver can be 'null' at lib/src/elements/ProfileSettingsDialog.dart:49:55 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:49:77 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/elements/ProfileSettingsDialog.dart:49:89 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:49:90 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/ProfileSettingsDialog.dart:49:113 • (expected_token)
error • The named parameter 'hintText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:55:58 • (undefined_named_parameter)
error • The named parameter 'labelText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:55:88 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:55:101 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:55:113 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:55:113 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:55:113 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:55:114 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:56:53 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:56:53 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:56:53 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:56:54 • (missing_identifier)
error • The method 'contains' can't be unconditionally invoked because the receiver can be 'null' at lib/src/elements/ProfileSettingsDialog.dart:57:56 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:57:74 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/elements/ProfileSettingsDialog.dart:57:86 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:57:87 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/ProfileSettingsDialog.dart:57:106 • (expected_token)
error • The named parameter 'hintText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:63:58 • (undefined_named_parameter)
error • The named parameter 'labelText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:63:85 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:63:98 • (static_access_to_instance_member)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:63:110 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:63:110 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:63:110 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:63:111 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:64:53 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:64:53 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:64:53 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:64:54 • (missing_identifier)
error • The method 'trim' can't be unconditionally invoked because the receiver can be 'null' at lib/src/elements/ProfileSettingsDialog.dart:65:55 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:65:77 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/elements/ProfileSettingsDialog.dart:65:89 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:65:90 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/ProfileSettingsDialog.dart:65:109 • (expected_token)
error • The named parameter 'hintText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:71:58 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:71:70 • (static_access_to_instance_member)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:71:82 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:71:82 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:71:82 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:71:83 • (missing_identifier)
error • The named parameter 'labelText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:71:98 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:71:111 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:71:123 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:71:123 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:71:124 • (missing_identifier)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:72:53 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:72:53 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:72:53 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:72:54 • (missing_identifier)
error • The method 'trim' can't be unconditionally invoked because the receiver can be 'null' at lib/src/elements/ProfileSettingsDialog.dart:73:55 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:73:77 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/elements/ProfileSettingsDialog.dart:73:89 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:73:90 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/ProfileSettingsDialog.dart:73:111 • (expected_token)
error • The named parameter 'hintText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:79:58 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:79:70 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:79:82 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:79:82 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:79:82 • (extra_positional_arguments)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:79:83 • (missing_identifier)
error • The named parameter 'labelText' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:79:100 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:79:113 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:79:125 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:79:125 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:79:126 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ProfileSettingsDialog.dart:80:53 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:80:53 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ProfileSettingsDialog.dart:80:53 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:80:54 • (missing_identifier)
error • The method 'trim' can't be unconditionally invoked because the receiver can be 'null' at lib/src/elements/ProfileSettingsDialog.dart:81:55 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:81:77 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/elements/ProfileSettingsDialog.dart:81:89 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:81:90 • (missing_identifier)
error • Expected to find ')' at lib/src/elements/ProfileSettingsDialog.dart:81:113 • (expected_token)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:94:39 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:94:51 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:94:51 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:94:52 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:99:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:99:41 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:99:41 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:99:42 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/elements/ProfileSettingsDialog.dart:112:11 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/elements/ProfileSettingsDialog.dart:112:23 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ProfileSettingsDialog.dart:112:23 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:112:24 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/elements/ProfileSettingsDialog.dart:113:44 • (undefined_getter)
error • Expected to find '}' at lib/src/elements/ProfileSettingsDialog.dart:118:45 • (expected_token)
error • Undefined name 'hintText' at lib/src/elements/ProfileSettingsDialog.dart:120:17 • (undefined_identifier)
error • Undefined name 'labelText' at lib/src/elements/ProfileSettingsDialog.dart:121:18 • (undefined_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/elements/ProfileSettingsDialog.dart:122:46 • (undefined_getter)
error • The named parameter 'hasFloatingPlaceholder' isn't defined at lib/src/elements/ProfileSettingsDialog.dart:127:7 • (undefined_named_parameter)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/elements/ProfileSettingsDialog.dart:128:47 • (undefined_getter)
error • Conditions must have a static type of 'bool' at lib/src/elements/ProfileSettingsDialog.dart:135:9 • (non_bool_condition)
error • Expected to find ')' at lib/src/elements/ProfileSettingsDialog.dart:135:46 • (expected_token)
error • Expected to find ';' at lib/src/elements/ProfileSettingsDialog.dart:136:43 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:136:45 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/ProfileSettingsDialog.dart:137:23 • (expected_token)
error • Expected an identifier at lib/src/elements/ProfileSettingsDialog.dart:137:26 • (missing_identifier)
error • Can't define a const constructor for a class with non-final fields at lib/src/elements/ShoppingCartButtonWidget.dart:7:9 • (const_constructor_with_non_final_field)
error • All final variables must be initialized, but 'Color' isn't at lib/src/elements/ShoppingCartButtonWidget.dart:7:9 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/elements/ShoppingCartButtonWidget.dart:10:8 • (expected_token)
error • Invalid constant value at lib/src/elements/ShoppingCartButtonWidget.dart:11:19 • (invalid_constant)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/ShoppingCartButtonWidget.dart:11:19 • (implicit_this_reference_in_initializer)
error • Expected to find ';' at lib/src/elements/ShoppingCartButtonWidget.dart:13:9 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartButtonWidget.dart:13:14 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartButtonWidget.dart:13:14 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartButtonWidget.dart:13:14 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartButtonWidget.dart:13:17 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ShoppingCartButtonWidget.dart:13:17 • (missing_function_body)
error • The name 'Color' is already defined at lib/src/elements/ShoppingCartButtonWidget.dart:14:9 • (duplicate_definition)
error • Expected to find ';' at lib/src/elements/ShoppingCartButtonWidget.dart:14:9 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartButtonWidget.dart:14:14 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartButtonWidget.dart:14:14 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartButtonWidget.dart:14:14 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/elements/ShoppingCartButtonWidget.dart:14:14 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartButtonWidget.dart:14:17 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ShoppingCartButtonWidget.dart:14:17 • (missing_function_body)
error • Expected to find ';' at lib/src/elements/ShoppingCartButtonWidget.dart:21:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartButtonWidget.dart:21:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartButtonWidget.dart:21:25 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartButtonWidget.dart:21:25 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartButtonWidget.dart:21:25 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartButtonWidget.dart:21:28 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ShoppingCartButtonWidget.dart:21:28 • (missing_function_body)
error • The instance member 'NotificationController' can't be accessed in an initializer at lib/src/elements/ShoppingCartButtonWidget.dart:23:44 • (implicit_this_reference_in_initializer)
error • The name 'NotificationController' isn't a type, so it can't be used in an 'as' expression at lib/src/elements/ShoppingCartButtonWidget.dart:24:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/elements/ShoppingCartButtonWidget.dart:24:50 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_ShoppingCartButtonWidgetState' at lib/src/elements/ShoppingCartButtonWidget.dart:35:12 • (undefined_method)
error • Expected to find ',' at lib/src/elements/ShoppingCartButtonWidget.dart:49:20 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/elements/ShoppingCartButtonWidget.dart:49:20 • (extra_positional_arguments_could_be_named)
error • A negation operand must have a static type of 'bool' at lib/src/elements/ShoppingCartButtonWidget.dart:49:21 • (non_bool_negation_expression)
error • Expected an identifier at lib/src/elements/ShoppingCartButtonWidget.dart:49:21 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/elements/ShoppingCartButtonWidget.dart:51:58 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/elements/ShoppingCartButtonWidget.dart:51:58 • (expected_token)
error • Expected an identifier at lib/src/elements/ShoppingCartButtonWidget.dart:51:59 • (missing_identifier)
error • Can't define a const constructor for a class with non-final fields at lib/src/elements/ShoppingCartFloatButtonWidget.dart:9:9 • (const_constructor_with_non_final_field)
error • All final variables must be initialized, but 'Color' and 'Product' aren't at lib/src/elements/ShoppingCartFloatButtonWidget.dart:9:9 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:13:8 • (expected_token)
error • Invalid constant value at lib/src/elements/ShoppingCartFloatButtonWidget.dart:14:19 • (invalid_constant)
error • The instance member 'key' can't be accessed in an initializer at lib/src/elements/ShoppingCartFloatButtonWidget.dart:14:19 • (implicit_this_reference_in_initializer)
error • Expected to find ';' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:16:9 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartFloatButtonWidget.dart:16:14 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:16:14 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartFloatButtonWidget.dart:16:14 • (missing_method_parameters)
error • A function body must be provided at lib/src/elements/ShoppingCartFloatButtonWidget.dart:16:17 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartFloatButtonWidget.dart:16:17 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:9 • (expected_token)
error • The name 'Color' is already defined at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:14 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:14 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:14 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:14 • (duplicate_definition)
error • A function body must be provided at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:17 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartFloatButtonWidget.dart:17:17 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:9 • (expected_token)
error • The name '??' is already defined at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:16 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:16 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:16 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:16 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:19 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ShoppingCartFloatButtonWidget.dart:18:19 • (missing_function_body)
error • Expected to find ';' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:17 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:17 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:17 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:20 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/elements/ShoppingCartFloatButtonWidget.dart:25:20 • (missing_function_body)
error • The instance member 'CartController' can't be accessed in an initializer at lib/src/elements/ShoppingCartFloatButtonWidget.dart:27:49 • (implicit_this_reference_in_initializer)
error • The name 'CartController' isn't a type, so it can't be used in an 'as' expression at lib/src/elements/ShoppingCartFloatButtonWidget.dart:28:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/elements/ShoppingCartFloatButtonWidget.dart:28:42 • (missing_identifier)
error • Expected to find ';' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:33:9 • (expected_token)
error • Expected an identifier at lib/src/elements/ShoppingCartFloatButtonWidget.dart:33:11 • (missing_identifier)
error • The method 'RaisedButton' isn't defined for the type '_ShoppingCartFloatButtonWidgetState' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:42:14 • (undefined_method)
error • Expected to find ',' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:47:126 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/elements/ShoppingCartFloatButtonWidget.dart:47:126 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/elements/ShoppingCartFloatButtonWidget.dart:47:126 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ShoppingCartFloatButtonWidget.dart:47:127 • (missing_identifier)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/elements/ShoppingCartFloatButtonWidget.dart:59:22 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:59:22 • (expected_token)
error • Expected an identifier at lib/src/elements/ShoppingCartFloatButtonWidget.dart:59:23 • (missing_identifier)
error • A negation operand must have a static type of 'bool' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:59:23 • (non_bool_negation_expression)
error • Expected to find ',' at lib/src/elements/ShoppingCartFloatButtonWidget.dart:61:60 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/elements/ShoppingCartFloatButtonWidget.dart:61:60 • (positional_after_named_argument)
error • Expected an identifier at lib/src/elements/ShoppingCartFloatButtonWidget.dart:61:61 • (missing_identifier)
error • The modifier 'late' was already specified at lib/src/helpers/app_config.dart:6:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/helpers/app_config.dart:7:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/helpers/app_config.dart:8:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/helpers/app_config.dart:9:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/helpers/app_config.dart:10:8 • (duplicated_modifier)
error • Expected to find ',' at lib/src/helpers/app_config.dart:42:66 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/helpers/app_config.dart:42:66 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/helpers/app_config.dart:42:67 • (missing_identifier)
error • Expected to find '}' at lib/src/helpers/checkbox_form_field.dart:5:14 • (expected_token)
error • The instance member 'onSaved' can't be accessed in an initializer at lib/src/helpers/checkbox_form_field.dart:12:22 • (implicit_this_reference_in_initializer)
error • The instance member 'validator' can't be accessed in an initializer at lib/src/helpers/checkbox_form_field.dart:13:24 • (implicit_this_reference_in_initializer)
error • The instance member 'initialValue' can't be accessed in an initializer at lib/src/helpers/checkbox_form_field.dart:14:27 • (implicit_this_reference_in_initializer)
error • The named parameter 'autovalidate' isn't defined at lib/src/helpers/checkbox_form_field.dart:15:13 • (undefined_named_parameter)
error • Undefined name 'autovalidate' at lib/src/helpers/checkbox_form_field.dart:15:27 • (undefined_identifier)
error • Undefined name 'title' at lib/src/helpers/checkbox_form_field.dart:19:24 • (undefined_identifier)
error • The argument type 'String?' can't be assigned to the parameter type 'String' at lib/src/helpers/checkbox_form_field.dart:24:25 • (argument_type_not_assignable)
error • Undefined name 'context' at lib/src/helpers/checkbox_form_field.dart:25:58 • (undefined_identifier)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/helpers/custom_trace.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/custom_trace.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/custom_trace.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/helpers/custom_trace.dart:4:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/helpers/custom_trace.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:4:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:5:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/helpers/custom_trace.dart:5:3 • (expected_token)
error • The name 'String' is already defined at lib/src/helpers/custom_trace.dart:5:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/helpers/custom_trace.dart:5:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/custom_trace.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/custom_trace.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/helpers/custom_trace.dart:5:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/helpers/custom_trace.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:5:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/helpers/custom_trace.dart:6:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:6:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/helpers/custom_trace.dart:6:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/custom_trace.dart:6:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/custom_trace.dart:6:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/helpers/custom_trace.dart:6:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/helpers/custom_trace.dart:6:9 • (duplicate_definition)
error • A function body must be provided at lib/src/helpers/custom_trace.dart:6:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:6:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/helpers/custom_trace.dart:7:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/helpers/custom_trace.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:7:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/helpers/custom_trace.dart:7:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/custom_trace.dart:7:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/custom_trace.dart:7:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/helpers/custom_trace.dart:7:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/helpers/custom_trace.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:7:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:8:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/helpers/custom_trace.dart:8:3 • (expected_token)
error • The name '??' is already defined at lib/src/helpers/custom_trace.dart:8:6 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/helpers/custom_trace.dart:8:6 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/helpers/custom_trace.dart:8:6 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/custom_trace.dart:8:6 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:8:9 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/helpers/custom_trace.dart:8:9 • (missing_function_body)
error • Expected to find ';' at lib/src/helpers/custom_trace.dart:9:3 • (expected_token)
error • The name 'int' is already defined at lib/src/helpers/custom_trace.dart:9:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:9:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/custom_trace.dart:9:6 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/custom_trace.dart:9:6 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/helpers/custom_trace.dart:9:6 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/helpers/custom_trace.dart:9:6 • (duplicate_definition)
error • A function body must be provided at lib/src/helpers/custom_trace.dart:9:9 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/custom_trace.dart:9:9 • (missing_const_final_var_or_type)
error • String isn't a type at lib/src/helpers/custom_trace.dart:15:3 • (not_a_type)
error • String isn't a type at lib/src/helpers/custom_trace.dart:15:36 • (not_a_type)
error • String isn't a type at lib/src/helpers/custom_trace.dart:74:3 • (not_a_type)
error • 'CustomTrace.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()') at lib/src/helpers/custom_trace.dart:74:10 • (invalid_override)
error • Expected an identifier at lib/src/helpers/helper.dart:27:34 • (missing_identifier)
error • Expected an identifier at lib/src/helpers/helper.dart:31:35 • (missing_identifier)
error • A value of type 'ByteData' can't be returned from the method 'getBytesFromAsset' because it has a return type of 'Future<Uint8List>' at lib/src/helpers/helper.dart:42:12 • (return_of_invalid_type)
error • Expected to find ';' at lib/src/helpers/helper.dart:42:71 • (expected_token)
error • Expected an identifier at lib/src/helpers/helper.dart:42:73 • (missing_identifier)
error • Expected to find '}' at lib/src/helpers/helper.dart:128:74 • (expected_token)
error • Undefined name 'style' at lib/src/helpers/helper.dart:129:9 • (undefined_identifier)
error • Undefined name 'style' at lib/src/helpers/helper.dart:130:7 • (undefined_identifier)
error • Undefined name 'style' at lib/src/helpers/helper.dart:130:15 • (undefined_identifier)
error • Undefined name 'style' at lib/src/helpers/helper.dart:130:47 • (undefined_identifier)
error • Undefined name 'style' at lib/src/helpers/helper.dart:140:24 • (undefined_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/helpers/helper.dart:140:61 • (undefined_getter)
error • Undefined name 'style' at lib/src/helpers/helper.dart:142:75 • (undefined_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/helpers/helper.dart:142:112 • (undefined_getter)
error • Undefined name 'style' at lib/src/helpers/helper.dart:147:24 • (undefined_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/helpers/helper.dart:147:61 • (undefined_getter)
error • Undefined name 'style' at lib/src/helpers/helper.dart:152:66 • (undefined_identifier)
error • Undefined name 'style' at lib/src/helpers/helper.dart:152:82 • (undefined_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/helpers/helper.dart:152:133 • (undefined_getter)
error • Expected to find ';' at lib/src/helpers/helper.dart:163:25 • (expected_token)
error • Expected an identifier at lib/src/helpers/helper.dart:163:27 • (missing_identifier)
error • Illegal assignment to non-assignable expression at lib/src/helpers/helper.dart:172:5 • (illegal_assignment_to_non_assignable)
error • Missing selector such as '.identifier' or '[0]' at lib/src/helpers/helper.dart:172:5 • (missing_assignable_selector)
error • Undefined name 'unit' at lib/src/helpers/helper.dart:172:14 • (undefined_identifier)
error • Undefined name 'unit' at lib/src/helpers/helper.dart:173:9 • (undefined_identifier)
error • Undefined name 'unit' at lib/src/helpers/helper.dart:176:73 • (undefined_identifier)
error • Expected to find ')' at lib/src/helpers/helper.dart:179:32 • (expected_token)
error • Undefined name 'htmlString' at lib/src/helpers/helper.dart:181:28 • (undefined_identifier)
error • String isn't a type at lib/src/helpers/helper.dart:182:7 • (not_a_type)
error • Expected to find ',' at lib/src/helpers/helper.dart:182:49 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/helpers/helper.dart:182:49 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/helpers/helper.dart:182:50 • (missing_identifier)
error • Expected to find ';' at lib/src/helpers/helper.dart:182:72 • (expected_token)
error • Expected an identifier at lib/src/helpers/helper.dart:182:74 • (missing_identifier)
error • Expected to find '}' at lib/src/helpers/helper.dart:189:57 • (expected_token)
error • The named parameter 'blockSpacing' isn't defined at lib/src/helpers/helper.dart:191:7 • (undefined_named_parameter)
error • The named parameter 'defaultTextStyle' isn't defined at lib/src/helpers/helper.dart:193:7 • (undefined_named_parameter)
error • Undefined name 'style' at lib/src/helpers/helper.dart:193:25 • (undefined_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/helpers/helper.dart:193:62 • (undefined_getter)
error • The named parameter 'useRichText' isn't defined at lib/src/helpers/helper.dart:194:7 • (undefined_named_parameter)
error • The named parameter 'height' isn't defined at lib/src/helpers/helper.dart:231:40 • (undefined_named_parameter)
error • Expected to find ')' at lib/src/helpers/helper.dart:272:29 • (expected_token)
error • Undefined name 'text' at lib/src/helpers/helper.dart:273:13 • (undefined_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/helpers/helper.dart:275:18 • (static_access_to_instance_member)
error • Expected to find ';' at lib/src/helpers/helper.dart:275:25 • (expected_token)
error • Expected an identifier at lib/src/helpers/helper.dart:275:27 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/helpers/helper.dart:277:18 • (static_access_to_instance_member)
error • Expected to find ';' at lib/src/helpers/helper.dart:277:25 • (expected_token)
error • Expected an identifier at lib/src/helpers/helper.dart:277:27 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/helpers/helper.dart:279:18 • (static_access_to_instance_member)
error • Expected to find ';' at lib/src/helpers/helper.dart:279:25 • (expected_token)
error • Expected an identifier at lib/src/helpers/helper.dart:279:27 • (missing_identifier)
error • The modifier 'late' was already specified at lib/src/helpers/maps_util.dart:29:12 • (duplicated_modifier)
error • Expected to find ';' at lib/src/helpers/maps_util.dart:29:17 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/maps_util.dart:29:17 • (missing_const_final_var_or_type)
error • Expected to find '>' at lib/src/helpers/maps_util.dart:29:22 • (expected_token)
error • Expected to find ';' at lib/src/helpers/maps_util.dart:29:30 • (expected_token)
error • Undefined name 'steps' at lib/src/helpers/maps_util.dart:29:32 • (undefined_identifier)
error • Expected to find '[' at lib/src/helpers/maps_util.dart:29:32 • (expected_token)
error • Undefined name 'steps' at lib/src/helpers/maps_util.dart:31:9 • (undefined_identifier)
error • Undefined name 'steps' at lib/src/helpers/maps_util.dart:36:14 • (undefined_identifier)
error • Expected to find '>' at lib/src/helpers/maps_util.dart:40:8 • (expected_token)
error • Missing selector such as '.identifier' or '[0]' at lib/src/helpers/maps_util.dart:44:5 • (missing_assignable_selector)
error • Illegal assignment to non-assignable expression at lib/src/helpers/maps_util.dart:44:5 • (illegal_assignment_to_non_assignable)
error • The operator '<' isn't defined for the type 'Type' at lib/src/helpers/maps_util.dart:44:9 • (undefined_operator)
error • Expected an identifier at lib/src/helpers/maps_util.dart:44:18 • (missing_identifier)
error • Undefined name '_latLang' at lib/src/helpers/maps_util.dart:44:20 • (undefined_identifier)
error • Undefined name '_latLang' at lib/src/helpers/maps_util.dart:45:12 • (undefined_identifier)
error • Expected to find '}' at lib/src/helpers/size_change_notifier.dart:38:38 • (expected_token)
error • Invalid constant value at lib/src/helpers/size_change_notifier.dart:38:76 • (invalid_constant)
error • The instance member 'key' can't be accessed in an initializer at lib/src/helpers/size_change_notifier.dart:38:76 • (implicit_this_reference_in_initializer)
error • Invalid constant value at lib/src/helpers/size_change_notifier.dart:38:88 • (invalid_constant)
error • The instance member 'child' can't be accessed in an initializer at lib/src/helpers/size_change_notifier.dart:38:88 • (implicit_this_reference_in_initializer)
error • The named parameter 'onLayoutChangedCallback' isn't defined at lib/src/helpers/size_change_notifier.dart:42:46 • (undefined_named_parameter)
error • All final variables must be initialized, but 'onLayoutChangedCallback' isn't at lib/src/helpers/size_change_notifier.dart:49:3 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/helpers/size_change_notifier.dart:49:43 • (expected_token)
error • The instance member 'onLayoutChangedCallback' can't be accessed in an initializer at lib/src/helpers/size_change_notifier.dart:50:16 • (implicit_this_reference_in_initializer)
error • The instance member 'child' can't be accessed in an initializer at lib/src/helpers/size_change_notifier.dart:51:15 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/size_change_notifier.dart:60:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/helpers/size_change_notifier.dart:60:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/helpers/size_change_notifier.dart:60:7 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/size_change_notifier.dart:60:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/size_change_notifier.dart:60:7 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/size_change_notifier.dart:60:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/helpers/size_change_notifier.dart:60:10 • (missing_function_body)
error • Can't have modifier 'required' here at lib/src/helpers/swipe_widget.dart:9:16 • (extraneous_modifier)
error • The modifier 'required' was already specified at lib/src/helpers/swipe_widget.dart:9:25 • (duplicated_modifier)
error • Can't have modifier 'required' here at lib/src/helpers/swipe_widget.dart:9:45 • (extraneous_modifier)
error • The modifier 'required' was already specified at lib/src/helpers/swipe_widget.dart:9:54 • (duplicated_modifier)
error • All final variables must be initialized, but 'backgroundColor', 'child', and 1 others aren't at lib/src/helpers/swipe_widget.dart:20:3 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/helpers/swipe_widget.dart:20:15 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/helpers/swipe_widget.dart:20:124 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/swipe_widget.dart:38:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/helpers/swipe_widget.dart:38:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/helpers/swipe_widget.dart:38:7 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/helpers/swipe_widget.dart:38:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/helpers/swipe_widget.dart:38:7 • (invalid_operator)
error • A function body must be provided at lib/src/helpers/swipe_widget.dart:38:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/helpers/swipe_widget.dart:38:10 • (missing_const_final_var_or_type)
error • The named parameter 'child' isn't defined at lib/src/helpers/swipe_widget.dart:66:11 • (undefined_named_parameter)
error • Undefined class '_' at lib/src/helpers/swipe_widget.dart:74:28 • (undefined_class)
error • Positional arguments must occur before named arguments at lib/src/helpers/swipe_widget.dart:80:26 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/helpers/swipe_widget.dart:80:26 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/helpers/swipe_widget.dart:80:26 • (expected_token)
error • Expected an identifier at lib/src/helpers/swipe_widget.dart:80:27 • (missing_identifier)
error • Expected to find ',' at lib/src/helpers/swipe_widget.dart:81:27 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/helpers/swipe_widget.dart:81:27 • (positional_after_named_argument)
error • Expected an identifier at lib/src/helpers/swipe_widget.dart:81:28 • (missing_identifier)
error • Expected to find ',' at lib/src/helpers/swipe_widget.dart:93:27 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/helpers/swipe_widget.dart:93:27 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/helpers/swipe_widget.dart:93:27 • (positional_after_named_argument)
error • Expected an identifier at lib/src/helpers/swipe_widget.dart:93:28 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/helpers/swipe_widget.dart:101:31 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/helpers/swipe_widget.dart:101:31 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/helpers/swipe_widget.dart:101:31 • (positional_after_named_argument)
error • Expected an identifier at lib/src/helpers/swipe_widget.dart:101:32 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/helpers/swipe_widget.dart:110:24 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/helpers/swipe_widget.dart:110:24 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/helpers/swipe_widget.dart:110:24 • (positional_after_named_argument)
error • Expected an identifier at lib/src/helpers/swipe_widget.dart:110:25 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/helpers/swipe_widget.dart:111:25 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/helpers/swipe_widget.dart:111:25 • (expected_token)
error • Expected an identifier at lib/src/helpers/swipe_widget.dart:111:26 • (missing_identifier)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/Step.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/Step.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/Step.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/Step.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/Step.dart:4:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/Step.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/Step.dart:4:12 • (missing_const_final_var_or_type)
error • Instance members can't be accessed from a factory constructor at lib/src/models/Step.dart:10:24 • (instance_member_access_from_factory)
error • The name 'LatLng' isn't a class at lib/src/models/Step.dart:10:24 • (creation_with_non_type)
error • Expected to find ';' at lib/src/models/address.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:6:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:6:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:6:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:6:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:6:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/address.dart:6:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/address.dart:7:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/address.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:7:3 • (missing_const_final_var_or_type)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:7:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:7:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/address.dart:7:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:7:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/address.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:7:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/address.dart:8:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/address.dart:8:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:8:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/address.dart:8:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:8:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:8:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:8:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/address.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:8:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/address.dart:9:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:9:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/address.dart:9:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:9:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:9:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:9:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:9:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/address.dart:9:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:10:3 • (missing_const_final_var_or_type)
error • The name 'double' is already defined at lib/src/models/address.dart:10:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/address.dart:10:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/address.dart:10:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:10:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:10:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:10:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/address.dart:10:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:10:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:11:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/address.dart:11:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:11:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:11:7 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/address.dart:11:7 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:11:7 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:11:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/address.dart:11:10 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/address.dart:12:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/address.dart:12:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:12:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/address.dart:12:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/address.dart:12:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/address.dart:12:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/address.dart:12:9 • (invalid_operator)
error • A function body must be provided at lib/src/models/address.dart:12:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/address.dart:12:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/address.dart:16:24 • (non_type_as_type_argument)
error • Instance member 'current' can't be accessed using static access at lib/src/models/address.dart:20:69 • (static_access_to_instance_member)
error • Expected to find ';' at lib/src/models/address.dart:20:76 • (expected_token)
error • Expected an identifier at lib/src/models/address.dart:20:78 • (missing_identifier)
error • Instance member 'current' can't be accessed using static access at lib/src/models/address.dart:27:19 • (static_access_to_instance_member)
error • Expected to find ';' at lib/src/models/address.dart:27:26 • (expected_token)
error • Expected an identifier at lib/src/models/address.dart:27:28 • (missing_identifier)
error • bool isn't a type at lib/src/models/address.dart:35:3 • (not_a_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/address.dart:40:23 • (non_type_as_type_argument)
error • The method 'fromMap' isn't defined for the type 'LocationData' at lib/src/models/address.dart:52:25 • (undefined_method)
error • Expected to find ';' at lib/src/models/cart.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:5:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/cart.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/cart.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:5:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/cart.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:5:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/cart.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:6:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/cart.dart:6:10 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:6:10 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/cart.dart:6:10 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/cart.dart:6:10 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:6:13 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/cart.dart:6:13 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/cart.dart:7:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/models/cart.dart:7:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:7:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/cart.dart:7:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/cart.dart:7:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/cart.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:7:12 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:8:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/cart.dart:8:15 • (missing_function_body)
error • The string '??' isn't a user-definable operator at lib/src/models/cart.dart:8:15 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:8:15 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/cart.dart:8:15 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/cart.dart:8:15 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/cart.dart:8:18 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:8:18 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/cart.dart:9:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:9:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/cart.dart:9:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/cart.dart:9:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/cart.dart:9:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/cart.dart:9:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:9:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/cart.dart:9:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:9:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/cart.dart:13:21 • (non_type_as_type_argument)
error • The name 'Product' isn't a class at lib/src/models/cart.dart:17:89 • (creation_with_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/cart.dart:18:51 • (undefined_method)
error • Expected to find ';' at lib/src/models/cart.dart:19:14 • (expected_token)
error • Illegal assignment to non-assignable expression at lib/src/models/cart.dart:19:15 • (illegal_assignment_to_non_assignable)
error • Missing selector such as '.identifier' or '[0]' at lib/src/models/cart.dart:19:15 • (missing_assignable_selector)
error • Expected an identifier at lib/src/models/cart.dart:19:16 • (missing_identifier)
error • The name 'Product' isn't a class at lib/src/models/cart.dart:23:21 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/cart.dart:30:23 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/cart.dart:33:32 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:33:34 • (missing_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:35:29 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:35:31 • (missing_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:39:3 • (expected_token)
error • The name 'double' is already defined at lib/src/models/cart.dart:39:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/cart.dart:39:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/cart.dart:39:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/cart.dart:39:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/cart.dart:39:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/cart.dart:39:9 • (invalid_operator)
error • A function body must be provided at lib/src/models/cart.dart:39:12 • (missing_function_body)
error • Illegal assignment to non-assignable expression at lib/src/models/cart.dart:40:5 • (illegal_assignment_to_non_assignable)
error • Missing selector such as '.identifier' or '[0]' at lib/src/models/cart.dart:40:5 • (missing_assignable_selector)
error • Undefined name 'result' at lib/src/models/cart.dart:40:14 • (undefined_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:40:30 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:40:32 • (missing_identifier)
error • Expected to find ')' at lib/src/models/cart.dart:41:17 • (expected_token)
error • Expected to find ';' at lib/src/models/cart.dart:42:14 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:42:16 • (missing_identifier)
error • Undefined name 'result' at lib/src/models/cart.dart:43:9 • (undefined_identifier)
error • Undefined name 'result' at lib/src/models/cart.dart:46:12 • (undefined_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:52:26 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:52:28 • (missing_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:52:51 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:52:53 • (missing_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:54:19 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:54:21 • (missing_identifier)
error • Expected to find ';' at lib/src/models/cart.dart:55:30 • (expected_token)
error • Expected an identifier at lib/src/models/cart.dart:55:32 • (missing_identifier)
error • Expected to find ';' at lib/src/models/category.dart:4:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/category.dart:4:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/category.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/category.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/category.dart:4:9 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/category.dart:4:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/category.dart:4:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/category.dart:5:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/category.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/category.dart:5:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/category.dart:5:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/category.dart:5:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/category.dart:5:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/category.dart:5:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/category.dart:5:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/category.dart:5:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/category.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/category.dart:6:3 • (missing_const_final_var_or_type)
error • The string '??' isn't a user-definable operator at lib/src/models/category.dart:6:8 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/category.dart:6:8 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/category.dart:6:8 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/category.dart:6:8 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/category.dart:6:11 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/category.dart:6:11 • (missing_function_body)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/category.dart:10:25 • (non_type_as_type_argument)
error • The name 'Media' isn't a class at lib/src/models/category.dart:14:125 • (creation_with_non_type)
error • The name 'Media' isn't a class at lib/src/models/category.dart:18:19 • (creation_with_non_type)
error • Expected to find ';' at lib/src/models/credit_card.dart:2:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/credit_card.dart:2:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/credit_card.dart:2:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/credit_card.dart:2:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/credit_card.dart:2:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/credit_card.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/credit_card.dart:2:12 • (missing_const_final_var_or_type)
error • String isn't a type at lib/src/models/credit_card.dart:3:3 • (not_a_type)
error • The instance member 'String' can't be accessed in an initializer at lib/src/models/credit_card.dart:3:3 • (implicit_this_reference_in_initializer)
error • The instance member 'String' can't be accessed in an initializer at lib/src/models/credit_card.dart:4:3 • (implicit_this_reference_in_initializer)
error • String isn't a type at lib/src/models/credit_card.dart:4:3 • (not_a_type)
error • String isn't a type at lib/src/models/credit_card.dart:5:3 • (not_a_type)
error • The instance member 'String' can't be accessed in an initializer at lib/src/models/credit_card.dart:5:3 • (implicit_this_reference_in_initializer)
error • String isn't a type at lib/src/models/credit_card.dart:6:3 • (not_a_type)
error • The instance member 'String' can't be accessed in an initializer at lib/src/models/credit_card.dart:6:3 • (implicit_this_reference_in_initializer)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/credit_card.dart:10:27 • (non_type_as_type_argument)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/credit_card.dart:28:23 • (non_type_as_type_argument)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq.dart:2:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/faq.dart:2:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/faq.dart:2:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/faq.dart:2:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/faq.dart:2:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/faq.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq.dart:2:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/faq.dart:3:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq.dart:3:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/faq.dart:3:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/faq.dart:3:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/faq.dart:3:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/faq.dart:3:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/faq.dart:3:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/faq.dart:3:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq.dart:3:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/faq.dart:4:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/faq.dart:4:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/faq.dart:4:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/faq.dart:4:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/faq.dart:4:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/faq.dart:4:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq.dart:4:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/faq.dart:4:12 • (missing_function_body)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/faq.dart:8:20 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/faq_category.dart:4:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq_category.dart:4:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/faq_category.dart:4:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/faq_category.dart:4:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/faq_category.dart:4:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq_category.dart:4:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/faq_category.dart:4:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/faq_category.dart:5:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/faq_category.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq_category.dart:5:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/faq_category.dart:5:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/faq_category.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/faq_category.dart:5:9 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/faq_category.dart:5:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq_category.dart:5:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/faq_category.dart:5:12 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/models/faq_category.dart:6:3 • (missing_method_parameters)
error • Methods must have an explicit list of parameters at lib/src/models/faq_category.dart:6:12 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/faq_category.dart:6:12 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/faq_category.dart:6:12 • (missing_function_body)
error • The string '??' isn't a user-definable operator at lib/src/models/faq_category.dart:6:12 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/faq_category.dart:6:12 • (duplicate_definition)
error • A function body must be provided at lib/src/models/faq_category.dart:6:15 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/faq_category.dart:6:15 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/faq_category.dart:10:28 • (non_type_as_type_argument)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/faq_category.dart:14:45 • (undefined_method)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/favorite.dart:5:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/favorite.dart:5:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/favorite.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/favorite.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/favorite.dart:5:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/favorite.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/favorite.dart:5:12 • (missing_const_final_var_or_type)
error • The modifier 'late' was already specified at lib/src/models/favorite.dart:6:8 • (duplicated_modifier)
error • Methods must have an explicit list of parameters at lib/src/models/favorite.dart:7:3 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/favorite.dart:7:15 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/favorite.dart:7:15 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/favorite.dart:7:15 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/favorite.dart:7:15 • (missing_function_body)
error • The name '??' is already defined at lib/src/models/favorite.dart:7:15 • (duplicate_definition)
error • A function body must be provided at lib/src/models/favorite.dart:7:18 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/favorite.dart:7:18 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/favorite.dart:8:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/favorite.dart:8:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/favorite.dart:8:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/favorite.dart:8:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/favorite.dart:8:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/favorite.dart:8:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/favorite.dart:8:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/favorite.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/favorite.dart:8:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/favorite.dart:12:25 • (non_type_as_type_argument)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/favorite.dart:16:51 • (undefined_method)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/favorite.dart:26:23 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/favorite.dart:30:29 • (expected_token)
error • Expected an identifier at lib/src/models/favorite.dart:30:31 • (missing_identifier)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/field.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/field.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/field.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/field.dart:4:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/field.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:4:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/field.dart:5:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:5:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/field.dart:5:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/models/field.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/field.dart:5:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/field.dart:5:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/field.dart:5:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:5:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/field.dart:5:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/field.dart:6:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/field.dart:6:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:6:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/field.dart:6:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/field.dart:6:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/field.dart:6:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/field.dart:6:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/field.dart:6:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:6:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/field.dart:7:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/field.dart:7:8 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/field.dart:7:8 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/field.dart:7:8 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/field.dart:7:8 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:7:11 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/field.dart:7:11 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:8:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/field.dart:8:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/field.dart:8:7 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/field.dart:8:7 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/field.dart:8:7 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/field.dart:8:7 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/field.dart:8:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/field.dart:8:10 • (missing_function_body)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/field.dart:12:22 • (non_type_as_type_argument)
error • The name 'Media' isn't a class at lib/src/models/field.dart:17:125 • (creation_with_non_type)
error • The name 'Media' isn't a class at lib/src/models/field.dart:23:19 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/field.dart:29:7 • (non_type_as_type_argument)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/field.dart:30:23 • (non_type_as_type_argument)
error • bool isn't a type at lib/src/models/field.dart:36:3 • (not_a_type)
error • 'Field.==' ('dynamic Function(dynamic)') isn't a valid override of 'Object.==' ('bool Function(Object)') at lib/src/models/field.dart:36:17 • (invalid_override)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/filter.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/filter.dart:4:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/models/filter.dart:4:7 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/filter.dart:4:7 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/filter.dart:4:7 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/filter.dart:4:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/filter.dart:4:10 • (missing_const_final_var_or_type)
error • The name 'bool' is already defined at lib/src/models/filter.dart:5:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/filter.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/filter.dart:5:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/filter.dart:5:7 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/filter.dart:5:7 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/filter.dart:5:7 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/filter.dart:5:7 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/filter.dart:5:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/filter.dart:5:10 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/models/filter.dart:6:3 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/filter.dart:6:14 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/filter.dart:6:14 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/filter.dart:6:14 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/filter.dart:6:14 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/filter.dart:6:14 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/filter.dart:6:17 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/filter.dart:6:17 • (missing_function_body)
error • The name 'List' isn't a type, so it can't be used in an 'as' expression at lib/src/models/filter.dart:14:67 • (cast_to_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/filter.dart:15:18 • (undefined_method)
error • Expected to find ';' at lib/src/models/filter.dart:26:27 • (expected_token)
error • Expected an identifier at lib/src/models/filter.dart:26:29 • (missing_identifier)
error • Expected to find '}' at lib/src/models/filter.dart:40:38 • (expected_token)
error • Expected to find '}' at lib/src/models/filter.dart:45:36 • (expected_token)
error • Map isn't a type at lib/src/models/filter.dart:46:5 • (not_a_type)
error • Illegal assignment to non-assignable expression at lib/src/models/filter.dart:47:5 • (illegal_assignment_to_non_assignable)
error • Missing selector such as '.identifier' or '[0]' at lib/src/models/filter.dart:47:5 • (missing_assignable_selector)
error • Undefined name 'relation' at lib/src/models/filter.dart:47:14 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:48:9 • (undefined_identifier)
error • Undefined name 'relation' at lib/src/models/filter.dart:49:7 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:49:18 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:49:45 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:50:23 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:50:50 • (undefined_identifier)
error • Undefined name 'relation' at lib/src/models/filter.dart:54:27 • (undefined_identifier)
error • Undefined name 'relation' at lib/src/models/filter.dart:55:33 • (undefined_identifier)
error • Undefined name 'relation' at lib/src/models/filter.dart:57:27 • (undefined_identifier)
error • Undefined name 'relation' at lib/src/models/filter.dart:58:33 • (undefined_identifier)
error • Undefined name 'relation' at lib/src/models/filter.dart:61:25 • (undefined_identifier)
error • Expected to find '}' at lib/src/models/filter.dart:61:53 • (expected_token)
error • Undefined name 'relation' at lib/src/models/filter.dart:62:31 • (undefined_identifier)
error • Expected to find ')' at lib/src/models/filter.dart:64:34 • (expected_token)
error • Expected to find ';' at lib/src/models/filter.dart:65:33 • (expected_token)
error • Expected an identifier at lib/src/models/filter.dart:65:35 • (missing_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:67:9 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:69:34 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:71:27 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:75:40 • (undefined_identifier)
error • Undefined name 'oldQuery' at lib/src/models/filter.dart:77:33 • (undefined_identifier)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/gallery.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/gallery.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/gallery.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/gallery.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/gallery.dart:4:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/gallery.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/gallery.dart:4:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/gallery.dart:5:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/gallery.dart:5:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/gallery.dart:5:8 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/gallery.dart:5:8 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/gallery.dart:5:8 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/gallery.dart:5:8 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/gallery.dart:5:11 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/gallery.dart:5:11 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/gallery.dart:6:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/gallery.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/gallery.dart:6:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/gallery.dart:6:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/gallery.dart:6:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/gallery.dart:6:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/gallery.dart:6:9 • (invalid_operator)
error • A function body must be provided at lib/src/models/gallery.dart:6:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/gallery.dart:6:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/gallery.dart:10:24 • (non_type_as_type_argument)
error • The name 'Media' isn't a class at lib/src/models/gallery.dart:13:125 • (creation_with_non_type)
error • The name 'Media' isn't a class at lib/src/models/gallery.dart:17:19 • (creation_with_non_type)
error • Methods must have an explicit list of parameters at lib/src/models/language.dart:12:3 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/language.dart:12:17 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/language.dart:12:17 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/language.dart:12:17 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/language.dart:12:17 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/language.dart:12:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/language.dart:12:20 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/language.dart:26:3 • (missing_method_parameters)
error • The name 'List' is already defined at lib/src/models/language.dart:26:3 • (duplicate_definition)
error • A function body must be provided at lib/src/models/language.dart:26:17 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/language.dart:26:17 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/language.dart:26:17 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/language.dart:26:17 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/language.dart:26:17 • (duplicate_definition)
error • A function body must be provided at lib/src/models/language.dart:26:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:4:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:4:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:4:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:4:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/market.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:4:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:5:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/market.dart:5:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/market.dart:5:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:5:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:5:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/market.dart:5:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:5:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:5:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:6:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:6:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/market.dart:6:8 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:6:8 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:6:8 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:6:8 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/market.dart:6:11 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:6:11 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/market.dart:7:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/market.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:7:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/market.dart:7:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:7:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:7:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:7:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:7:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:7:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/market.dart:8:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:8:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:8:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:8:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/market.dart:8:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:8:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:8:9 • (invalid_operator)
error • A function body must be provided at lib/src/models/market.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:8:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/market.dart:9:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:9:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:9:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/market.dart:9:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:9:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:9:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:9:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:9:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:9:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/market.dart:10:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:10:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/market.dart:10:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/market.dart:10:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:10:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:10:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:10:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:10:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:10:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/market.dart:11:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/market.dart:11:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:11:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/market.dart:11:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:11:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:11:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:11:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/market.dart:11:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:11:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:12:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:12:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/market.dart:12:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:12:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:12:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:12:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/market.dart:12:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/market.dart:12:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:12:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:13:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:13:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/market.dart:13:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:13:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:13:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:13:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:13:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:13:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:14:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:14:3 • (expected_token)
error • The name 'double' is already defined at lib/src/models/market.dart:14:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:14:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:14:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:14:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/market.dart:14:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/market.dart:14:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:14:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:15:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:15:3 • (expected_token)
error • The name 'double' is already defined at lib/src/models/market.dart:15:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/market.dart:15:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:15:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:15:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:15:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/market.dart:15:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:15:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:16:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:16:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/market.dart:16:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:16:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:16:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:16:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/market.dart:16:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:16:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:16:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/market.dart:17:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/market.dart:17:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:17:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:17:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:17:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:17:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/market.dart:17:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/market.dart:17:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:17:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:18:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:18:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:18:7 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/market.dart:18:7 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:18:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:18:7 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:18:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:18:10 • (missing_function_body)
error • The name 'bool' is already defined at lib/src/models/market.dart:19:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/market.dart:19:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:19:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/market.dart:19:7 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:19:7 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:19:7 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:19:7 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:19:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/market.dart:19:10 • (missing_function_body)
error • The name 'double' is already defined at lib/src/models/market.dart:20:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/market.dart:20:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:20:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/market.dart:20:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:20:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:20:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:20:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/market.dart:20:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:20:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/market.dart:21:3 • (expected_token)
error • The name 'double' is already defined at lib/src/models/market.dart:21:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:21:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/market.dart:21:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/market.dart:21:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/market.dart:21:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/market.dart:21:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/market.dart:21:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/market.dart:21:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/market.dart:25:23 • (non_type_as_type_argument)
error • The name 'Media' isn't a class at lib/src/models/market.dart:29:125 • (creation_with_non_type)
error • The name 'Media' isn't a class at lib/src/models/market.dart:48:19 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/market.dart:68:7 • (non_type_as_type_argument)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/media.dart:4:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/media.dart:4:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/media.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/media.dart:4:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:4:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/media.dart:4:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/media.dart:5:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/media.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:5:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/media.dart:5:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/media.dart:5:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/media.dart:5:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/media.dart:5:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:5:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/media.dart:5:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/media.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:6:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/media.dart:6:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/media.dart:6:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/media.dart:6:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/media.dart:6:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/media.dart:6:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:6:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/media.dart:6:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/media.dart:7:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/media.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:7:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/media.dart:7:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/media.dart:7:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/media.dart:7:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/media.dart:7:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:7:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/media.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:8:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/media.dart:8:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/media.dart:8:3 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/media.dart:8:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/media.dart:8:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/media.dart:8:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/media.dart:8:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/media.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:8:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/media.dart:9:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:9:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/media.dart:9:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/media.dart:9:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/media.dart:9:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/media.dart:9:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/media.dart:9:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/media.dart:9:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/media.dart:9:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/media.dart:17:22 • (non_type_as_type_argument)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/media.dart:34:23 • (non_type_as_type_argument)
error • String isn't a type at lib/src/models/media.dart:45:3 • (not_a_type)
error • 'Media.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()') at lib/src/models/media.dart:45:10 • (invalid_override)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/notification.dart:2:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/notification.dart:2:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/notification.dart:2:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/notification.dart:2:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/notification.dart:2:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/notification.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/notification.dart:2:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/notification.dart:3:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/notification.dart:3:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/notification.dart:3:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/notification.dart:3:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/notification.dart:3:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/notification.dart:3:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/notification.dart:3:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/notification.dart:3:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/notification.dart:3:12 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/models/notification.dart:4:3 • (missing_method_parameters)
error • The built-in identifier 'dynamic' can't be used as a type parameter name at lib/src/models/notification.dart:4:15 • (built_in_identifier_in_declaration)
error • A function body must be provided at lib/src/models/notification.dart:4:23 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/notification.dart:4:23 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/notification.dart:4:23 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/notification.dart:4:23 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/notification.dart:4:23 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/notification.dart:4:26 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/notification.dart:4:26 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/notification.dart:5:8 • (duplicated_modifier)
error • The modifier 'late' was already specified at lib/src/models/notification.dart:6:8 • (duplicated_modifier)
error • Map isn't a type at lib/src/models/notification.dart:10:25 • (not_a_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/notification.dart:10:29 • (non_type_as_type_argument)
error • Map isn't a type at lib/src/models/notification.dart:27:3 • (not_a_type)
error • The name 'Map' isn't a class at lib/src/models/notification.dart:28:19 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/notification.dart:28:23 • (non_type_as_type_argument)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/option.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/option.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/option.dart:4:9 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:4:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/option.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:5:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/option.dart:5:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/option.dart:5:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/option.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/option.dart:5:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/option.dart:5:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/option.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:5:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:6:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/option.dart:6:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/option.dart:6:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option.dart:6:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/option.dart:6:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/option.dart:6:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/option.dart:6:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:6:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/option.dart:6:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/option.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:7:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/option.dart:7:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/option.dart:7:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/option.dart:7:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option.dart:7:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:7:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/option.dart:7:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/option.dart:8:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:8:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/option.dart:8:8 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/option.dart:8:8 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/option.dart:8:8 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option.dart:8:8 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:8:11 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/option.dart:8:11 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/option.dart:9:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:9:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/option.dart:9:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/option.dart:9:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option.dart:9:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/option.dart:9:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/option.dart:9:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option.dart:9:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/option.dart:9:12 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/option.dart:10:8 • (duplicated_modifier)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/option.dart:14:23 • (non_type_as_type_argument)
error • The name 'Media' isn't a class at lib/src/models/option.dart:22:125 • (creation_with_non_type)
error • The name 'Media' isn't a class at lib/src/models/option.dart:30:19 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/option.dart:36:23 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/option_group.dart:2:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option_group.dart:2:3 • (missing_const_final_var_or_type)
error • The string '??' isn't a user-definable operator at lib/src/models/option_group.dart:2:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/option_group.dart:2:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option_group.dart:2:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/option_group.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option_group.dart:2:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/option_group.dart:3:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option_group.dart:3:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/option_group.dart:3:3 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/option_group.dart:3:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/option_group.dart:3:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/option_group.dart:3:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/option_group.dart:3:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/option_group.dart:3:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/option_group.dart:3:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/option_group.dart:7:28 • (non_type_as_type_argument)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/option_group.dart:19:23 • (non_type_as_type_argument)
error • String isn't a type at lib/src/models/option_group.dart:26:3 • (not_a_type)
error • 'OptionGroup.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()') at lib/src/models/option_group.dart:26:10 • (invalid_override)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:8:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order.dart:8:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:8:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:8:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:8:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/order.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:8:12 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:9:3 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/order.dart:9:21 • (duplicate_definition)
error • A function body must be provided at lib/src/models/order.dart:9:21 • (missing_function_body)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:9:21 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:9:21 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:9:21 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:9:24 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/order.dart:9:24 • (missing_function_body)
error • Expected to find ';' at lib/src/models/order.dart:10:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:10:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:10:14 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/order.dart:10:14 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:10:14 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:10:14 • (invalid_operator)
error • A function body must be provided at lib/src/models/order.dart:10:17 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:10:17 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:11:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order.dart:11:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/order.dart:11:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:11:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:11:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:11:9 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:11:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/order.dart:11:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:12:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order.dart:12:3 • (expected_token)
error • The name 'double' is already defined at lib/src/models/order.dart:12:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/order.dart:12:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:12:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:12:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:12:9 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:12:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/order.dart:12:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/order.dart:13:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:13:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order.dart:13:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:13:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/order.dart:13:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:13:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:13:9 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:13:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/order.dart:13:12 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/order.dart:14:8 • (duplicated_modifier)
error • Expected to find ';' at lib/src/models/order.dart:15:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:15:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/order.dart:15:7 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:15:7 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:15:7 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:15:7 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:15:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/order.dart:15:10 • (missing_function_body)
error • Expected to find ';' at lib/src/models/order.dart:16:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:16:3 • (missing_const_final_var_or_type)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:16:10 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:16:10 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/order.dart:16:10 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:16:10 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/order.dart:16:13 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:16:13 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order.dart:17:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:17:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order.dart:17:10 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/order.dart:17:10 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/order.dart:17:10 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/order.dart:17:10 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/order.dart:17:13 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order.dart:17:13 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/order.dart:21:22 • (non_type_as_type_argument)
error • The name 'OrderStatus' isn't a class at lib/src/models/order.dart:27:107 • (creation_with_non_type)
error • The name 'User' isn't a class at lib/src/models/order.dart:29:77 • (creation_with_non_type)
error • The name 'Address' isn't a class at lib/src/models/order.dart:30:115 • (creation_with_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/order.dart:31:64 • (undefined_method)
error • The name 'OrderStatus' isn't a class at lib/src/models/order.dart:37:25 • (creation_with_non_type)
error • The name 'User' isn't a class at lib/src/models/order.dart:39:18 • (creation_with_non_type)
error • The name 'Address' isn't a class at lib/src/models/order.dart:40:29 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/order.dart:47:23 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/order.dart:53:36 • (expected_token)
error • Expected an identifier at lib/src/models/order.dart:53:38 • (missing_identifier)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/order.dart:60:23 • (non_type_as_type_argument)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order_status.dart:2:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order_status.dart:2:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order_status.dart:2:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/order_status.dart:2:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order_status.dart:2:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/order_status.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order_status.dart:2:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order_status.dart:3:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/order_status.dart:3:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/order_status.dart:3:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/order_status.dart:3:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/order_status.dart:3:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/order_status.dart:3:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/order_status.dart:3:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/order_status.dart:3:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/order_status.dart:3:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/order_status.dart:7:28 • (non_type_as_type_argument)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/payment.dart:2:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/payment.dart:2:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/payment.dart:2:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/payment.dart:2:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/payment.dart:2:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/payment.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/payment.dart:2:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/payment.dart:3:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/payment.dart:3:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/payment.dart:3:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/payment.dart:3:9 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/models/payment.dart:3:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/payment.dart:3:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/payment.dart:3:9 • (invalid_operator)
error • A function body must be provided at lib/src/models/payment.dart:3:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/payment.dart:3:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/payment.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/payment.dart:4:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/payment.dart:4:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/payment.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/payment.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/payment.dart:4:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/payment.dart:4:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/payment.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/payment.dart:4:12 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/payment.dart:10:24 • (non_type_as_type_argument)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/payment.dart:23:7 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/product.dart:9:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:9:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:9:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:9:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:9:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:9:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:9:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:10:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:10:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/product.dart:10:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:10:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:10:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:10:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:10:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/product.dart:10:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:10:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:11:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:11:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:11:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:11:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:11:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:11:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/product.dart:11:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:11:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:12:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:12:3 • (expected_token)
error • The name 'double' is already defined at lib/src/models/product.dart:12:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/product.dart:12:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:12:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:12:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:12:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:12:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:12:12 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/product.dart:13:8 • (duplicated_modifier)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:14:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/product.dart:14:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/product.dart:14:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:14:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:14:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:14:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:14:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:14:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:14:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:15:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:15:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/product.dart:15:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:15:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:15:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:15:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:15:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:15:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:15:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:16:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:16:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/product.dart:16:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:16:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:16:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:16:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:16:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/product.dart:16:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:16:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:17:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:17:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/product.dart:17:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:17:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:17:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:17:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:17:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:17:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:17:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/product.dart:18:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/product.dart:18:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:18:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/product.dart:18:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:18:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:18:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:18:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:18:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:18:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/product.dart:19:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:19:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:19:7 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:19:7 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:19:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:19:7 • (invalid_operator)
error • A function body must be provided at lib/src/models/product.dart:19:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:19:10 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:20:3 • (missing_const_final_var_or_type)
error • The name 'bool' is already defined at lib/src/models/product.dart:20:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/product.dart:20:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:20:7 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:20:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:20:7 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/product.dart:20:7 • (duplicate_definition)
error • A function body must be provided at lib/src/models/product.dart:20:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:20:10 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:21:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:21:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:21:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:21:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:21:9 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/product.dart:21:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/product.dart:21:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:21:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:22:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product.dart:22:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:22:11 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:22:11 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:22:11 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:22:11 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:22:14 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:22:14 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/product.dart:23:8 • (duplicated_modifier)
error • List isn't a type at lib/src/models/product.dart:23:13 • (not_a_type)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:24:3 • (missing_method_parameters)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:24:20 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:24:20 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:24:20 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/product.dart:24:20 • (missing_function_body)
error • The name '??' is already defined at lib/src/models/product.dart:24:20 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:24:23 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product.dart:24:23 • (missing_function_body)
error • The name 'List' is already defined at lib/src/models/product.dart:25:3 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:25:3 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/product.dart:25:15 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product.dart:25:15 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/product.dart:25:15 • (missing_function_body)
error • Methods must have an explicit list of parameters at lib/src/models/product.dart:25:15 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product.dart:25:15 • (duplicate_definition)
error • A function body must be provided at lib/src/models/product.dart:25:18 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product.dart:25:18 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/product.dart:29:24 • (non_type_as_type_argument)
error • The name 'Market' isn't a class at lib/src/models/product.dart:43:85 • (creation_with_non_type)
error • The name 'Category' isn't a class at lib/src/models/product.dart:44:93 • (creation_with_non_type)
error • The name 'List' isn't a type, so it can't be used in an 'as' expression at lib/src/models/product.dart:45:64 • (cast_to_non_type)
error • The name 'List' isn't a type, so it can't be used in an 'as' expression at lib/src/models/product.dart:46:70 • (cast_to_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/product.dart:47:18 • (undefined_method)
error • The name 'List' isn't a type, so it can't be used in an 'as' expression at lib/src/models/product.dart:49:87 • (cast_to_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/product.dart:50:18 • (undefined_method)
error • The name 'List' isn't a type, so it can't be used in an 'as' expression at lib/src/models/product.dart:52:93 • (cast_to_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/product.dart:53:18 • (undefined_method)
error • The name 'Market' isn't a class at lib/src/models/product.dart:66:20 • (creation_with_non_type)
error • The name 'Category' isn't a class at lib/src/models/product.dart:67:22 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/product.dart:77:23 • (non_type_as_type_argument)
error • bool isn't a type at lib/src/models/product.dart:89:3 • (not_a_type)
error • 'Product.==' ('dynamic Function(dynamic)') isn't a valid override of 'Object.==' ('bool Function(Object)') at lib/src/models/product.dart:89:17 • (invalid_override)
error • Expected to find ';' at lib/src/models/product_order.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:5:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product_order.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product_order.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product_order.dart:5:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/product_order.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:5:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:6:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product_order.dart:6:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/models/product_order.dart:6:9 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/product_order.dart:6:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/product_order.dart:6:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product_order.dart:6:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/product_order.dart:6:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:6:12 • (missing_const_final_var_or_type)
error • The name 'double' is already defined at lib/src/models/product_order.dart:7:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/product_order.dart:7:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/product_order.dart:7:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product_order.dart:7:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product_order.dart:7:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/product_order.dart:7:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/product_order.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:7:12 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/product_order.dart:8:3 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/product_order.dart:8:15 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/product_order.dart:8:15 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/product_order.dart:8:15 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product_order.dart:8:15 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/product_order.dart:8:15 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:8:18 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/product_order.dart:8:18 • (missing_function_body)
error • Expected to find ';' at lib/src/models/product_order.dart:9:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:9:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/product_order.dart:9:10 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/product_order.dart:9:10 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/product_order.dart:9:10 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/product_order.dart:9:10 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/product_order.dart:9:13 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/product_order.dart:9:13 • (missing_const_final_var_or_type)
error • The modifier 'late' was already specified at lib/src/models/product_order.dart:10:8 • (duplicated_modifier)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/product_order.dart:14:29 • (non_type_as_type_argument)
error • The name 'Product' isn't a type, so it can't be used in an 'as' expression at lib/src/models/product_order.dart:19:93 • (cast_to_non_type)
error • The method 'from' isn't defined for the type 'Function' at lib/src/models/product_order.dart:21:51 • (undefined_method)
error • The name 'Product' isn't a class at lib/src/models/product_order.dart:26:21 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/product_order.dart:34:23 • (non_type_as_type_argument)
error • Expected to find ';' at lib/src/models/product_order.dart:38:32 • (expected_token)
error • Expected an identifier at lib/src/models/product_order.dart:38:34 • (missing_identifier)
error • Expected to find ';' at lib/src/models/product_order.dart:39:29 • (expected_token)
error • Expected an identifier at lib/src/models/product_order.dart:39:31 • (missing_identifier)
error • Expected to find ';' at lib/src/models/review.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:6:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/review.dart:6:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/review.dart:6:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/review.dart:6:9 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:6:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/review.dart:6:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/review.dart:7:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/review.dart:7:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:7:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/review.dart:7:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/review.dart:7:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/review.dart:7:9 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/review.dart:7:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:7:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/review.dart:7:12 • (missing_function_body)
error • The name 'String' is already defined at lib/src/models/review.dart:8:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/review.dart:8:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:8:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/review.dart:8:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/review.dart:8:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/review.dart:8:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/review.dart:8:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/review.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:8:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/review.dart:9:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:9:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/models/review.dart:9:7 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/review.dart:9:7 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/review.dart:9:7 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/review.dart:9:7 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/review.dart:9:10 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/review.dart:9:10 • (missing_function_body)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/review.dart:15:23 • (non_type_as_type_argument)
error • The name 'User' isn't a class at lib/src/models/review.dart:20:77 • (creation_with_non_type)
error • The name 'User' isn't a class at lib/src/models/review.dart:25:18 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/review.dart:31:23 • (non_type_as_type_argument)
error • String isn't a type at lib/src/models/review.dart:40:3 • (not_a_type)
error • 'Review.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()') at lib/src/models/review.dart:40:10 • (invalid_override)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/route_argument.dart:2:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/route_argument.dart:2:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/models/route_argument.dart:2:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/route_argument.dart:2:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/route_argument.dart:2:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/route_argument.dart:2:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/route_argument.dart:2:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/route_argument.dart:3:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/route_argument.dart:3:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/route_argument.dart:3:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/route_argument.dart:3:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/route_argument.dart:3:9 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/route_argument.dart:3:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/route_argument.dart:3:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/route_argument.dart:3:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/route_argument.dart:3:12 • (missing_const_final_var_or_type)
error • String isn't a type at lib/src/models/route_argument.dart:9:3 • (not_a_type)
error • 'RouteArgument.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()') at lib/src/models/route_argument.dart:9:10 • (invalid_override)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/setting.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:4:9 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:4:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/setting.dart:4:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/setting.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:5:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/setting.dart:5:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:5:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:5:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:5:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/setting.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:5:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/setting.dart:6:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:6:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/setting.dart:6:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:6:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:6:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:6:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/setting.dart:6:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/setting.dart:6:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:6:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/setting.dart:7:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/setting.dart:7:3 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:7:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:7:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:7:9 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/setting.dart:7:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/setting.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:7:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:11:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/setting.dart:11:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/setting.dart:11:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:11:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:11:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:11:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/setting.dart:11:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:11:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/setting.dart:11:12 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:12:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:12:13 • (not_a_type)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:13:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:13:13 • (not_a_type)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:14:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:14:13 • (not_a_type)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:15:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:15:13 • (not_a_type)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:16:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:16:13 • (not_a_type)
error • Expected to find ';' at lib/src/models/setting.dart:17:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/setting.dart:17:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:17:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:17:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:17:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:17:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/setting.dart:17:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/setting.dart:17:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:17:12 • (missing_const_final_var_or_type)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:18:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:18:13 • (not_a_type)
error • Expected to find ';' at lib/src/models/setting.dart:19:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:19:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/setting.dart:19:3 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/setting.dart:19:9 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/setting.dart:19:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/setting.dart:19:9 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/setting.dart:19:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/setting.dart:19:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/setting.dart:19:12 • (missing_function_body)
error • The modifier 'late' was already specified at lib/src/models/setting.dart:21:8 • (duplicated_modifier)
error • String isn't a type at lib/src/models/setting.dart:21:13 • (not_a_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/setting.dart:28:24 • (non_type_as_type_argument)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/setting.dart:62:23 • (non_type_as_type_argument)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:4:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:4:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:4:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:4:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:4:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/user.dart:4:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:4:12 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/user.dart:5:3 • (duplicate_definition)
error • Expected to find ';' at lib/src/models/user.dart:5:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:5:3 • (missing_const_final_var_or_type)
error • The name '??' is already defined at lib/src/models/user.dart:5:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:5:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:5:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:5:9 • (missing_keyword_operator)
error • A function body must be provided at lib/src/models/user.dart:5:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:5:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:6:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:6:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/user.dart:6:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:6:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:6:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:6:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/user.dart:6:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/user.dart:6:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:6:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:7:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/user.dart:7:3 • (duplicate_definition)
error • The name '??' is already defined at lib/src/models/user.dart:7:9 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:7:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:7:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:7:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/user.dart:7:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:7:12 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:8:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/user.dart:8:3 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:8:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:8:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:8:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:8:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/user.dart:8:9 • (duplicate_definition)
error • A function body must be provided at lib/src/models/user.dart:8:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:8:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:9:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:9:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/user.dart:9:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:9:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:9:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:9:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/user.dart:9:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:9:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/user.dart:9:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:10:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:10:3 • (expected_token)
error • The name 'String' is already defined at lib/src/models/user.dart:10:3 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:10:9 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:10:9 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:10:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/models/user.dart:10:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:10:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/user.dart:10:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/user.dart:11:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:11:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/user.dart:11:3 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:11:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:11:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:11:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/user.dart:11:9 • (duplicate_definition)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:11:12 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/user.dart:11:12 • (missing_function_body)
error • Expected to find ';' at lib/src/models/user.dart:12:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:12:3 • (missing_const_final_var_or_type)
error • The name 'String' is already defined at lib/src/models/user.dart:12:3 • (duplicate_definition)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:12:9 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:12:9 • (missing_keyword_operator)
error • The name '??' is already defined at lib/src/models/user.dart:12:9 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:12:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/user.dart:12:12 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:12:12 • (missing_const_final_var_or_type)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:13:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:13:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:13:8 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:13:8 • (invalid_operator)
error • The name '??' is already defined at lib/src/models/user.dart:13:8 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:13:8 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:13:11 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/models/user.dart:13:11 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:16:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/models/user.dart:16:3 • (expected_token)
error • The name '??' is already defined at lib/src/models/user.dart:16:7 • (duplicate_definition)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/models/user.dart:16:7 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/models/user.dart:16:7 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/models/user.dart:16:7 • (missing_method_parameters)
error • A function body must be provided at lib/src/models/user.dart:16:10 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/models/user.dart:16:10 • (missing_const_final_var_or_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/user.dart:22:21 • (non_type_as_type_argument)
error • The name 'Media' isn't a class at lib/src/models/user.dart:44:125 • (creation_with_non_type)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/models/user.dart:51:23 • (non_type_as_type_argument)
error • String isn't a type at lib/src/models/user.dart:68:3 • (not_a_type)
error • 'User.toString' ('dynamic Function()') isn't a valid override of 'Object.toString' ('String Function()') at lib/src/models/user.dart:68:10 • (invalid_override)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/debug.dart:7:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/debug.dart:7:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/debug.dart:7:16 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/debug.dart:7:16 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/debug.dart:7:16 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/debug.dart:7:19 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/debug.dart:7:19 • (missing_const_final_var_or_type)
error • Expected to find '}' at lib/src/pages/debug.dart:9:19 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/debug.dart:9:61 • (implicit_this_reference_in_initializer)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/debug.dart:32:48 • (undefined_getter)
error • Expected to find ';' at lib/src/pages/forget_password.dart:15:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/forget_password.dart:15:3 • (missing_const_final_var_or_type)
error • The string '??' isn't a user-definable operator at lib/src/pages/forget_password.dart:15:17 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/forget_password.dart:15:17 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/forget_password.dart:15:17 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/forget_password.dart:15:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/forget_password.dart:15:20 • (missing_const_final_var_or_type)
error • The instance member 'UserController' can't be accessed in an initializer at lib/src/pages/forget_password.dart:17:40 • (implicit_this_reference_in_initializer)
error • The name 'UserController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/forget_password.dart:18:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/forget_password.dart:18:42 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/forget_password.dart:30:19 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/forget_password.dart:30:19 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/forget_password.dart:30:19 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:30:20 • (missing_identifier)
error • The named parameter 'resizeToAvoidBottomPadding' isn't defined at lib/src/pages/forget_password.dart:31:9 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/forget_password.dart:49:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/forget_password.dart:49:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/forget_password.dart:49:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/forget_password.dart:49:34 • (missing_identifier)
error • The getter 'display3' isn't defined for the type 'TextTheme' at lib/src/pages/forget_password.dart:50:54 • (undefined_getter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/forget_password.dart:70:29 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/forget_password.dart:70:29 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/forget_password.dart:70:29 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:70:30 • (missing_identifier)
error • The getter 'user' isn't defined for the type 'dynamic Function(dynamic)' at lib/src/pages/forget_password.dart:77:52 • (undefined_getter)
error • Undefined name 'input' at lib/src/pages/forget_password.dart:77:65 • (undefined_identifier)
error • The method 'contains' can't be unconditionally invoked because the receiver can be 'null' at lib/src/pages/forget_password.dart:78:54 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/forget_password.dart:78:72 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/pages/forget_password.dart:78:84 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:78:85 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/forget_password.dart:78:110 • (expected_token)
error • The named parameter 'text' isn't defined at lib/src/pages/forget_password.dart:93:25 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/forget_password.dart:94:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/forget_password.dart:94:41 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/forget_password.dart:94:41 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:94:42 • (missing_identifier)
error • The named parameter 'color' isn't defined at lib/src/pages/forget_password.dart:97:25 • (undefined_named_parameter)
error • The named parameter 'onPressed' isn't defined at lib/src/pages/forget_password.dart:98:25 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/forget_password.dart:99:31 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:99:33 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_ForgetPasswordWidgetState' at lib/src/pages/forget_password.dart:111:19 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/forget_password.dart:116:35 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/forget_password.dart:116:47 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/forget_password.dart:116:47 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:116:48 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_ForgetPasswordWidgetState' at lib/src/pages/forget_password.dart:118:19 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/forget_password.dart:123:35 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/forget_password.dart:123:47 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/forget_password.dart:123:47 • (expected_token)
error • Expected an identifier at lib/src/pages/forget_password.dart:123:48 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/help.dart:17:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/help.dart:17:3 • (missing_const_final_var_or_type)
error • Methods must have an explicit list of parameters at lib/src/pages/help.dart:17:16 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/help.dart:17:16 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/help.dart:17:16 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/help.dart:17:19 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/help.dart:17:19 • (missing_const_final_var_or_type)
error • The instance member 'FaqController' can't be accessed in an initializer at lib/src/pages/help.dart:19:30 • (implicit_this_reference_in_initializer)
error • The name 'FaqController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/help.dart:20:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/help.dart:20:41 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/help.dart:25:16 • (expected_token)
error • Expected an identifier at lib/src/pages/help.dart:25:18 • (missing_identifier)
error • The named parameter 'height' isn't defined at lib/src/pages/help.dart:27:41 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/help.dart:30:26 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/help.dart:30:26 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/help.dart:30:26 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/help.dart:30:27 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/help.dart:32:25 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/help.dart:32:25 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/help.dart:32:25 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/help.dart:32:26 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/help.dart:40:44 • (expected_token)
error • The argument type 'bool' can't be assigned to the parameter type 'Widget Function(int)' at lib/src/pages/help.dart:40:44 • (argument_type_not_assignable)
error • Expected an identifier at lib/src/pages/help.dart:40:45 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/help.dart:40:59 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/help.dart:41:43 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/help.dart:41:43 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/help.dart:41:43 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/help.dart:41:44 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/help.dart:46:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/help.dart:46:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/help.dart:46:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/help.dart:46:34 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/help.dart:47:54 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/help.dart:54:33 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/help.dart:54:33 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/help.dart:54:33 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/help.dart:54:34 • (missing_identifier)
error • The argument type 'bool' can't be assigned to the parameter type 'Widget Function(int)' at lib/src/pages/help.dart:56:48 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/help.dart:56:48 • (expected_token)
error • Expected an identifier at lib/src/pages/help.dart:56:49 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/help.dart:56:63 • (extra_positional_arguments_could_be_named)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/help.dart:72:33 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/help.dart:72:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/help.dart:72:45 • (expected_token)
error • Expected an identifier at lib/src/pages/help.dart:72:46 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/help.dart:75:66 • (undefined_getter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/help.dart:83:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/help.dart:83:45 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/help.dart:83:45 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/help.dart:83:46 • (missing_identifier)
error • The getter 'length' isn't defined for the type 'bool' at lib/src/pages/help.dart:83:76 • (undefined_getter)
error • The named parameter 'faq' isn't defined at lib/src/pages/help.dart:88:52 • (undefined_named_parameter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/help.dart:88:62 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/pages/help.dart:88:62 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/help.dart:88:62 • (expected_token)
error • Expected an identifier at lib/src/pages/help.dart:88:63 • (missing_identifier)
error • The method 'elementAt' isn't defined for the type 'bool' at lib/src/pages/help.dart:88:93 • (undefined_method)
error • The modifier 'late' was already specified at lib/src/pages/languages.dart:14:8 • (duplicated_modifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/languages.dart:30:13 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/languages.dart:30:25 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/languages.dart:30:25 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/languages.dart:30:26 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/languages.dart:31:46 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/languages.dart:54:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/languages.dart:54:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/languages.dart:54:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/languages.dart:54:34 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/languages.dart:57:54 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/languages.dart:59:34 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/languages.dart:59:46 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/languages.dart:59:46 • (expected_token)
error • Expected an identifier at lib/src/pages/languages.dart:59:47 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/languages.dart:67:50 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/languages.dart:67:50 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/languages.dart:67:50 • (expected_token)
error • Expected an identifier at lib/src/pages/languages.dart:67:51 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/languages.dart:72:61 • (expected_token)
error • Expected an identifier at lib/src/pages/languages.dart:72:63 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/languages.dart:82:44 • (expected_token)
error • Expected an identifier at lib/src/pages/languages.dart:82:46 • (missing_identifier)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/pages/languages.dart:136:68 • (undefined_getter)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/login.dart:16:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/login.dart:16:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/pages/login.dart:16:17 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/login.dart:16:17 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/login.dart:16:17 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/login.dart:16:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/login.dart:16:20 • (missing_const_final_var_or_type)
error • The instance member 'UserController' can't be accessed in an initializer at lib/src/pages/login.dart:18:31 • (implicit_this_reference_in_initializer)
error • The name 'UserController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/login.dart:19:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/login.dart:19:42 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/login.dart:35:19 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/login.dart:35:19 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/login.dart:35:19 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/login.dart:35:20 • (missing_identifier)
error • The named parameter 'resizeToAvoidBottomPadding' isn't defined at lib/src/pages/login.dart:36:9 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/login.dart:54:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/login.dart:54:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/login.dart:54:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/login.dart:54:34 • (missing_identifier)
error • The getter 'display3' isn't defined for the type 'TextTheme' at lib/src/pages/login.dart:55:54 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/login.dart:75:29 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/login.dart:75:29 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/login.dart:75:29 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/login.dart:75:30 • (missing_identifier)
error • The getter 'user' isn't defined for the type 'dynamic Function(dynamic)' at lib/src/pages/login.dart:82:52 • (undefined_getter)
error • Undefined name 'input' at lib/src/pages/login.dart:82:65 • (undefined_identifier)
error • The method 'contains' can't be unconditionally invoked because the receiver can be 'null' at lib/src/pages/login.dart:83:54 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/login.dart:83:72 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/pages/login.dart:83:84 • (expected_token)
error • Expected an identifier at lib/src/pages/login.dart:83:85 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/login.dart:83:110 • (expected_token)
error • The getter 'user' isn't defined for the type 'dynamic Function(dynamic)' at lib/src/pages/login.dart:99:52 • (undefined_getter)
error • Undefined name 'input' at lib/src/pages/login.dart:99:68 • (undefined_identifier)
error • The property 'length' can't be unconditionally accessed because the receiver can be 'null' at lib/src/pages/login.dart:100:53 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/login.dart:100:68 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/pages/login.dart:100:80 • (expected_token)
error • Expected an identifier at lib/src/pages/login.dart:100:81 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/login.dart:100:115 • (expected_token)
error • The named parameter 'text' isn't defined at lib/src/pages/login.dart:125:25 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/login.dart:126:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/login.dart:126:41 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/login.dart:126:41 • (expected_token)
error • Expected an identifier at lib/src/pages/login.dart:126:42 • (missing_identifier)
error • The named parameter 'color' isn't defined at lib/src/pages/login.dart:129:25 • (undefined_named_parameter)
error • The named parameter 'onPressed' isn't defined at lib/src/pages/login.dart:130:25 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/login.dart:131:31 • (expected_token)
error • Expected an identifier at lib/src/pages/login.dart:131:33 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_LoginWidgetState' at lib/src/pages/login.dart:144:19 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/login.dart:149:35 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/login.dart:149:47 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/login.dart:149:47 • (expected_token)
error • Expected an identifier at lib/src/pages/login.dart:149:48 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_LoginWidgetState' at lib/src/pages/login.dart:151:19 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/login.dart:156:35 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/login.dart:156:47 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/login.dart:156:47 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/login.dart:156:48 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:14:9 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/map.dart:14:22 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/map.dart:14:22 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/map.dart:14:22 • (invalid_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/map.dart:14:25 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/pages/map.dart:14:25 • (missing_function_body)
error • Can't have modifier 'final' here at lib/src/pages/map.dart:15:3 • (extraneous_modifier)
error • Methods must have an explicit list of parameters at lib/src/pages/map.dart:15:9 • (missing_method_parameters)
error • The name '??' is already defined at lib/src/pages/map.dart:15:33 • (duplicate_definition)
error • Methods must have an explicit list of parameters at lib/src/pages/map.dart:15:33 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/map.dart:15:33 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/map.dart:15:33 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/map.dart:15:33 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/map.dart:15:36 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/pages/map.dart:15:36 • (missing_function_body)
error • All final variables must be initialized, but 'RouteArgument' isn't at lib/src/pages/map.dart:17:3 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/pages/map.dart:17:17 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/map.dart:17:83 • (implicit_this_reference_in_initializer)
error • Expected to find ';' at lib/src/pages/map.dart:24:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/map.dart:24:3 • (missing_const_final_var_or_type)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/map.dart:24:16 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/map.dart:24:16 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/map.dart:24:16 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/map.dart:24:19 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/map.dart:24:19 • (missing_const_final_var_or_type)
error • The instance member 'MapController' can't be accessed in an initializer at lib/src/pages/map.dart:26:29 • (implicit_this_reference_in_initializer)
error • The name 'MapController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/map.dart:27:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/map.dart:27:41 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:32:9 • (expected_token)
error • Missing selector such as '.identifier' or '[0]' at lib/src/pages/map.dart:32:10 • (missing_assignable_selector)
error • Illegal assignment to non-assignable expression at lib/src/pages/map.dart:32:10 • (illegal_assignment_to_non_assignable)
error • Expected an identifier at lib/src/pages/map.dart:32:11 • (missing_identifier)
error • Expected an identifier at lib/src/pages/map.dart:32:65 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/map.dart:33:14 • (expected_token)
error • Expected to find ',' at lib/src/pages/map.dart:35:18 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/map.dart:35:18 • (extra_positional_arguments)
error • Expected an identifier at lib/src/pages/map.dart:35:19 • (missing_identifier)
error • The getter 'deliveryAddress' isn't defined for the type 'bool' at lib/src/pages/map.dart:35:35 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/map.dart:35:51 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:35:52 • (missing_identifier)
error • A negation operand must have a static type of 'bool' at lib/src/pages/map.dart:35:52 • (non_bool_negation_expression)
error • Expected to find ';' at lib/src/pages/map.dart:36:11 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:36:13 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:37:11 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:37:13 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:39:11 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:39:13 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/map.dart:51:23 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/map.dart:51:23 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/map.dart:51:23 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/map.dart:51:24 • (missing_identifier)
error • The getter 'currentState' isn't defined for the type 'dynamic Function()' at lib/src/pages/map.dart:54:61 • (undefined_getter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/map.dart:54:74 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/map.dart:54:74 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/map.dart:54:74 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/map.dart:54:75 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/map.dart:61:13 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/map.dart:61:25 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/map.dart:61:25 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/map.dart:61:26 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/map.dart:62:46 • (undefined_getter)
error • Expected to find ';' at lib/src/pages/map.dart:71:19 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:71:21 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/map.dart:80:16 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:80:17 • (missing_identifier)
error • The named parameter 'height' isn't defined at lib/src/pages/map.dart:81:39 • (undefined_named_parameter)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/map.dart:85:47 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/map.dart:85:47 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/map.dart:85:47 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/map.dart:85:48 • (missing_identifier)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/map.dart:86:42 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/pages/map.dart:86:42 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:86:43 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:88:25 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:88:27 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:91:25 • (expected_token)
error • Missing selector such as '.identifier' or '[0]' at lib/src/pages/map.dart:91:26 • (missing_assignable_selector)
error • Illegal assignment to non-assignable expression at lib/src/pages/map.dart:91:26 • (illegal_assignment_to_non_assignable)
error • Expected an identifier at lib/src/pages/map.dart:91:27 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/map.dart:94:25 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:94:27 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/map.dart:96:35 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/map.dart:96:35 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/map.dart:96:36 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/map.dart:112:22 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:112:23 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/map.dart:144:33 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/map.dart:144:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/map.dart:144:45 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:144:46 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/pages/map.dart:144:56 • (undefined_operator)
error • Expected to find '}' at lib/src/pages/map.dart:144:67 • (expected_token)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/pages/map.dart:147:66 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/map.dart:150:36 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/map.dart:150:36 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/map.dart:150:37 • (missing_identifier)
error • The getter 'payment' isn't defined for the type 'bool' at lib/src/pages/map.dart:150:53 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/map.dart:150:74 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/map.dart:150:86 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:150:87 • (missing_identifier)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/map.dart:156:74 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/pages/map.dart:156:74 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:156:75 • (missing_identifier)
error • The getter 'dateTime' isn't defined for the type 'bool' at lib/src/pages/map.dart:156:91 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'BuildContext' at lib/src/pages/map.dart:167:48 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/map.dart:167:48 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:167:49 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/map.dart:167:57 • (extra_positional_arguments)
error • The named parameter 'style' isn't defined at lib/src/pages/map.dart:167:66 • (undefined_named_parameter)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/map.dart:167:101 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/map.dart:169:31 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/map.dart:169:43 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/map.dart:169:43 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:169:44 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/pages/map.dart:169:51 • (undefined_operator)
error • Expected to find ',' at lib/src/pages/map.dart:169:64 • (expected_token)
error • Expected an identifier at lib/src/pages/map.dart:169:65 • (missing_identifier)
error • The getter 'productOrders' isn't defined for the type 'bool' at lib/src/pages/map.dart:169:81 • (undefined_getter)
error • Can't have modifier 'final' here at lib/src/pages/notifications.dart:11:3 • (extraneous_modifier)
error • Methods must have an explicit list of parameters at lib/src/pages/notifications.dart:11:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/notifications.dart:11:33 • (missing_function_body)
error • The string '??' isn't a user-definable operator at lib/src/pages/notifications.dart:11:33 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/notifications.dart:11:33 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/notifications.dart:11:33 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/notifications.dart:11:36 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/pages/notifications.dart:11:36 • (missing_function_body)
error • Expected to find '}' at lib/src/pages/notifications.dart:13:27 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/notifications.dart:13:73 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/notifications.dart:20:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/notifications.dart:20:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/notifications.dart:20:25 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/notifications.dart:20:25 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/notifications.dart:20:25 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/notifications.dart:20:28 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/notifications.dart:20:28 • (missing_const_final_var_or_type)
error • The instance member 'NotificationController' can't be accessed in an initializer at lib/src/pages/notifications.dart:22:39 • (implicit_this_reference_in_initializer)
error • The name 'NotificationController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/notifications.dart:23:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/notifications.dart:23:50 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/notifications.dart:29:17 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/notifications.dart:29:17 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/notifications.dart:29:17 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:29:18 • (missing_identifier)
error • The getter 'scaffoldKey' isn't defined for the type 'dynamic Function()' at lib/src/pages/notifications.dart:34:35 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/notifications.dart:41:13 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/notifications.dart:41:25 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/notifications.dart:41:25 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:41:26 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/notifications.dart:42:46 • (undefined_getter)
error • The method 'FlatButton' isn't defined for the type '_NotificationsWidgetState' at lib/src/pages/notifications.dart:45:11 • (undefined_method)
error • Expected to find ',' at lib/src/pages/notifications.dart:59:26 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/notifications.dart:59:26 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/notifications.dart:59:27 • (missing_identifier)
error • A negation operand must have a static type of 'bool' at lib/src/pages/notifications.dart:59:27 • (non_bool_negation_expression)
error • Positional arguments must occur before named arguments at lib/src/pages/notifications.dart:61:64 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/notifications.dart:61:64 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:61:65 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/notifications.dart:76:25 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/notifications.dart:76:25 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/notifications.dart:76:25 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/notifications.dart:76:26 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/notifications.dart:77:21 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/notifications.dart:77:21 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/notifications.dart:77:22 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/notifications.dart:91:27 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/notifications.dart:91:39 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/notifications.dart:91:39 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:91:40 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/notifications.dart:94:60 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/notifications.dart:97:27 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/notifications.dart:97:39 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/notifications.dart:97:39 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:97:40 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/notifications.dart:109:37 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/notifications.dart:109:37 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/notifications.dart:109:37 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:109:38 • (missing_identifier)
error • The named parameter 'notification' isn't defined at lib/src/pages/notifications.dart:115:25 • (undefined_named_parameter)
error • Positional arguments must occur before named arguments at lib/src/pages/notifications.dart:115:44 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/notifications.dart:115:44 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/pages/notifications.dart:115:44 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:115:45 • (missing_identifier)
error • The named parameter 'onMarkAsRead' isn't defined at lib/src/pages/notifications.dart:116:25 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/notifications.dart:117:31 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:117:33 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/notifications.dart:117:65 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:117:66 • (missing_identifier)
error • The named parameter 'onMarkAsUnRead' isn't defined at lib/src/pages/notifications.dart:119:25 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/notifications.dart:120:31 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:120:33 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/notifications.dart:120:67 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:120:68 • (missing_identifier)
error • The named parameter 'onRemoved' isn't defined at lib/src/pages/notifications.dart:122:25 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/notifications.dart:123:31 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:123:33 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/notifications.dart:123:60 • (expected_token)
error • Expected an identifier at lib/src/pages/notifications.dart:123:61 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/order.dart:18:9 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/pages/order.dart:18:22 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/order.dart:18:22 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/order.dart:18:22 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/order.dart:18:25 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/order.dart:18:25 • (missing_const_final_var_or_type)
error • All final variables must be initialized, but 'RouteArgument' isn't at lib/src/pages/order.dart:20:3 • (final_not_initialized_constructor)
error • Expected to find '}' at lib/src/pages/order.dart:20:19 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/order.dart:20:61 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/order.dart:29:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/order.dart:29:3 • (expected_token)
error • The string '??' isn't a user-definable operator at lib/src/pages/order.dart:29:25 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/order.dart:29:25 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/order.dart:29:25 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/order.dart:29:28 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/order.dart:29:28 • (missing_const_final_var_or_type)
error • The instance member 'OrderDetailsController' can't be accessed in an initializer at lib/src/pages/order.dart:31:31 • (implicit_this_reference_in_initializer)
error • The name 'OrderDetailsController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/order.dart:32:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/order.dart:32:50 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/order.dart:37:9 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:37:11 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/order.dart:37:52 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:37:52 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:37:53 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:44:19 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/order.dart:44:19 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/order.dart:44:19 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:44:20 • (missing_identifier)
error • The getter 'scaffoldKey' isn't defined for the type 'dynamic Function()' at lib/src/pages/order.dart:49:37 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:56:15 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:56:27 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:56:27 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:56:28 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:57:48 • (undefined_getter)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:64:27 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/order.dart:64:27 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:64:27 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:64:28 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:65:23 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/order.dart:65:23 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:65:24 • (missing_identifier)
error • The named parameter 'height' isn't defined at lib/src/pages/order.dart:66:39 • (undefined_named_parameter)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:71:60 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/order.dart:71:60 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:71:60 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:71:61 • (missing_identifier)
error • The getter 'orderStatus' isn't defined for the type 'bool' at lib/src/pages/order.dart:71:70 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:71:82 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:71:82 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:71:83 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/order.dart:86:40 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:86:41 • (missing_identifier)
error • The getter 'orderStatus' isn't defined for the type 'bool' at lib/src/pages/order.dart:86:50 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:86:62 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:86:63 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:117:51 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:117:63 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:117:63 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:117:64 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/pages/order.dart:117:74 • (undefined_operator)
error • Expected to find '}' at lib/src/pages/order.dart:117:85 • (expected_token)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:120:84 • (undefined_getter)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/order.dart:123:54 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:123:54 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:123:55 • (missing_identifier)
error • The getter 'payment' isn't defined for the type 'bool' at lib/src/pages/order.dart:123:64 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:123:85 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:123:97 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:123:98 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/order.dart:129:92 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:129:92 • (extra_positional_arguments)
error • Expected an identifier at lib/src/pages/order.dart:129:93 • (missing_identifier)
error • The getter 'dateTime' isn't defined for the type 'bool' at lib/src/pages/order.dart:129:102 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'BuildContext' at lib/src/pages/order.dart:140:66 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/order.dart:140:66 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:140:67 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/order.dart:140:75 • (extra_positional_arguments)
error • The named parameter 'style' isn't defined at lib/src/pages/order.dart:140:84 • (undefined_named_parameter)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:140:119 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:142:49 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/order.dart:142:61 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:142:61 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:142:62 • (missing_identifier)
error • The operator '+' isn't defined for the type 'bool' at lib/src/pages/order.dart:142:69 • (undefined_operator)
error • Expected to find ',' at lib/src/pages/order.dart:142:82 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:142:83 • (missing_identifier)
error • The getter 'productOrders' isn't defined for the type 'bool' at lib/src/pages/order.dart:142:92 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:162:37 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:162:49 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:162:49 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:162:50 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:165:70 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:176:44 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/order.dart:176:44 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:176:45 • (missing_identifier)
error • The getter 'user' isn't defined for the type 'bool' at lib/src/pages/order.dart:176:54 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:176:59 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:176:60 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:177:74 • (undefined_getter)
error • The method 'FlatButton' isn't defined for the type '_OrderWidgetState' at lib/src/pages/order.dart:184:44 • (undefined_method)
error • Expected to find ',' at lib/src/pages/order.dart:210:44 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/order.dart:210:44 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:210:45 • (missing_identifier)
error • The getter 'deliveryAddress' isn't defined for the type 'bool' at lib/src/pages/order.dart:210:54 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:210:84 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:210:96 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:210:97 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:211:74 • (undefined_getter)
error • The method 'FlatButton' isn't defined for the type '_OrderWidgetState' at lib/src/pages/order.dart:218:44 • (undefined_method)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/order.dart:222:133 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:222:133 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:222:133 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:222:134 • (missing_identifier)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/order.dart:243:44 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:243:44 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:243:45 • (missing_identifier)
error • The getter 'user' isn't defined for the type 'bool' at lib/src/pages/order.dart:243:54 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:243:59 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:243:60 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:245:74 • (undefined_getter)
error • The method 'FlatButton' isn't defined for the type '_OrderWidgetState' at lib/src/pages/order.dart:252:44 • (undefined_method)
error • Expected to find '}' at lib/src/pages/order.dart:255:60 • (expected_token)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:278:37 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:278:49 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:278:49 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:278:50 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:281:70 • (undefined_getter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/order.dart:290:47 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:290:47 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:290:47 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:290:48 • (missing_identifier)
error • The getter 'productOrders' isn't defined for the type 'bool' at lib/src/pages/order.dart:290:57 • (undefined_getter)
error • The named parameter 'heroTag' isn't defined at lib/src/pages/order.dart:295:56 • (undefined_named_parameter)
error • The named parameter 'order' isn't defined at lib/src/pages/order.dart:295:78 • (undefined_named_parameter)
error • Too many positional arguments: 0 expected, but 3 found at lib/src/pages/order.dart:295:90 • (extra_positional_arguments)
error • Expected to find ',' at lib/src/pages/order.dart:295:90 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:295:90 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:295:91 • (missing_identifier)
error • The named parameter 'productOrder' isn't defined at lib/src/pages/order.dart:295:99 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/order.dart:295:118 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:295:118 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:295:119 • (missing_identifier)
error • The getter 'productOrders' isn't defined for the type 'bool' at lib/src/pages/order.dart:295:128 • (undefined_getter)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:295:142 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/order.dart:295:142 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:295:143 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/order.dart:305:38 • (expected_token)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/order.dart:305:38 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:305:38 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:305:39 • (missing_identifier)
error • The getter 'orderStatus' isn't defined for the type 'bool' at lib/src/pages/order.dart:305:48 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:305:60 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/order.dart:305:60 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/order.dart:305:61 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:321:41 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:321:53 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:321:53 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:321:54 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:322:74 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'BuildContext' at lib/src/pages/order.dart:325:56 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/order.dart:325:56 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:325:57 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/order.dart:325:68 • (extra_positional_arguments)
error • The named parameter 'style' isn't defined at lib/src/pages/order.dart:325:77 • (undefined_named_parameter)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:325:112 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:333:41 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:333:53 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:333:53 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:333:54 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:334:74 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'BuildContext' at lib/src/pages/order.dart:337:56 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/order.dart:337:56 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:337:57 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/order.dart:337:71 • (extra_positional_arguments)
error • The named parameter 'style' isn't defined at lib/src/pages/order.dart:337:80 • (undefined_named_parameter)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:337:115 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:344:44 • (static_access_to_instance_member)
error • Expected to find '}' at lib/src/pages/order.dart:344:56 • (expected_token)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:345:74 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'BuildContext' at lib/src/pages/order.dart:348:56 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/order.dart:348:56 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:348:57 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/order.dart:348:69 • (extra_positional_arguments)
error • The named parameter 'style' isn't defined at lib/src/pages/order.dart:348:78 • (undefined_named_parameter)
error • The getter 'subhead' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:348:113 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:356:41 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:356:53 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:356:53 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:356:54 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:357:74 • (undefined_getter)
error • The argument type 'bool' can't be assigned to the parameter type 'BuildContext' at lib/src/pages/order.dart:360:56 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/order.dart:360:56 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:360:57 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/order.dart:360:65 • (extra_positional_arguments)
error • The named parameter 'style' isn't defined at lib/src/pages/order.dart:360:74 • (undefined_named_parameter)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/order.dart:360:109 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:364:36 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:364:37 • (missing_identifier)
error • The getter 'orderStatus' isn't defined for the type 'bool' at lib/src/pages/order.dart:364:46 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/order.dart:364:58 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:364:59 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_OrderWidgetState' at lib/src/pages/order.dart:367:46 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:373:65 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:373:77 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:373:77 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:373:78 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:374:67 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:374:79 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/order.dart:374:79 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:374:80 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_OrderWidgetState' at lib/src/pages/order.dart:377:53 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:378:73 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:378:85 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:378:85 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:378:86 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/order.dart:380:61 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:380:63 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/order.dart:380:86 • (expected_token)
error • Expected an identifier at lib/src/pages/order.dart:380:87 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_OrderWidgetState' at lib/src/pages/order.dart:384:53 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:385:73 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:385:85 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:385:85 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:385:86 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/order.dart:398:45 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/order.dart:398:57 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/order.dart:398:57 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/order.dart:398:58 • (missing_identifier)
error • Can't have modifier 'final' here at lib/src/pages/orders.dart:12:3 • (extraneous_modifier)
error • Methods must have an explicit list of parameters at lib/src/pages/orders.dart:12:9 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/orders.dart:12:33 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/orders.dart:12:33 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/orders.dart:12:33 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/orders.dart:12:33 • (missing_function_body)
error • A function body must be provided at lib/src/pages/orders.dart:12:36 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/orders.dart:12:36 • (missing_const_final_var_or_type)
error • Expected to find '}' at lib/src/pages/orders.dart:14:20 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/orders.dart:14:66 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/orders.dart:21:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/orders.dart:21:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/pages/orders.dart:21:18 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/orders.dart:21:18 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/orders.dart:21:18 • (invalid_operator)
error • A function body must be provided at lib/src/pages/orders.dart:21:21 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/orders.dart:21:21 • (missing_const_final_var_or_type)
error • The instance member 'OrderController' can't be accessed in an initializer at lib/src/pages/orders.dart:23:32 • (implicit_this_reference_in_initializer)
error • The name 'OrderController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/orders.dart:24:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/orders.dart:24:43 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/orders.dart:29:9 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:29:11 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders.dart:37:17 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:37:17 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders.dart:37:17 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders.dart:37:18 • (missing_identifier)
error • The getter 'currentState' isn't defined for the type 'dynamic Function()' at lib/src/pages/orders.dart:41:55 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/orders.dart:41:68 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:41:68 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders.dart:41:68 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders.dart:41:69 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/orders.dart:48:13 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/orders.dart:48:25 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/orders.dart:48:25 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:48:26 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/orders.dart:49:46 • (undefined_getter)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders.dart:56:25 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:56:25 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/orders.dart:56:25 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:56:26 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders.dart:60:18 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:60:19 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders.dart:66:37 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:66:37 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/orders.dart:66:37 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:66:38 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders.dart:75:114 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:75:114 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders.dart:75:114 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders.dart:75:115 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders.dart:78:41 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders.dart:78:41 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:78:41 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/orders.dart:78:42 • (missing_identifier)
error • The getter 'id' isn't defined for the type 'bool' at lib/src/pages/orders.dart:78:81 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/orders.dart:100:44 • (static_access_to_instance_member)
error • Expected to find '}' at lib/src/pages/orders.dart:100:56 • (expected_token)
error • Expected to find '}' at lib/src/pages/orders.dart:100:77 • (expected_token)
error • Expected to find ',' at lib/src/pages/orders.dart:102:34 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/orders.dart:102:34 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders.dart:102:35 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/orders.dart:102:90 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/orders.dart:102:102 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:102:103 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders.dart:108:56 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:108:57 • (missing_identifier)
error • The getter 'length' isn't defined for the type 'bool' at lib/src/pages/orders.dart:108:98 • (undefined_getter)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/orders.dart:108:106 • (extra_positional_arguments_could_be_named)
error • The named parameter 'heroTag' isn't defined at lib/src/pages/orders.dart:110:33 • (undefined_named_parameter)
error • The named parameter 'order' isn't defined at lib/src/pages/orders.dart:111:33 • (undefined_named_parameter)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/orders.dart:111:45 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:111:45 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/orders.dart:111:45 • (expected_token)
error • Expected an identifier at lib/src/pages/orders.dart:111:46 • (missing_identifier)
error • The named parameter 'productOrder' isn't defined at lib/src/pages/orders.dart:112:33 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/orders.dart:112:52 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders.dart:112:52 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/orders.dart:112:53 • (missing_identifier)
error • The method 'elementAt' isn't defined for the type 'bool' at lib/src/pages/orders.dart:112:94 • (undefined_method)
error • Can't have modifier 'final' here at lib/src/pages/orders_history.dart:12:3 • (extraneous_modifier)
error • Methods must have an explicit list of parameters at lib/src/pages/orders_history.dart:12:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/orders_history.dart:12:33 • (missing_function_body)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/orders_history.dart:12:33 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/orders_history.dart:12:33 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/orders_history.dart:12:33 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/orders_history.dart:12:36 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/orders_history.dart:12:36 • (missing_const_final_var_or_type)
error • Expected to find '}' at lib/src/pages/orders_history.dart:14:27 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/orders_history.dart:14:73 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/orders_history.dart:21:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/orders_history.dart:21:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/pages/orders_history.dart:21:18 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/orders_history.dart:21:18 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/orders_history.dart:21:18 • (missing_keyword_operator)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/orders_history.dart:21:21 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/pages/orders_history.dart:21:21 • (missing_function_body)
error • The instance member 'OrderController' can't be accessed in an initializer at lib/src/pages/orders_history.dart:23:39 • (implicit_this_reference_in_initializer)
error • The name 'OrderController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/orders_history.dart:24:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/orders_history.dart:24:43 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/orders_history.dart:29:9 • (expected_token)
error • Expected an identifier at lib/src/pages/orders_history.dart:29:11 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders_history.dart:37:17 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:37:17 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders_history.dart:37:17 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders_history.dart:37:18 • (missing_identifier)
error • The getter 'currentState' isn't defined for the type 'dynamic Function()' at lib/src/pages/orders_history.dart:41:55 • (undefined_getter)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:41:68 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/orders_history.dart:41:68 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders_history.dart:41:68 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders_history.dart:41:69 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/orders_history.dart:48:13 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/orders_history.dart:48:25 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/orders_history.dart:48:25 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders_history.dart:48:26 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/orders_history.dart:49:46 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/orders_history.dart:56:25 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:56:25 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders_history.dart:56:25 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders_history.dart:56:26 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders_history.dart:64:20 • (expected_token)
error • Expected an identifier at lib/src/pages/orders_history.dart:64:21 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders_history.dart:70:39 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:70:39 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders_history.dart:70:39 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/orders_history.dart:70:40 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders_history.dart:79:116 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders_history.dart:79:116 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:79:116 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/orders_history.dart:79:117 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/orders_history.dart:82:43 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/orders_history.dart:82:43 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:82:43 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/orders_history.dart:82:44 • (missing_identifier)
error • The getter 'id' isn't defined for the type 'bool' at lib/src/pages/orders_history.dart:82:83 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/orders_history.dart:104:46 • (static_access_to_instance_member)
error • Expected to find '}' at lib/src/pages/orders_history.dart:104:58 • (expected_token)
error • Expected to find '}' at lib/src/pages/orders_history.dart:104:79 • (expected_token)
error • Too many positional arguments: 1 expected, but 3 found at lib/src/pages/orders_history.dart:106:36 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/orders_history.dart:106:36 • (expected_token)
error • Expected an identifier at lib/src/pages/orders_history.dart:106:37 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/orders_history.dart:106:92 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/orders_history.dart:106:104 • (expected_token)
error • Expected an identifier at lib/src/pages/orders_history.dart:106:105 • (missing_identifier)
error • The argument type 'Object' can't be assigned to the parameter type 'Widget Function(int)' at lib/src/pages/orders_history.dart:112:58 • (argument_type_not_assignable)
error • Expected to find ',' at lib/src/pages/orders_history.dart:112:58 • (expected_token)
error • Expected an identifier at lib/src/pages/orders_history.dart:112:59 • (missing_identifier)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/orders_history.dart:112:112 • (extra_positional_arguments_could_be_named)
error • The named parameter 'heroTag' isn't defined at lib/src/pages/orders_history.dart:114:35 • (undefined_named_parameter)
error • The named parameter 'order' isn't defined at lib/src/pages/orders_history.dart:115:35 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/orders_history.dart:115:47 • (expected_token)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/orders_history.dart:115:47 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:115:47 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/orders_history.dart:115:48 • (missing_identifier)
error • The named parameter 'productOrder' isn't defined at lib/src/pages/orders_history.dart:116:35 • (undefined_named_parameter)
error • Positional arguments must occur before named arguments at lib/src/pages/orders_history.dart:116:54 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/orders_history.dart:116:54 • (expected_token)
error • Expected an identifier at lib/src/pages/orders_history.dart:116:55 • (missing_identifier)
error • The method 'elementAt' isn't defined for the type 'bool' at lib/src/pages/orders_history.dart:116:96 • (undefined_method)
error • Expected to find ';' at lib/src/pages/pages.dart:13:3 • (expected_token)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/pages.dart:13:3 • (missing_const_final_var_or_type)
error • The string '??' isn't a user-definable operator at lib/src/pages/pages.dart:13:16 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/pages.dart:13:16 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/pages.dart:13:16 • (missing_method_parameters)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/pages.dart:13:19 • (missing_const_final_var_or_type)
error • A function body must be provided at lib/src/pages/pages.dart:13:19 • (missing_function_body)
error • Expected to find '}' at lib/src/pages/pages.dart:18:8 • (expected_token)
error • The name 'RouteArgument' isn't a type and can't be used in an 'is' expression at lib/src/pages/pages.dart:22:25 • (type_test_with_non_type)
error • Expected to find ')' at lib/src/pages/pages.dart:49:22 • (expected_token)
error • Undefined name 'tabItem' at lib/src/pages/pages.dart:51:27 • (undefined_identifier)
error • Undefined name 'tabItem' at lib/src/pages/pages.dart:51:46 • (undefined_identifier)
error • Undefined name 'tabItem' at lib/src/pages/pages.dart:52:15 • (undefined_identifier)
error • The named parameter 'parentScaffoldKey' isn't defined at lib/src/pages/pages.dart:54:46 • (undefined_named_parameter)
error • The named parameter 'parentScaffoldKey' isn't defined at lib/src/pages/pages.dart:57:45 • (undefined_named_parameter)
error • The named parameter 'parentScaffoldKey' isn't defined at lib/src/pages/pages.dart:60:52 • (undefined_named_parameter)
error • The named parameter 'parentScaffoldKey' isn't defined at lib/src/pages/pages.dart:63:42 • (undefined_named_parameter)
error • The named parameter 'routeArgument' isn't defined at lib/src/pages/pages.dart:63:81 • (undefined_named_parameter)
error • The named parameter 'title' isn't defined at lib/src/pages/pages.dart:96:15 • (undefined_named_parameter)
error • The named parameter 'title' isn't defined at lib/src/pages/pages.dart:99:17 • (undefined_named_parameter)
error • The named parameter 'title' isn't defined at lib/src/pages/pages.dart:117:15 • (undefined_named_parameter)
error • Can't have modifier 'final' here at lib/src/pages/profile.dart:12:3 • (extraneous_modifier)
error • Methods must have an explicit list of parameters at lib/src/pages/profile.dart:12:9 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/profile.dart:12:33 • (missing_function_body)
error • The string '??' isn't a user-definable operator at lib/src/pages/profile.dart:12:33 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/profile.dart:12:33 • (missing_method_parameters)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/profile.dart:12:33 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/profile.dart:12:36 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/profile.dart:12:36 • (missing_const_final_var_or_type)
error • Expected to find '}' at lib/src/pages/profile.dart:14:21 • (expected_token)
error • The instance member 'key' can't be accessed in an initializer at lib/src/pages/profile.dart:14:67 • (implicit_this_reference_in_initializer)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/profile.dart:21:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/profile.dart:21:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/profile.dart:21:20 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/profile.dart:21:20 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/profile.dart:21:20 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/profile.dart:21:23 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/profile.dart:21:23 • (missing_const_final_var_or_type)
error • The instance member 'ProfileController' can't be accessed in an initializer at lib/src/pages/profile.dart:23:33 • (implicit_this_reference_in_initializer)
error • The name 'ProfileController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/profile.dart:24:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/profile.dart:24:45 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/profile.dart:29:9 • (expected_token)
error • Expected an identifier at lib/src/pages/profile.dart:29:11 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/profile.dart:47:13 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/profile.dart:47:25 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/profile.dart:47:25 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/profile.dart:47:26 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/profile.dart:48:46 • (undefined_getter)
error • Positional arguments must occur before named arguments at lib/src/pages/profile.dart:54:17 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/profile.dart:54:17 • (expected_token)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/profile.dart:54:17 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/profile.dart:54:18 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/profile.dart:55:18 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/profile.dart:55:18 • (expected_token)
error • Expected an identifier at lib/src/pages/profile.dart:55:19 • (missing_identifier)
error • The named parameter 'height' isn't defined at lib/src/pages/profile.dart:56:35 • (undefined_named_parameter)
error • The named parameter 'user' isn't defined at lib/src/pages/profile.dart:61:39 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/profile.dart:61:50 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/profile.dart:61:50 • (extra_positional_arguments)
error • Positional arguments must occur before named arguments at lib/src/pages/profile.dart:61:50 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/profile.dart:61:51 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/profile.dart:69:25 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/profile.dart:69:37 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/profile.dart:69:37 • (expected_token)
error • Expected an identifier at lib/src/pages/profile.dart:69:38 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/profile.dart:70:58 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/profile.dart:76:28 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/profile.dart:76:28 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/profile.dart:76:29 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/profile.dart:77:58 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/profile.dart:87:25 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/profile.dart:87:37 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/profile.dart:87:37 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/profile.dart:87:38 • (missing_identifier)
error • The getter 'display1' isn't defined for the type 'TextTheme' at lib/src/pages/profile.dart:88:58 • (undefined_getter)
error • Expected to find ',' at lib/src/pages/profile.dart:91:24 • (expected_token)
error • Expected an identifier at lib/src/pages/profile.dart:91:25 • (missing_identifier)
error • The named parameter 'height' isn't defined at lib/src/pages/profile.dart:92:47 • (undefined_named_parameter)
error • Positional arguments must occur before named arguments at lib/src/pages/profile.dart:97:43 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/profile.dart:97:43 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/profile.dart:97:43 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/profile.dart:97:44 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/profile.dart:105:63 • (static_access_to_instance_member)
error • Expected to find '}' at lib/src/pages/profile.dart:105:75 • (expected_token)
error • Expected to find '}' at lib/src/pages/profile.dart:105:96 • (expected_token)
error • Expected to find '}' at lib/src/pages/profile.dart:107:47 • (expected_token)
error • Expected to find ',' at lib/src/pages/profile.dart:112:62 • (expected_token)
error • Expected an identifier at lib/src/pages/profile.dart:112:63 • (missing_identifier)
error • The getter 'length' isn't defined for the type 'bool' at lib/src/pages/profile.dart:112:110 • (undefined_getter)
error • Too many positional arguments: 2 expected, but 3 found at lib/src/pages/profile.dart:112:118 • (extra_positional_arguments_could_be_named)
error • The named parameter 'heroTag' isn't defined at lib/src/pages/profile.dart:114:39 • (undefined_named_parameter)
error • The named parameter 'order' isn't defined at lib/src/pages/profile.dart:115:39 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/profile.dart:115:51 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/profile.dart:115:51 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 2 found at lib/src/pages/profile.dart:115:51 • (extra_positional_arguments)
error • Expected an identifier at lib/src/pages/profile.dart:115:52 • (missing_identifier)
error • The named parameter 'productOrder' isn't defined at lib/src/pages/profile.dart:116:39 • (undefined_named_parameter)
error • Expected to find ',' at lib/src/pages/profile.dart:116:58 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/profile.dart:116:58 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/profile.dart:116:59 • (missing_identifier)
error • The method 'elementAt' isn't defined for the type 'bool' at lib/src/pages/profile.dart:116:106 • (undefined_method)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/settings.dart:17:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/settings.dart:17:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/settings.dart:17:21 • (missing_keyword_operator)
error • The string '??' isn't a user-definable operator at lib/src/pages/settings.dart:17:21 • (invalid_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/settings.dart:17:21 • (missing_method_parameters)
error • A function body must be provided at lib/src/pages/settings.dart:17:24 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/settings.dart:17:24 • (missing_const_final_var_or_type)
error • The instance member 'SettingsController' can't be accessed in an initializer at lib/src/pages/settings.dart:19:34 • (implicit_this_reference_in_initializer)
error • The name 'SettingsController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/settings.dart:20:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/settings.dart:20:46 • (missing_identifier)
error • Positional arguments must occur before named arguments at lib/src/pages/settings.dart:26:19 • (positional_after_named_argument)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/settings.dart:26:19 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:26:19 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:26:20 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:32:15 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/settings.dart:32:27 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:32:27 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/settings.dart:32:28 • (missing_identifier)
error • The getter 'title' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:33:48 • (undefined_getter)
error • The named parameter 'height' isn't defined at lib/src/pages/settings.dart:37:37 • (undefined_named_parameter)
error • The getter 'display2' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:52:70 • (undefined_getter)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:71:89 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:71:89 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:71:90 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:91:33 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/settings.dart:91:45 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:91:45 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/settings.dart:91:46 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:92:66 • (undefined_getter)
error • The named parameter 'user' isn't defined at lib/src/pages/settings.dart:99:33 • (undefined_named_parameter)
error • The named parameter 'onChanged' isn't defined at lib/src/pages/settings.dart:100:33 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/settings.dart:101:39 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:101:41 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:111:33 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:111:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:111:45 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:111:46 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:112:66 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:123:33 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:123:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:123:45 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:123:46 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:124:66 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:135:33 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/settings.dart:135:45 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:135:45 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/settings.dart:135:46 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:136:66 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:147:33 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/settings.dart:147:45 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:147:45 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/settings.dart:147:46 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:148:66 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:161:33 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:161:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:161:45 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:161:46 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:162:66 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:188:33 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:188:45 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:188:45 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:188:46 • (missing_identifier)
error • The getter 'body2' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:189:66 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:206:37 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:206:49 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/settings.dart:206:49 • (expected_token)
error • Expected an identifier at lib/src/pages/settings.dart:206:50 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:207:70 • (undefined_getter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:212:33 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/settings.dart:212:45 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:212:45 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/settings.dart:212:46 • (missing_identifier)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/settings.dart:230:37 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/settings.dart:230:49 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/settings.dart:230:49 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/settings.dart:230:50 • (missing_identifier)
error • The getter 'body1' isn't defined for the type 'TextTheme' at lib/src/pages/settings.dart:231:70 • (undefined_getter)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/signup.dart:15:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/signup.dart:15:3 • (expected_token)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/signup.dart:15:17 • (missing_keyword_operator)
error • Methods must have an explicit list of parameters at lib/src/pages/signup.dart:15:17 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/signup.dart:15:17 • (invalid_operator)
error • A function body must be provided at lib/src/pages/signup.dart:15:20 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/signup.dart:15:20 • (missing_const_final_var_or_type)
error • The instance member 'UserController' can't be accessed in an initializer at lib/src/pages/signup.dart:17:32 • (implicit_this_reference_in_initializer)
error • The name 'UserController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/signup.dart:18:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/signup.dart:18:42 • (missing_identifier)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/signup.dart:26:19 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/signup.dart:26:19 • (expected_token)
error • Positional arguments must occur before named arguments at lib/src/pages/signup.dart:26:19 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/signup.dart:26:20 • (missing_identifier)
error • The named parameter 'resizeToAvoidBottomPadding' isn't defined at lib/src/pages/signup.dart:27:9 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/signup.dart:45:21 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/signup.dart:45:33 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/signup.dart:45:33 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/signup.dart:45:34 • (missing_identifier)
error • The getter 'display3' isn't defined for the type 'TextTheme' at lib/src/pages/signup.dart:46:54 • (undefined_getter)
error • Positional arguments must occur before named arguments at lib/src/pages/signup.dart:66:29 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/signup.dart:66:29 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/signup.dart:66:29 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/signup.dart:66:30 • (missing_identifier)
error • The getter 'user' isn't defined for the type 'dynamic Function(dynamic)' at lib/src/pages/signup.dart:73:52 • (undefined_getter)
error • Undefined name 'input' at lib/src/pages/signup.dart:73:64 • (undefined_identifier)
error • The property 'length' can't be unconditionally accessed because the receiver can be 'null' at lib/src/pages/signup.dart:74:53 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/signup.dart:74:68 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/pages/signup.dart:74:80 • (expected_token)
error • Expected an identifier at lib/src/pages/signup.dart:74:81 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/signup.dart:74:112 • (expected_token)
error • The getter 'user' isn't defined for the type 'dynamic Function(dynamic)' at lib/src/pages/signup.dart:90:52 • (undefined_getter)
error • Undefined name 'input' at lib/src/pages/signup.dart:90:65 • (undefined_identifier)
error • The method 'contains' can't be unconditionally invoked because the receiver can be 'null' at lib/src/pages/signup.dart:91:54 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/signup.dart:91:72 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/pages/signup.dart:91:84 • (expected_token)
error • Expected an identifier at lib/src/pages/signup.dart:91:85 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/signup.dart:91:110 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/signup.dart:106:43 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/signup.dart:106:43 • (positional_after_named_argument)
error • Expected to find ',' at lib/src/pages/signup.dart:106:43 • (expected_token)
error • Expected an identifier at lib/src/pages/signup.dart:106:44 • (missing_identifier)
error • The getter 'user' isn't defined for the type 'dynamic Function(dynamic)' at lib/src/pages/signup.dart:107:52 • (undefined_getter)
error • Undefined name 'input' at lib/src/pages/signup.dart:107:68 • (undefined_identifier)
error • The property 'length' can't be unconditionally accessed because the receiver can be 'null' at lib/src/pages/signup.dart:108:53 • (unchecked_use_of_nullable_value)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/signup.dart:108:68 • (static_access_to_instance_member)
error • Expected to find ':' at lib/src/pages/signup.dart:108:80 • (expected_token)
error • Expected an identifier at lib/src/pages/signup.dart:108:81 • (missing_identifier)
error • Expected to find ')' at lib/src/pages/signup.dart:108:112 • (expected_token)
error • The named parameter 'text' isn't defined at lib/src/pages/signup.dart:132:25 • (undefined_named_parameter)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/signup.dart:133:29 • (static_access_to_instance_member)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/signup.dart:133:41 • (extra_positional_arguments_could_be_named)
error • Expected to find ',' at lib/src/pages/signup.dart:133:41 • (expected_token)
error • Expected an identifier at lib/src/pages/signup.dart:133:42 • (missing_identifier)
error • The named parameter 'color' isn't defined at lib/src/pages/signup.dart:136:25 • (undefined_named_parameter)
error • The named parameter 'onPressed' isn't defined at lib/src/pages/signup.dart:137:25 • (undefined_named_parameter)
error • Expected to find ';' at lib/src/pages/signup.dart:138:31 • (expected_token)
error • Expected an identifier at lib/src/pages/signup.dart:138:33 • (missing_identifier)
error • The method 'FlatButton' isn't defined for the type '_SignUpWidgetState' at lib/src/pages/signup.dart:164:22 • (undefined_method)
error • Instance member 'of' can't be accessed using static access at lib/src/pages/signup.dart:169:31 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/pages/signup.dart:169:43 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/pages/signup.dart:169:43 • (extra_positional_arguments_could_be_named)
error • Expected an identifier at lib/src/pages/signup.dart:169:44 • (missing_identifier)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/splash_screen.dart:15:3 • (missing_const_final_var_or_type)
error • Expected to find ';' at lib/src/pages/splash_screen.dart:15:3 • (expected_token)
error • Methods must have an explicit list of parameters at lib/src/pages/splash_screen.dart:15:25 • (missing_method_parameters)
error • The string '??' isn't a user-definable operator at lib/src/pages/splash_screen.dart:15:25 • (invalid_operator)
error • Operator declarations must be preceded by the keyword 'operator' at lib/src/pages/splash_screen.dart:15:25 • (missing_keyword_operator)
error • A function body must be provided at lib/src/pages/splash_screen.dart:15:28 • (missing_function_body)
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/src/pages/splash_screen.dart:15:28 • (missing_const_final_var_or_type)
error • The instance member 'SplashScreenController' can't be accessed in an initializer at lib/src/pages/splash_screen.dart:17:31 • (implicit_this_reference_in_initializer)
error • The name 'SplashScreenController' isn't a type, so it can't be used in an 'as' expression at lib/src/pages/splash_screen.dart:18:26 • (cast_to_non_type)
error • Expected an identifier at lib/src/pages/splash_screen.dart:18:50 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/splash_screen.dart:28:9 • (expected_token)
error • Expected an identifier at lib/src/pages/splash_screen.dart:28:11 • (missing_identifier)
error • Expected to find ';' at lib/src/pages/splash_screen.dart:30:11 • (expected_token)
error • Expected an identifier at lib/src/pages/splash_screen.dart:30:13 • (missing_identifier)
error • Expected to find ',' at lib/src/pages/splash_screen.dart:48:17 • (expected_token)
error • Too many positional arguments: 0 expected, but 1 found at lib/src/pages/splash_screen.dart:48:17 • (extra_positional_arguments_could_be_named)
error • Positional arguments must occur before named arguments at lib/src/pages/splash_screen.dart:48:17 • (positional_after_named_argument)
error • Expected an identifier at lib/src/pages/splash_screen.dart:48:18 • (missing_identifier)
error • The operator '<' isn't defined for the type 'Type' at lib/src/repository/cart_repository.dart:50:6 • (undefined_operator)
error • Expected to find ';' at lib/src/repository/cart_repository.dart:50:7 • (expected_token)
error • Expected an identifier at lib/src/repository/cart_repository.dart:50:13 • (missing_identifier)
error • Unexpected text ';' at lib/src/repository/cart_repository.dart:50:13 • (unexpected_token)
error • Missing selector such as '.identifier' or '[0]' at lib/src/repository/cart_repository.dart:50:15 • (missing_assignable_selector)
error • Illegal assignment to non-assignable expression at lib/src/repository/cart_repository.dart:50:15 • (illegal_assignment_to_non_assignable)
error • The operator '>' isn't defined for the type 'Type' at lib/src/repository/cart_repository.dart:50:22 • (undefined_operator)
error • Expected an identifier at lib/src/repository/cart_repository.dart:50:23 • (missing_identifier)
error • Undefined name 'decodedJSON' at lib/src/repository/cart_repository.dart:50:26 • (undefined_identifier)
error • Undefined name 'decodedJSON' at lib/src/repository/cart_repository.dart:62:5 • (undefined_identifier)
error • Expected an identifier at lib/src/repository/cart_repository.dart:62:79 • (missing_identifier)
error • Undefined name 'decodedJSON' at lib/src/repository/cart_repository.dart:66:24 • (undefined_identifier)
error • Expected to find ')' at lib/src/repository/category_repository.dart:23:44 • (expected_token)
error • String isn't a type at lib/src/repository/category_repository.dart:24:9 • (not_a_type)
error • Undefined name 'id' at lib/src/repository/category_repository.dart:24:85 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/category_repository.dart:29:107 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/category_repository.dart:29:119 • (non_type_as_type_argument)
error • Expected to find ')' at lib/src/repository/gallery_repository.dart:11:44 • (expected_token)
error • String isn't a type at lib/src/repository/gallery_repository.dart:13:9 • (not_a_type)
error • String isn't a type at lib/src/repository/gallery_repository.dart:14:9 • (not_a_type)
error • Undefined name 'idMarket' at lib/src/repository/gallery_repository.dart:14:113 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/gallery_repository.dart:22:37 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/gallery_repository.dart:22:49 • (non_type_as_type_argument)
error • Expected to find ')' at lib/src/repository/market_repository.dart:42:40 • (expected_token)
error • String isn't a type at lib/src/repository/market_repository.dart:43:9 • (not_a_type)
error • Undefined name 'id' at lib/src/repository/market_repository.dart:43:82 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/market_repository.dart:48:107 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/market_repository.dart:48:119 • (non_type_as_type_argument)
error • Expected to find ')' at lib/src/repository/market_repository.dart:51:47 • (expected_token)
error • String isn't a type at lib/src/repository/market_repository.dart:52:9 • (not_a_type)
error • Undefined name 'id' at lib/src/repository/market_repository.dart:52:116 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/market_repository.dart:57:107 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/market_repository.dart:57:119 • (non_type_as_type_argument)
error • The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type at lib/src/repository/order_repository.dart:15:23 • (body_might_complete_normally)
error • The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type at lib/src/repository/order_repository.dart:36:23 • (body_might_complete_normally)
error • Expected to find ')' at lib/src/repository/order_repository.dart:36:44 • (expected_token)
error • The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type at lib/src/repository/order_repository.dart:57:23 • (body_might_complete_normally)
error • The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Stream<Order>>', is a potentially non-nullable type at lib/src/repository/order_repository.dart:91:23 • (body_might_complete_normally)
error • The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<Order>', is a potentially non-nullable type at lib/src/repository/order_repository.dart:143:15 • (body_might_complete_normally)
error • Expected to find ')' at lib/src/repository/order_repository.dart:143:44 • (expected_token)
error • Expected to find ')' at lib/src/repository/product_repository.dart:24:42 • (expected_token)
error • String isn't a type at lib/src/repository/product_repository.dart:25:9 • (not_a_type)
error • Undefined name 'productId' at lib/src/repository/product_repository.dart:26:68 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/product_repository.dart:30:107 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/product_repository.dart:30:119 • (non_type_as_type_argument)
error • Expected to find ',' at lib/src/repository/product_repository.dart:31:41 • (expected_token)
error • Too many positional arguments: 1 expected, but 2 found at lib/src/repository/product_repository.dart:31:41 • (extra_positional_arguments)
error • Expected an identifier at lib/src/repository/product_repository.dart:31:42 • (missing_identifier)
error • Expected to find ')' at lib/src/repository/product_repository.dart:47:50 • (expected_token)
error • String isn't a type at lib/src/repository/product_repository.dart:52:9 • (not_a_type)
error • String isn't a type at lib/src/repository/product_repository.dart:53:9 • (not_a_type)
error • Undefined name 'productId' at lib/src/repository/product_repository.dart:53:113 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/product_repository.dart:58:113 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/product_repository.dart:58:125 • (non_type_as_type_argument)
error • Expected to find ')' at lib/src/repository/product_repository.dart:136:59 • (expected_token)
error • String isn't a type at lib/src/repository/product_repository.dart:138:9 • (not_a_type)
error • Undefined name 'marketId' at lib/src/repository/product_repository.dart:138:112 • (undefined_identifier)
error • The argument type 'Map<dynamic, dynamic>' can't be assigned to the parameter type 'Map<String, dynamic>' at lib/src/repository/product_repository.dart:143:107 • (argument_type_not_assignable)
error • The name 'String' isn't a type so it can't be used as a type argument at lib/src/repository/product_repository.dart:143:119 • (non_type_as_type_argument)
error • The name 'Location' isn't a class at lib/src/repository/settings_repository.dart:52:22 • (creation_with_non_type)
error • Instance member 'current' can't be accessed using static access at lib/src/repository/settings_repository.dart:55:53 • (static_access_to_instance_member)
error • Expected to find ',' at lib/src/repository/settings_repository.dart:55:61 • (expected_token)
error • Expressions can't be used in a map literal at lib/src/repository/settings_repository.dart:55:61 • (expression_in_map)
error • Expected an identifier at lib/src/repository/settings_repository.dart:55:62 • (missing_identifier)
error • Expected to find ')' at lib/src/repository/settings_repository.dart:120:34 • (expected_token)
error • Undefined name 'messageId' at lib/src/repository/settings_repository.dart:121:7 • (undefined_identifier)
error • Undefined name 'messageId' at lib/src/repository/settings_repository.dart:123:48 • (undefined_identifier)
error • The name 'FutureOr' isn't a type, so it can't be used in an 'as' expression at lib/src/repository/user_repository.dart:92:87 • (cast_to_non_type)
error • The name 'FutureOr' isn't a type, so it can't be used in an 'as' expression at lib/src/repository/user_repository.dart:105:86 • (cast_to_non_type)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment