Skip to content

Implement singleton logic #11

Implement singleton logic

Implement singleton logic #11

Triggered via pull request November 4, 2024 08:54
Status Failure
Total duration 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
Constructor declarations should be before non-constructor declarations.: packages/sane/lib/src/sane.dart#L23
Try moving the constructor declaration before all other members. See https://dart.dev/lints/sort_constructors_first to learn more about this problem.
Constructor declarations should be before non-constructor declarations.: packages/sane/lib/src/sane.dart#L72
Try moving the constructor declaration before all other members. See https://dart.dev/lints/sort_constructors_first to learn more about this problem.
Invalid location for the unnamed constructor.: packages/sane/lib/src/sane.dart#L72
Try moving the unnamed constructor before all other constructors. See https://dart.dev/lints/sort_unnamed_constructors_first to learn more about this problem.