Async input #62
Annotations
1 error, 3 warnings, and 27 notices
glade_forms
Found fatal issues!
|
storybook/lib/localization_addon_custom.dart#L40
Calling this method/property may throw an exception. Try using the safe 'firstOrNull' from 'package:collection' instead.
|
glade_forms/test/model/group_edit_test.dart#L34
This test has a non-unique name and will be skipped when running from the IDE. Try making the test name unique.
|
glade_forms/lib/src/widgets/glade_model_debug_info.dart#L143
This ignore does not suppress any diagnostic. Consider removing it.
|
glade_forms/lib/src/validator/validator_error/glade_validator_error.dart#L10
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/validator/glade_validator.dart#L23
Avoid inferrable type arguments. Try removing type arguments.
|
glade_forms/lib/src/validator/part/custom_validation_part.dart#L10
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/validator/part/custom_validation_part.dart#L6
Prefer typedefs over Function types for callbacks. Try moving this type into a typedef or reusing an existing one.
|
glade_forms/lib/src/validator/part/satisfy_predicate_part.dart#L8
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/validator/part/satisfy_predicate_part.dart#L13
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/validator/validator_instance.dart#L31
Avoid inferrable type arguments. Try removing type arguments.
|
glade_forms/lib/src/validator/validator_instance.dart#L35
Avoid inferrable type arguments. Try removing type arguments.
|
glade_forms/lib/src/core/glade_input.dart#L31
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/core/glade_input.dart#L39
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/core/glade_input.dart#L46
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/core/glade_input.dart#L58
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/core/glade_input.dart#L443
Parameter name does not match any of the configured ones: e.
|
glade_forms/lib/src/core/glade_input.dart#L474
Parameter name does not match any of the configured ones: e.
|
glade_forms/lib/src/core/glade_input.dart#L520
Avoid inferrable type arguments. Try removing type arguments.
|
glade_forms/lib/src/core/convert_error.dart#L8
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/core/string_to_type_converter.dart#L20
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/core/string_to_type_converter.dart#L23
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/model/glade_model_base.dart#L89
Prefer typedefs over Function types for callbacks. Try moving this type into a typedef or reusing an existing one.
|
glade_forms/lib/src/widgets/glade_form_listener.dart#L13
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/widgets/glade_form_listener.dart#L26
Prefer declaring widget or state class members as private.
|
glade_forms/lib/src/widgets/glade_model_debug_info.dart#L122
Prefer declaring widget or state class members as private.
|
glade_forms/lib/src/widgets/glade_model_provider.dart#L8
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/widgets/glade_form_consumer.dart#L7
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/widgets/glade_form_consumer.dart#L8
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/widgets/glade_form_builder.dart#L13
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|
glade_forms/lib/src/widgets/glade_form_builder.dart#L15
This field with a Function type does not match the configured pattern: ^on[A-Z]+. Try renaming it.
|