Implement singleton logic #11
Annotations
1 error and 3 notices
Run invertase/github-action-dart-analyzer@v3
Dart Analyzer detected problems, see the logs for more information.
|
Run invertase/github-action-dart-analyzer@v3:
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.
|
Run invertase/github-action-dart-analyzer@v3:
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.
|
Run invertase/github-action-dart-analyzer@v3:
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.
|
Loading