build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /cloud_functions/functions #552
Annotations
1 error, 3 warnings, and 10 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
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 private field _loading could be 'final'.:
vertexai/lib/pages/video_page.dart#L34
Try making the field 'final'.
See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
|
The variable name 'vertex_instance' isn't a lowerCamelCase identifier.:
vertexai/lib/pages/function_calling_page.dart#L44
Try changing the name to follow the lowerCamelCase style.
See https://dart.dev/diagnostics/non_constant_identifier_names to learn more about this problem.
|
The imported package 'firebase_auth' isn't a dependency of the importing package.:
vertexai/lib/pages/function_calling_page.dart#L17
Try adding a dependency for 'firebase_auth' in the 'pubspec.yaml' file.
See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.
|
Don't invoke 'print' in production code.:
vertexai/lib/pages/document.dart#L67
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|
The local variable '_prompt' starts with an underscore.:
vertexai/lib/pages/document.dart#L47
Try renaming the variable to not start with an underscore.
See https://dart.dev/diagnostics/no_leading_underscores_for_local_identifiers to learn more about this problem.
|
The private field _loading could be 'final'.:
vertexai/lib/pages/document.dart#L34
Try making the field 'final'.
See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
|
The private field _chunkBuilder could be 'final'.:
vertexai/lib/pages/bidi_page.dart#L53
Try making the field 'final'.
See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
|
Don't invoke 'print' in production code.:
vertexai/lib/pages/audio_page.dart#L77
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|
Don't invoke 'print' in production code.:
vertexai/lib/pages/audio_page.dart#L49
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|
The imported package 'firebase_auth' isn't a dependency of the importing package.:
vertexai/lib/main.dart#L16
Try adding a dependency for 'firebase_auth' in the 'pubspec.yaml' file.
See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.
|