Skip to content

chore(adaptivetextfield): added min sizing #61

chore(adaptivetextfield): added min sizing

chore(adaptivetextfield): added min sizing #61

Triggered via push March 15, 2024 10:52
Status Failure
Total duration 1m 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 12 warnings, and 10 notices
The name 'key' is already defined.: lib/shared/general/base/adaptive_text_field.dart#L66
Try renaming one of the declarations. See https://dart.dev/diagnostics/duplicate_definition to learn more about this problem.
analyze
Dart Analyzer detected problems, see the logs for more information.
analyze
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/.
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: 'package:obs_blade/views/dashboard/widgets/obs_widgets/obs_widgets.dart'.: lib/views/dashboard/dashboard.dart#L12
Try removing the import directive. See https://dart.dev/diagnostics/unused_import to learn more about this problem.
Unused import: 'package:obs_blade/views/dashboard/widgets/obs_widgets/obs_widgets_mobile.dart'.: lib/views/dashboard/dashboard.dart#L13
Try removing the import directive. See https://dart.dev/diagnostics/unused_import to learn more about this problem.
Unused import: '../../shared/general/base/divider.dart'.: lib/views/dashboard/dashboard.dart#L17
Try removing the import directive. See https://dart.dev/diagnostics/unused_import to learn more about this problem.
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.
Constructors for public widgets should have a named 'key' parameter.: 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.
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.
Constructors for public widgets should have a named 'key' parameter.: 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.