Interface abstraction #30
Annotations
13 errors and 10 warnings
format
Process completed with exit code 1.
|
The named parameter 'sane' isn't defined.:
packages/sane/example/main.dart#L15
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'sane'.
See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
|
The method 'spawn' isn't defined for the type 'NativeSane'.:
packages/sane/example/main.dart#L16
Try correcting the name to the name of an existing method, or defining a method named 'spawn'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'read' isn't defined for the type 'NativeSane'.:
packages/sane/example/main.dart#L53
Try correcting the name to the name of an existing method, or defining a method named 'read'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'cancel' isn't defined for the type 'NativeSane'.:
packages/sane/example/main.dart#L58
Try correcting the name to the name of an existing method, or defining a method named 'cancel'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'close' isn't defined for the type 'NativeSane'.:
packages/sane/example/main.dart#L59
Try correcting the name to the name of an existing method, or defining a method named 'close'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'exit' isn't defined for the type 'NativeSane'.:
packages/sane/example/main.dart#L60
Try correcting the name to the name of an existing method, or defining a method named 'exit'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'kill' isn't defined for the type 'NativeSane'.:
packages/sane/example/main.dart#L62
Try correcting the name to the name of an existing method, or defining a method named 'kill'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
Undefined name '_handle'.:
packages/sane/lib/src/impl/sane_native.dart#L275
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
The method 'cancel' isn't defined for the type 'SaneSync'.:
packages/sane/lib/src/isolate_messages/cancel.dart#L11
Try correcting the name to the name of an existing method, or defining a method named 'cancel'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'close' isn't defined for the type 'SaneSync'.:
packages/sane/lib/src/isolate_messages/close.dart#L11
Try correcting the name to the name of an existing method, or defining a method named 'close'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
test
0 tests passed, 2 failed.
|
test
Process completed with exit code 1.
|
The method doesn't override an inherited method.:
packages/sane/lib/src/impl/sane_dev.dart#L12
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.:
packages/sane/lib/src/impl/sane_dev.dart#L25
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.:
packages/sane/lib/src/impl/sane_dev.dart#L36
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.:
packages/sane/lib/src/impl/sane_dev.dart#L49
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.:
packages/sane/lib/src/impl/sane_dev.dart#L62
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.:
packages/sane/lib/src/impl/sane_dev.dart#L82
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.:
packages/sane/lib/src/impl/sane_dev.dart#L115
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.:
packages/sane/lib/src/impl/sane_dev.dart#L135
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.
|
Unused import: 'package:sane/src/impl/sane_sync.dart'.:
packages/sane/lib/src/isolate_messages/control_button_option.dart#L1
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
Unused import: 'package:sane/src/impl/sane_sync.dart'.:
packages/sane/lib/src/isolate_messages/control_option.dart#L1
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|