Skip to content

Feature/refactor pressable #461

Feature/refactor pressable

Feature/refactor pressable #461

Triggered via pull request February 8, 2024 19:49
Status Failure
Total duration 1m 7s
Artifacts

test.yml

on: pull_request
Analyze Breaking Changes
0s
Analyze Breaking Changes
Analyze Behavior Changes
0s
Analyze Behavior Changes
Fit to window
Zoom out
Zoom in

Annotations

1 error, 8 warnings, and 10 notices
Test
Dart Analyzer detected problems, see the logs for more information.
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, invertase/github-action-dart-analyzer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
The value of the local variable 'firstNotifier' isn't used.: test/src/widgets/pressable/pressable_widget_test.dart#L36
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
The value of the local variable 'secondNotifier' isn't used.: test/src/widgets/pressable/pressable_widget_test.dart#L37
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
The value of the local variable 'thirdNotifier' isn't used.: test/src/widgets/pressable/pressable_widget_test.dart#L38
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
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/
Invalid use of a private type in a public API.: lib/src/widgets/pressable/pressable_widget.dart#L103
Try making the private type public, or making the API that uses the private type also be private. See https://dart.dev/lints/library_private_types_in_public_api to learn more about this problem.