Skip to content

provide read write api #11

provide read write api

provide read write api #11

Triggered via push June 30, 2024 19:24
Status Failure
Total duration 43s
Artifacts

CI.yml

on: push
πŸ› οΈ Validate format
26s
πŸ› οΈ Validate format
πŸ” Analyze code
35s
πŸ” Analyze code
πŸ§ͺ Run test
23s
πŸ§ͺ Run test
Fit to window
Zoom out
Zoom in

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.