Skip to content

refactor: improve AndroidAlarmManager example with null-safety and cleaner code #404

refactor: improve AndroidAlarmManager example with null-safety and cleaner code

refactor: improve AndroidAlarmManager example with null-safety and cleaner code #404

Triggered via pull request December 14, 2025 01:29
Status Cancelled
Total duration 6m 53s
Artifacts
Dart Analyzer
1m 31s
Dart Analyzer
android_example_build
6m 50s
android_example_build
Matrix: android_integration_test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 notices
android_integration_test (34)
The macOS-13 based runner images are now retired. For more details, see https://github.com/actions/runner-images/issues/13046.
android_integration_test (31)
The macOS-13 based runner images are now retired. For more details, see https://github.com/actions/runner-images/issues/13046.
android_integration_test (26)
The macOS-13 based runner images are now retired. For more details, see https://github.com/actions/runner-images/issues/13046.
android_integration_test (22)
The macOS-13 based runner images are now retired. For more details, see https://github.com/actions/runner-images/issues/13046.
Dart Analyzer
Dart Analyzer detected problems, see the logs for more information.
Undefined name 'IsolateNameServer'.: packages/android_alarm_manager_plus/example/lib/main.dart#L88
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
Undefined name 'IsolateNameServer'.: packages/android_alarm_manager_plus/example/lib/main.dart#L24
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
'port' can't be used as a setter because it's final.: packages/android_alarm_manager_plus/example/integration_test/android_alarm_manager_plus_test.dart#L127
Try finding a different setter, or making 'port' non-final. See https://dart.dev/diagnostics/assignment_to_final to learn more about this problem.
android_example_build
Process completed with exit code 1.
android_integration_test (34)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
android_integration_test (31)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
android_integration_test (26)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
android_integration_test (22)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Invalid use of a private type in a public API.: packages/android_alarm_manager_plus/example/lib/main.dart#L53
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.