feat: Add advanced button component #8260
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
cicd.yml
on: pull_request
format
2m 2s
analyze
2m 34s
analyze-latest
2m 23s
markdown-lint
10s
dcm
2m 39s
test
9m 58s
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.
|