Skip to content

Changed repository owner #4

Changed repository owner

Changed repository owner #4

Triggered via push July 18, 2024 08:22
Status Failure
Total duration 6m 9s
Artifacts

validate.yml

on: push
java_format
7s
java_format
objc_format
12s
objc_format
swift_format
11s
swift_format
Run Dart Analyzer
36s
Run Dart Analyzer
Build Android example app (stable channel)
4m 12s
Build Android example app (stable channel)
Build Android example app (3.13)
3m 45s
Build Android example app (3.13)
Build iOS example app (stable channel)
1m 56s
Build iOS example app (stable channel)
Build iOS example app (3.13)
2m 59s
Build iOS example app (3.13)
Build macOS example app (stable channel)
2m 55s
Build macOS example app (stable channel)
Build macOS example app (3.13)
2m 21s
Build macOS example app (3.13)
Build Linux example app (stable channel)
1m 10s
Build Linux example app (stable channel)
Build Linux example app (3.13)
1m 6s
Build Linux example app (3.13)
Run all unit tests (Dart)
58s
Run all unit tests (Dart)
Run all unit tests (Android)
4m 32s
Run all unit tests (Android)
Run integration tests (Android)
4m 10s
Run integration tests (Android)
Run integration tests (iOS)
5m 49s
Run integration tests (iOS)
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 11 warnings, and 5 notices
java_format
The command 'git' failed with exit code 128
Run Dart Analyzer
Dart Analyzer detected problems, see the logs for more information.
objc_format
Process completed with exit code 128.
java_format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: axel-op/googlejavaformat-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Dart Analyzer
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/
Run Dart Analyzer
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
Publishable packages can't have 'git' dependencies.: flutter_local_notifications/pubspec.yaml#L14
Try adding a 'publish_to: none' entry to mark the package as not for publishing or remove the git dependency.
Publishable packages can't have 'git' dependencies.: flutter_local_notifications/pubspec.yaml#L18
Try adding a 'publish_to: none' entry to mark the package as not for publishing or remove the git dependency.
Publishable packages can't have 'git' dependencies.: flutter_local_notifications_linux/pubspec.yaml#L20
Try adding a 'publish_to: none' entry to mark the package as not for publishing or remove the git dependency.
Run Dart Analyzer
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/
Run Dart Analyzer
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/
Run Dart Analyzer
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/
Run integration tests (Android)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run integration tests (iOS)
More than one (5) device matching requirements (os:[] os_version:[] model:[iPhone 15]) have been found.
Missing type annotation.: flutter_local_notifications/lib/src/platform_flutter_local_notifications.dart#L41
Try adding a type annotation. See https://dart.dev/lints/always_specify_types to learn more about this problem.
An uninitialized variable should have an explicit type annotation.: flutter_local_notifications/lib/src/platform_flutter_local_notifications.dart#L41
Try adding a type annotation. See https://dart.dev/lints/prefer_typing_uninitialized_variables to learn more about this problem.
Unnecessary use of a block function body.: flutter_local_notifications/lib/src/platform_flutter_local_notifications.dart#L415
Try using an expression function body. See https://dart.dev/lints/prefer_expression_function_bodies to learn more about this problem.
Unnecessary use of a block function body.: flutter_local_notifications_linux/lib/src/flutter_local_notifications.dart#L72
Try using an expression function body. See https://dart.dev/lints/prefer_expression_function_bodies to learn more about this problem.
The line length exceeds the 80-character limit.: flutter_local_notifications_linux/lib/src/notifications_manager.dart#L240
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.