Skip to content

feat: Add advanced button component #8260

feat: Add advanced button component

feat: Add advanced button component #8260

Triggered via pull request October 9, 2023 13:07
Status Failure
Total duration 16m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 6 notices
markdown-lint
Process completed with exit code 1.
analyze
Dart Analyzer detected problems, see the logs for more information.
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
The method doesn't override an inherited method.: packages/flame/lib/src/components/input/toggle_button_component.dart#L116
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: packages/flame/lib/src/components/input/toggle_button_component.dart#L116
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame/lib/src/components/input/advanced_button_component.dart#L12
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame/lib/src/components/input/toggle_button_component.dart#L6
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame/lib/src/components/input/toggle_button_component.dart#L10
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame/lib/src/components/input/advanced_button_component.dart#L12
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame/lib/src/components/input/toggle_button_component.dart#L6
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame/lib/src/components/input/toggle_button_component.dart#L10
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.