Skip to content

feat: Accordion interaction based on open variable #1730

feat: Accordion interaction based on open variable

feat: Accordion interaction based on open variable #1730

Triggered via pull request December 18, 2024 20:28
Status Failure
Total duration 2m 46s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 6 warnings, and 19 notices
The named parameter 'onChanged' is required, but there's no corresponding argument.: packages/remix/test/components/accordion/accordion_widget_test.dart#L12
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
The named parameter 'onChanged' is required, but there's no corresponding argument.: packages/remix/test/components/accordion/accordion_widget_test.dart#L33
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
The named parameter 'onChanged' is required, but there's no corresponding argument.: packages/remix/test/components/accordion/accordion_widget_test.dart#L74
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
Test Min SDK
Dart Analyzer detected problems, see the logs for more information.
The named parameter 'onChanged' is required, but there's no corresponding argument.: packages/remix/test/components/accordion/accordion_widget_test.dart#L12
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
The named parameter 'onChanged' is required, but there's no corresponding argument.: packages/remix/test/components/accordion/accordion_widget_test.dart#L33
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
The named parameter 'onChanged' is required, but there's no corresponding argument.: packages/remix/test/components/accordion/accordion_widget_test.dart#L74
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
Test
Dart Analyzer detected problems, see the logs for more information.
Test Min SDK
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Min SDK
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Min SDK
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead.: packages/mix/test/src/specs/text/text_spec_test.dart#L333
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
Don't invoke 'print' in production code.: packages/mix_generator/lib/src/helpers/helpers.dart#L109
Try using a logging framework. See https://dart.dev/lints/avoid_print to learn more about this problem.
The parameter name 'reader' doesn't match the name 'annotation' in the overridden method.: packages/mix_generator/lib/src/mixable_class_utility_generator.dart#L56
Try changing the name to 'annotation'. See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
The parameter name 'reader' doesn't match the name 'annotation' in the overridden method.: packages/mix_generator/lib/src/mixable_dto_generator.dart#L61
Try changing the name to 'annotation'. See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
The parameter name 'reader' doesn't match the name 'annotation' in the overridden method.: packages/mix_generator/lib/src/mixable_enum_utility_generator.dart#L48
Try changing the name to 'annotation'. See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
The parameter name 'reader' doesn't match the name 'annotation' in the overridden method.: packages/mix_generator/lib/src/mixable_spec_generator.dart#L36
Try changing the name to 'annotation'. See https://dart.dev/lints/avoid_renaming_method_parameters to learn more about this problem.
Don't invoke 'print' in production code.: packages/mix_lint/lib/src/assists/extract_attributes.dart#L19
Try using a logging framework. See https://dart.dev/lints/avoid_print to learn more about this problem.
Don't invoke 'print' in production code.: packages/mix_lint/lib/src/assists/extract_attributes.dart#L58
Try using a logging framework. See https://dart.dev/lints/avoid_print to learn more about this problem.
Empty catch block.: packages/mix_lint/lib/src/assists/extract_attributes.dart#L136
Try adding statements to the block, adding a comment to the block, or removing the 'catch' clause. See https://dart.dev/lints/empty_catches to learn more about this problem.
Don't use 'BuildContext's across async gaps.: examples/todo_list/lib/pages/todo_list_page.dart#L72
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L22
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'alpha' is deprecated and shouldn't be used. Use .a.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L133
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'alpha' is deprecated and shouldn't be used. Use .a.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L133
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'alpha' is deprecated and shouldn't be used. Use .a.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L133
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'red' is deprecated and shouldn't be used. Use .r.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L134
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'red' is deprecated and shouldn't be used. Use .r.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L134
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'red' is deprecated and shouldn't be used. Use .r.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L134
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'green' is deprecated and shouldn't be used. Use .g.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L135
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'green' is deprecated and shouldn't be used. Use .g.: packages/mix/lib/src/attributes/color/color_directives_impl.dart#L135
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.