Included idx specific changes #451
Annotations
1 error, 4 warnings, and 1 notice
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
|
The value of the field '_functionCallModel' isn't used.:
vertexai/lib/main.dart#L76
Try removing the field, or using it.
See https://dart.dev/diagnostics/unused_field to learn more about this problem.
|
|
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/
|
|
Don't invoke 'print' in production code.:
vertexai/lib/main.dart#L396
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|