Skip to content

Auto-update dependencies. #288

Auto-update dependencies.

Auto-update dependencies. #288

Triggered via pull request October 4, 2024 18:37
Status Failure
Total duration 1m 32s
Artifacts

analyzer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 11 warnings, and 8 notices
Target of URI doesn't exist: 'package:flutter/material.dart'.: vertexai/lib/main.dart#L15
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:flutter/services.dart'.: vertexai/lib/main.dart#L16
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:flutter_markdown/flutter_markdown.dart'.: vertexai/lib/main.dart#L17
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:firebase_vertexai/firebase_vertexai.dart'.: vertexai/lib/main.dart#L18
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Target of URI doesn't exist: 'package:firebase_core/firebase_core.dart'.: vertexai/lib/main.dart#L19
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
The function 'runApp' isn't defined.: vertexai/lib/main.dart#L22
Try importing the library that defines 'runApp', correcting the name to the name of an existing function, or defining a function named 'runApp'. See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
Classes can only extend other classes.: vertexai/lib/main.dart#L25
Try specifying a different superclass, or removing the extends clause. See https://dart.dev/diagnostics/extends_non_class to learn more about this problem.
No associated named super constructor parameter.: vertexai/lib/main.dart#L26
Try changing the name to the name of an existing named super constructor parameter, or creating such named parameter. See https://dart.dev/diagnostics/super_formal_parameter_without_associated_named to learn more about this problem.
Undefined class 'Widget'.: vertexai/lib/main.dart#L29
Try changing the name to the name of an existing class, or creating a class with the name 'Widget'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
Undefined class 'BuildContext'.: vertexai/lib/main.dart#L29
Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
The method doesn't override an inherited method.: vertexai/lib/main.dart#L29
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: vertexai/lib/main.dart#L50
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: vertexai/lib/main.dart#L55
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: vertexai/lib/main.dart#L71
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
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.
The method doesn't override an inherited method.: vertexai/lib/main.dart#L86
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: vertexai/lib/main.dart#L130
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: vertexai/lib/main.dart#L441
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The null-check pattern will have no effect because the matched type isn't nullable.: vertexai/lib/main.dart#L463
Try replacing the null-check pattern with its nested pattern. See https://dart.dev/diagnostics/unnecessary_null_check_pattern to learn more about this problem.