Pull request #119: IOS & Android Latest Agents Implemented #23
Annotations
2 errors, 7 warnings, and 10 notices
format
Process completed with exit code 1.
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
analyze
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/
|
analyze
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/
|
analyze
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Convert 'key' to a super parameter.:
example/integration_test/features/activity_tracking_test.dart#L22
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
Convert 'key' to a super parameter.:
example/integration_test/tester_utils.dart#L18
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
example/integration_test/tester_utils.dart#L22
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
example/integration_test/tester_utils.dart#L25
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
example/integration_test/tester_utils.dart#L26
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
The imported package 'http' isn't a dependency of the importing package.:
example/integration_test/wiremock_utils.dart#L8
Try adding a dependency for 'http' in the 'pubspec.yaml' file.
See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.
|
Convert 'key' to a super parameter.:
example/lib/feature_list/feature_list.dart#L14
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
The 'child' argument should be last in widget constructor invocations.:
example/lib/feature_list/feature_list.dart#L103
Try moving the argument to the end of the argument list.
See https://dart.dev/diagnostics/sort_child_properties_last to learn more about this problem.
|
Convert 'key' to a super parameter.:
example/lib/feature_list/features/activity_tracking/activity_tracking.dart#L12
See https://dart.dev/diagnostics/use_super_parameters to learn more about this problem.
|
Invalid use of a private type in a public API.:
example/lib/feature_list/features/activity_tracking/activity_tracking.dart#L15
Try making the private type public, or making the API that uses the private type also be private.
See https://dart.dev/diagnostics/library_private_types_in_public_api to learn more about this problem.
|