Skip to content

third time's a charm? maybe? #12

third time's a charm? maybe?

third time's a charm? maybe? #12

Triggered via push July 7, 2023 11:13
Status Failure
Total duration 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dart.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 9 warnings, and 4 notices
Target of URI doesn't exist: 'package:dahlia_shared/dahlia_shared.dart'.: lib/components/desktop/wallpaper.dart#L17
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:flutter/material.dart'.: lib/components/desktop/wallpaper.dart#L18
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:pangolin/components/desktop/wallpaper_picker.dart'.: lib/components/desktop/wallpaper.dart#L19
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:pangolin/services/application.dart'.: lib/components/desktop/wallpaper.dart#L20
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:pangolin/services/wm.dart'.: lib/components/desktop/wallpaper.dart#L21
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:pangolin/widgets/context_menu.dart'.: lib/components/desktop/wallpaper.dart#L22
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:pangolin/widgets/resource/image/image.dart'.: lib/components/desktop/wallpaper.dart#L23
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:provider/provider.dart'.: lib/components/desktop/wallpaper.dart#L24
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Classes can only mix in mixins and classes.: lib/components/desktop/wallpaper.dart#L27
See https://dart.dev/diagnostics/mixin_of_non_class to learn more about this problem.
The method doesn't override an inherited method.: lib/components/desktop/wallpaper.dart#L31
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/desktop/wallpaper.dart#L54
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/desktop/wallpaper_picker.dart#L30
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/desktop/wallpaper_picker.dart#L42
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/desktop/wallpaper_picker.dart#L49
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/overlays/account_overlay.dart#L34
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/overlays/account_overlay.dart#L39
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/overlays/account_overlay.dart#L45
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: lib/components/overlays/account_overlay.dart#L51
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The declaration 'appImage' isn't referenced.: lib/components/overlays/notifications/widgets/notification.dart#L219
Try removing the declaration of 'appImage'. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
The declaration 'isCompatibleWith' isn't referenced.: lib/services/langpacks.dart#L295
Try removing the declaration of 'isCompatibleWith'. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
This case is covered by the previous cases.: lib/widgets/resource/icon/icon.dart#L55
Try removing the case clause, or restructuring the preceding patterns. See https://dart.dev/diagnostics/unreachable_switch_case to learn more about this problem.
This case is covered by the previous cases.: lib/widgets/resource/icon/icon.dart#L56
Try removing the case clause, or restructuring the preceding patterns. See https://dart.dev/diagnostics/unreachable_switch_case to learn more about this problem.