Merge remote-tracking branch 'upstream/master' #3
validate.yml
on: push
java_format
10s
objc_format
10s
swift_format
18s
Run Dart Analyzer
1m 13s
Build Android example app (stable channel)
4m 25s
Build Android example app (3.13)
3m 54s
Build iOS example app (stable channel)
3m 7s
Build iOS example app (3.13)
5m 49s
Build macOS example app (stable channel)
3m 48s
Build macOS example app (3.13)
4m 14s
Build Linux example app (stable channel)
1m 47s
Build Linux example app (3.13)
2m 0s
Run all unit tests (Dart)
1m 46s
Run all unit tests (Android)
4m 25s
Run integration tests (Android)
5m 48s
Run integration tests (iOS)
8m 24s
Annotations
4 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.
|
Run integration tests (iOS)
Canceling since a higher priority waiting request for 'validate-refs/heads/master' exists
|
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.
|