feat: hash-object subcommand #15
CI.yml
on: push
π οΈ Validate format
35s
π Analyze code
55s
π§ͺ Run test
42s
Annotations
4 errors and 2 warnings
The named parameter 'hint' isn't defined.:
apps/calculator/lib/src/rust/frb_generated.dart#L98
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hint'.
See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
|
The named parameter 'hint' isn't defined.:
apps/calculator/lib/src/rust/frb_generated.dart#L123
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hint'.
See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
|
Classes and mixins can only implement other classes and mixins.:
apps/calculator/lib/src/rust/frb_generated.web.dart#L90
Try specifying a class or mixin, or remove the name from the list.
See https://dart.dev/diagnostics/implements_non_class to learn more about this problem.
|
π Analyze code
Dart Analyzer detected problems, see the logs for more information.
|
The method doesn't override an inherited method.:
apps/calculator/lib/src/rust/frb_generated.web.dart#L92
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.:
apps/calculator/lib/src/rust/frb_generated.web.dart#L95
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.
|