Implement singleton logic #11
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.
|