Merge pull request #141 from LezdCS/develop #159
Annotations
4 warnings and 5 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.
|
Unnecessary override.:
lib/src/presentation/controllers/dashboard_controller.dart#L22
Try adding behavior in the overriding member or removing the override.
See https://dart.dev/lints/unnecessary_overrides to learn more about this problem.
|
Unnecessary override.:
lib/src/presentation/controllers/dashboard_controller.dart#L32
Try adding behavior in the overriding member or removing the override.
See https://dart.dev/lints/unnecessary_overrides to learn more about this problem.
|
Use 'const' with the constructor to improve performance.:
lib/src/presentation/views/home_view.dart#L134
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
|