Skip to content

chore: updated pub_updater dependency to latest #762

chore: updated pub_updater dependency to latest

chore: updated pub_updater dependency to latest #762

Triggered via pull request April 14, 2024 20:53
Status Failure
Total duration 4m 11s
Artifacts

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 20 warnings, and 10 notices
Target of URI doesn't exist: 'package:flutterfire_cli/src/command_runner.dart'.: packages/flutterfire_cli/bin/flutterfire.dart#L21
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.
format
Process completed with exit code 1.
Target of URI doesn't exist: 'package:flutterfire_cli/src/common/strings.dart'.: packages/flutterfire_cli/bin/flutterfire.dart#L22
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:flutterfire_cli/src/common/utils.dart'.: packages/flutterfire_cli/bin/flutterfire.dart#L23
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:flutterfire_cli/src/flutter_app.dart'.: packages/flutterfire_cli/bin/flutterfire.dart#L24
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:flutterfire_cli/version.g.dart'.: packages/flutterfire_cli/bin/flutterfire.dart#L25
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:pub_updater/pub_updater.dart'.: packages/flutterfire_cli/bin/flutterfire.dart#L26
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.
Undefined name 'cliVersion'.: packages/flutterfire_cli/bin/flutterfire.dart#L30
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
The function 'PubUpdater' isn't defined.: packages/flutterfire_cli/bin/flutterfire.dart#L35
Try importing the library that defines 'PubUpdater', correcting the name to the name of an existing function, or defining a function named 'PubUpdater'. See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
Undefined name 'cliVersion'.: packages/flutterfire_cli/bin/flutterfire.dart#L39
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
The function 'logPromptNewCliVersionAvailable' isn't defined.: packages/flutterfire_cli/bin/flutterfire.dart#L44
Try importing the library that defines 'logPromptNewCliVersionAvailable', correcting the name to the name of an existing function, or defining a function named 'logPromptNewCliVersionAvailable'. See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
test_linux
Process completed with exit code 1.
test_macos
Process completed with exit code 1.
test_windows
Process completed with exit code 1.
The declaration 'flutter' isn't referenced.: packages/flutterfire_cli/lib/src/common/package.dart#L95
Try removing the declaration of 'flutter'. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
Closure should be a tearoff.: packages/flutterfire_cli/lib/src/common/package.dart#L96
Try using a tearoff rather than a closure. See https://dart.dev/lints/unnecessary_lambdas to learn more about this problem.
The referenced name isn't visible in scope.: packages/flutterfire_cli/lib/src/common/platform.dart#L25
Try adding an import for the referenced name. See https://dart.dev/lints/comment_references to learn more about this problem.
The referenced name isn't visible in scope.: packages/flutterfire_cli/lib/src/common/platform.dart#L28
Try adding an import for the referenced name. See https://dart.dev/lints/comment_references to learn more about this problem.
Method invocation or property access on a 'dynamic' target.: packages/flutterfire_cli/lib/src/common/plist.dart#L45
Try giving the target a type. See https://dart.dev/lints/avoid_dynamic_calls to learn more about this problem.
Method invocation or property access on a 'dynamic' target.: packages/flutterfire_cli/lib/src/common/plist.dart#L45
Try giving the target a type. See https://dart.dev/lints/avoid_dynamic_calls to learn more about this problem.
Method invocation or property access on a 'dynamic' target.: packages/flutterfire_cli/lib/src/common/plist.dart#L46
Try giving the target a type. See https://dart.dev/lints/avoid_dynamic_calls to learn more about this problem.
Method invocation or property access on a 'dynamic' target.: packages/flutterfire_cli/lib/src/common/plist.dart#L48
Try giving the target a type. See https://dart.dev/lints/avoid_dynamic_calls to learn more about this problem.
Method invocation or property access on a 'dynamic' target.: packages/flutterfire_cli/lib/src/common/plist.dart#L48
Try giving the target a type. See https://dart.dev/lints/avoid_dynamic_calls to learn more about this problem.
Unnecessary use of a null check ('!').: packages/flutterfire_cli/lib/src/common/utils.dart#L209
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, invertase/github-action-dart-analyzer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
A potentially nullable type can't be used in an 'on' clause because it isn't valid to throw a nullable expression.: packages/flutterfire_cli/bin/flutterfire.dart#L64
Try using a non-nullable type. See https://dart.dev/diagnostics/nullable_type_in_catch_clause to learn more about this problem.
The field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/base.dart#L66
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 field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/bundle_service_file.dart#L56
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 field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/bundle_service_file.dart#L59
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 field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/bundle_service_file.dart#L63
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.: packages/flutterfire_cli/lib/src/commands/bundle_service_file.dart#L82
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 field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/config.dart#L208
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 field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/config.dart#L211
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 field doesn't override an inherited getter or setter.: packages/flutterfire_cli/lib/src/commands/config.dart#L217
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.
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The method doesn't override an inherited method.: packages/flutterfire_cli/lib/src/commands/config.dart#L569
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.
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test_linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_macos
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test_macos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test_windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/