Merge pull request #142 from LezdCS/develop #163
Annotations
4 warnings and 6 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/
|
Assignment to a variable of type 'void'.:
lib/src/data/repositories/streamelements_repository_impl.dart#L37
Try removing the assignment or changing the type of the variable.
See https://dart.dev/lints/void_checks to learn more about this problem.
|
Assignment to a variable of type 'void'.:
lib/src/data/repositories/twitch_repository_impl.dart#L367
Try removing the assignment or changing the type of the variable.
See https://dart.dev/lints/void_checks to learn more about this problem.
|
Use 'const' literals as arguments to constructors of '@immutable' classes.:
lib/src/domain/entities/twitch/twitch_hype_train.dart#L31
Try adding 'const' before the literal.
See https://dart.dev/lints/prefer_const_literals_to_create_immutables to learn more about this problem.
|
Use 'const' literals as arguments to constructors of '@immutable' classes.:
lib/src/domain/entities/twitch_poll.dart#L30
Try adding 'const' before the literal.
See https://dart.dev/lints/prefer_const_literals_to_create_immutables to learn more about this problem.
|
Use 'const' literals as arguments to constructors of '@immutable' classes.:
lib/src/domain/entities/twitch_prediction.dart#L38
Try adding 'const' before the literal.
See https://dart.dev/lints/prefer_const_literals_to_create_immutables to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
lib/src/presentation/views/home_view.dart#L137
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
|