Skip to content

Web Support

Web Support #296

Triggered via pull request November 15, 2024 03:05
Status Cancelled
Total duration 8m 31s
Artifacts

validate.yml

on: pull_request
Run Dart Analyzer
1m 8s
Run Dart Analyzer
Dart formatting checks
55s
Dart formatting checks
Build Android example app (stable channel)
4m 20s
Build Android example app (stable channel)
Build Android example app (3.19)
2m 55s
Build Android example app (3.19)
Build iOS example app (stable channel)
1m 57s
Build iOS example app (stable channel)
Build iOS example app (3.19)
1m 28s
Build iOS example app (3.19)
Build macOS example app (stable channel)
2m 26s
Build macOS example app (stable channel)
Build macOS example app (3.19)
1m 58s
Build macOS example app (3.19)
Build Linux example app (stable channel)
1m 20s
Build Linux example app (stable channel)
Build Linux example app (3.19)
55s
Build Linux example app (3.19)
Build Windows example app (stable channel)
3m 32s
Build Windows example app (stable channel)
Build Windows example app (3.19)
3m 30s
Build Windows example app (3.19)
Run all unit tests except for Windows (Dart)
1m 55s
Run all unit tests except for Windows (Dart)
Run all unit tests (Android)
3m 31s
Run all unit tests (Android)
Run Windows unit tests (Dart)
4m 34s
Run Windows unit tests (Dart)
Run integration tests (Android)
8m 0s
Run integration tests (Android)
Run integration tests (iOS)
8m 19s
Run integration tests (iOS)
Fit to window
Zoom out
Zoom in

Annotations

19 errors, 6 warnings, and 10 notices
Build Linux example app (3.19)
Process completed with exit code 1.
Dart formatting checks
Process completed with exit code 1.
Run Dart Analyzer
Dart Analyzer detected problems, see the logs for more information.
Build Linux example app (stable channel)
Process completed with exit code 1.
Build iOS example app (3.19)
Process completed with exit code 1.
Build iOS example app (stable channel)
Process completed with exit code 1.
Run all unit tests except for Windows (Dart)
2 tests passed, 4 failed.
Run all unit tests except for Windows (Dart)
Process completed with exit code 1.
Build macOS example app (3.19)
Process completed with exit code 1.
Build macOS example app (stable channel)
Process completed with exit code 1.
Build Android example app (3.19)
Process completed with exit code 1.
Run all unit tests (Android)
Process completed with exit code 1.
Build Windows example app (3.19)
Process completed with exit code 1.
Build Windows example app (stable channel)
Process completed with exit code 1.
Build Android example app (stable channel)
Process completed with exit code 1.
Run integration tests (Android)
Canceling since a higher priority waiting request for 'validate-refs/pull/2466/merge' exists
Run integration tests (Android)
The operation was canceled.
Run integration tests (iOS)
Canceling since a higher priority waiting request for 'validate-refs/pull/2466/merge' exists
Run integration tests (iOS)
The operation was canceled.
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 use a deprecated Node.js version 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/
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 (iOS)
More than one (4) device matching requirements (os:[] os_version:[] model:[iPhone 15]) have been found.
The line length exceeds the 80-character limit.: flutter_local_notifications/lib/src/flutter_local_notifications_plugin.dart#L122
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.: flutter_local_notifications/lib/src/flutter_local_notifications_plugin.dart#L244
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.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L8
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
Missing documentation for a public member.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L9
Try adding documentation for the member. See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
The line length exceeds the 80-character limit.: flutter_local_notifications/lib/src/web_flutter_local_notifications.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.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L16
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
Missing type annotation.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L17
Try specifying the type 'Map<String, int>'. See https://dart.dev/lints/always_specify_types to learn more about this problem.
Missing type annotation.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L17
Try adding a type annotation. See https://dart.dev/lints/always_specify_types to learn more about this problem.
Unnecessary use of double quotes.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L17
Try using single quotes unless the string contains single quotes. See https://dart.dev/lints/prefer_single_quotes to learn more about this problem.
Missing type annotation.: flutter_local_notifications/lib/src/web_flutter_local_notifications.dart#L18
Try specifying the type 'NotificationOptions'. See https://dart.dev/lints/always_specify_types to learn more about this problem.