Next #56
Annotations
2 errors, 10 warnings, and 10 notices
The getter 'title' isn't defined for the type 'SlideOptions'.:
packages/superdeck/example/lib/src/parts/header.dart#L22
Try importing the library that defines 'title', correcting the name to the name of an existing getter, or defining a getter or field named 'title'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
Test
Dart Analyzer detected problems, see the logs for more information.
|
The declaration '_colorFromHex' isn't referenced.:
packages/superdeck/example/lib/src/parts/background.dart#L5
Try removing the declaration of '_colorFromHex'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration '_accent' isn't referenced.:
packages/superdeck/example/lib/src/style.dart#L6
Try removing the declaration of '_accent'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration '_showOverlayMenu' isn't referenced.:
packages/superdeck/lib/src/components/atoms/slide_thumbnail.dart#L152
Try removing the declaration of '_showOverlayMenu'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
This method overrides a method annotated as '@mustCallSuper' in 'AutomaticKeepAliveClientMixin', but doesn't invoke the overridden method.:
packages/superdeck/lib/src/components/organisms/webview_wrapper.dart#L76
See https://dart.dev/diagnostics/must_call_super to learn more about this problem.
|
The declaration 'of' isn't referenced.:
packages/superdeck/lib/src/modules/common/styles/style_spec.g.dart#L28
Try removing the declaration of 'of'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration 'of' isn't referenced.:
packages/superdeck/lib/src/modules/common/styles/style_spec.g.dart#L239
Try removing the declaration of 'of'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration 'of' isn't referenced.:
packages/superdeck/lib/src/modules/common/styles/style_spec.g.dart#L467
Try removing the declaration of 'of'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration 'of' isn't referenced.:
packages/superdeck/lib/src/modules/common/styles/style_spec.g.dart#L706
Try removing the declaration of 'of'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration 'of' isn't referenced.:
packages/superdeck/lib/src/modules/common/styles/style_spec.g.dart#L963
Try removing the declaration of 'of'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The declaration 'of' isn't referenced.:
packages/superdeck/lib/src/modules/common/styles/style_spec.g.dart#L1292
Try removing the declaration of 'of'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/example/lib/src/style.dart#L60
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/example/lib/src/style.dart#L61
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/example/lib/src/style.dart#L89
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/example/lib/src/style.dart#L90
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
Invalid use of a private type in a public API.:
packages/superdeck/lib/src/components/atoms/loading_indicator.dart#L12
Try making the private type public, or making the API that uses the private type also be private.
See https://dart.dev/diagnostics/library_private_types_in_public_api to learn more about this problem.
|
Invalid use of a private type in a public API.:
packages/superdeck/lib/src/components/atoms/loading_indicator.dart#L90
Try making the private type public, or making the API that uses the private type also be private.
See https://dart.dev/diagnostics/library_private_types_in_public_api to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/lib/src/components/atoms/loading_indicator.dart#L99
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/lib/src/components/atoms/loading_indicator.dart#L100
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/lib/src/components/atoms/loading_indicator.dart#L101
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|
'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.:
packages/superdeck/lib/src/components/molecules/slide_screen.dart#L23
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|