Next #62
Annotations
8 errors, 10 warnings, and 10 notices
The element type 'MapSchema' can't be assigned to the map value type 'SchemaType<MapSchema>'.:
packages/superdeck_core/lib/src/models/block_model.dart#L42
See https://dart.dev/diagnostics/map_value_type_not_assignable to learn more about this problem.
|
The element type 'MapSchema' can't be assigned to the map value type 'SchemaType<MapSchema>'.:
packages/superdeck_core/lib/src/models/block_model.dart#L43
See https://dart.dev/diagnostics/map_value_type_not_assignable to learn more about this problem.
|
The element type 'MapSchema' can't be assigned to the map value type 'SchemaType<MapSchema>'.:
packages/superdeck_core/lib/src/models/block_model.dart#L44
See https://dart.dev/diagnostics/map_value_type_not_assignable to learn more about this problem.
|
The element type 'MapSchema' can't be assigned to the map value type 'SchemaType<MapSchema>'.:
packages/superdeck_core/lib/src/models/block_model.dart#L45
See https://dart.dev/diagnostics/map_value_type_not_assignable to learn more about this problem.
|
The element type 'Ok<ListSchema<DiscriminatedMapSchema, Object>, List<Object>>' can't be assigned to the map value type 'Schema<Object>'.:
packages/superdeck_core/lib/src/models/block_model.dart#L78
See https://dart.dev/diagnostics/map_value_type_not_assignable to learn more about this problem.
|
The method '_nullable' isn't defined for the type 'Ok'.:
packages/superdeck_core/lib/src/models/block_model.dart#L137
Try correcting the name to the name of an existing method, or defining a method named '_nullable'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method '_nullable' isn't defined for the type 'Ok'.:
packages/superdeck_core/lib/src/models/block_model.dart#L169
Try correcting the name to the name of an existing method, or defining a method named '_nullable'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
Test
Dart Analyzer detected problems, see the logs for more information.
|
A value for optional parameter 'key' isn't ever given.:
packages/superdeck/lib/src/components/atoms/slide_thumbnail.dart#L53
Try removing the unused parameter.
See https://dart.dev/diagnostics/unused_element_parameter to learn more about this problem.
|
The declaration '_showOverlayMenu' isn't referenced.:
packages/superdeck/lib/src/components/atoms/slide_thumbnail.dart#L80
Try removing the declaration of '_showOverlayMenu'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
The value of the field '_uniqueKey' isn't used.:
packages/superdeck/lib/src/components/organisms/webview_wrapper.dart#L14
Try removing the field, or using it.
See https://dart.dev/diagnostics/unused_field to learn more about this problem.
|
The value of the local variable 'configuration' isn't used.:
packages/superdeck/lib/src/components/parts/background.dart#L24
Try removing the variable or using it.
See https://dart.dev/diagnostics/unused_local_variable 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.
|
'dialogBackgroundColor' is deprecated and shouldn't be used. Use DialogThemeData.backgroundColor instead. This feature was deprecated after v3.27.0-0.1.pre.:
packages/superdeck/lib/src/modules/common/helpers/theme.dart#L9
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.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L5
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L6
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L7
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L8
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L9
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L10
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L11
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|
Uses 'await' on an instance of 'String', which is not a subtype of 'Future'.:
packages/superdeck_cli/lib/src/commands/build_command.dart#L107
Try removing the 'await' or changing the expression.
See https://dart.dev/diagnostics/await_only_futures to learn more about this problem.
|
Use relative imports for files in the 'lib' directory.:
packages/superdeck_cli/lib/src/generator_pipeline.dart#L4
Try converting the URI to a relative URI.
See https://dart.dev/diagnostics/prefer_relative_imports to learn more about this problem.
|