Skip to content

Update pubspec.yaml #206

Update pubspec.yaml

Update pubspec.yaml #206

Triggered via push April 24, 2024 09:40
Status Success
Total duration 1m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 4 notices
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/
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/
The member 'emotes' overrides an inherited member but isn't annotated with '@override'.: lib/src/domain/entities/chat/chat_message.dart#L54
Try adding the '@OverRide' annotation. See https://dart.dev/lints/annotate_overrides to learn more about this problem.
The local variable '_rawData' starts with an underscore.: lib/src/domain/entities/chat/chat_message.dart#L350
Try renaming the variable to not start with an underscore. See https://dart.dev/lints/no_leading_underscores_for_local_identifiers to learn more about this problem.
Use a 'SizedBox' to add whitespace to a layout.: lib/src/presentation/widgets/chats/select_channel_dialog.dart#L20
Try using a 'SizedBox' rather than a 'Container'. See https://dart.dev/lints/sized_box_for_whitespace to learn more about this problem.
Use 'const' literals as arguments to constructors of '@immutable' classes.: lib/src/presentation/widgets/settings/chats_joined.dart#L285
Try adding 'const' before the literal. See https://dart.dev/lints/prefer_const_literals_to_create_immutables to learn more about this problem.