Skip to content

chore(filter): greatly improved filter settings, nasty code - need to… #3

chore(filter): greatly improved filter settings, nasty code - need to…

chore(filter): greatly improved filter settings, nasty code - need to… #3

Triggered via push December 11, 2023 19:08
Status Success
Total duration 1m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 10 notices
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/
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#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.
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.