chore(streaming mode): some enhancements for the basic layout of this… #59
Annotations
1 error, 12 warnings, and 10 notices
Run flutter analyze
Dart Analyzer detected problems, see the logs for more information.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, subosito/flutter-action@v1, invertase/github-action-dart-analyzer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, subosito/flutter-action@v1, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run flutter analyze:
lib/types/classes/api/filter.freezed.dart#L184
Try using a non-nullable type.
|
Run flutter analyze:
lib/types/classes/api/input.freezed.dart#L236
Try using a non-nullable type.
|
Run flutter analyze:
lib/types/classes/api/input_channel.freezed.dart#L141
Try using a non-nullable type.
|
Run flutter analyze:
lib/types/classes/api/scene.freezed.dart#L130
Try using a non-nullable type.
|
Run flutter analyze:
lib/types/classes/api/scene_item.freezed.dart#L377
Try using a non-nullable type.
|
Run flutter analyze:
lib/types/classes/api/scene_item_transform.freezed.dart#L389
Try using a non-nullable type.
|
Run flutter analyze:
lib/types/classes/api/transition.freezed.dart#L219
Try using a non-nullable type.
|
Run flutter analyze:
lib/views/dashboard/dashboard.dart#L12
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
Run flutter analyze:
lib/views/dashboard/dashboard.dart#L13
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
Run flutter analyze:
lib/views/dashboard/dashboard.dart#L17
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
Run flutter analyze:
lib/main.dart#L39
Try making the private type public, or making the API that uses the private type also be private.
See https://dart.dev/lints/library_private_types_in_public_api to learn more about this problem.
|
Run flutter analyze:
lib/models/past_stream_data.g.dart#L25
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Run flutter analyze:
lib/models/past_stream_data.g.dart#L27
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Run flutter analyze:
lib/models/past_stream_data.g.dart#L28
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Run flutter analyze:
lib/models/past_stream_data.g.dart#L54
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Run flutter analyze:
lib/models/past_stream_data.g.dart#L58
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Run flutter analyze:
lib/models/past_stream_data.g.dart#L60
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Run flutter analyze:
lib/purchase_base.dart#L21
Try adding a named parameter to the constructor.
See https://dart.dev/lints/use_key_in_widget_constructors to learn more about this problem.
|
Run flutter analyze:
lib/purchase_base.dart#L27
Try making the private type public, or making the API that uses the private type also be private.
See https://dart.dev/lints/library_private_types_in_public_api to learn more about this problem.
|
Run flutter analyze:
lib/shared/animator/fader.dart#L10
Try adding a named parameter to the constructor.
See https://dart.dev/lints/use_key_in_widget_constructors to learn more about this problem.
|
The logs for this run have expired and are no longer available.
Loading