chore(overlay): improved overlay handling #43
Annotations
1 error, 7 warnings, and 10 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
analyze
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/
|
Unused import: 'app.dart'.:
lib/purchase_base.dart#L8
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
The value of the local variable 'dashboardStore' isn't used.:
lib/views/dashboard/widgets/scenes/scene_content/media_inputs/media_inputs.dart#L24
Try removing the variable or using it.
See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
|
Unused import: 'package:flutter_mobx/flutter_mobx.dart'.:
lib/views/dashboard/widgets/scenes/studio_mode_transition_button.dart#L2
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Invalid use of a private type in a public API.:
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.
|
'strain' is deprecated and shouldn't be used. Not used in protocol > 5.X.:
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.
|
'numTotalFrames' is deprecated and shouldn't be used. Not used in protocol > 5.X.:
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.
|
'numDroppedFrames' is deprecated and shouldn't be used. Not used in protocol > 5.X.:
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.
|
'strain' is deprecated and shouldn't be used. Not used in protocol > 5.X.:
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.
|
'numTotalFrames' is deprecated and shouldn't be used. Not used in protocol > 5.X.:
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.
|
'numDroppedFrames' is deprecated and shouldn't be used. Not used in protocol > 5.X.:
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.
|
Invalid use of a private type in a public API.:
lib/purchase_base.dart#L28
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.
|
Invalid use of a private type in a public API.:
lib/shared/animator/fader.dart#L20
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.
|
Invalid use of a private type in a public API.:
lib/shared/animator/order_button.dart#L15
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.
|