upcode_ci 0.10.16+2
upcode_ci: ^0.10.16+2 copied to clipboard
A collection of tools used by Upcode team
We analyzed this package 19 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ macOS
-
✓ Windows
These platforms are not supported:
Android
Cannot assign Android automatically to a binary only package.
iOS
Cannot assign iOS automatically to a binary only package.
Web
Cannot assign Web automatically to a binary only package.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
ERROR: Target of URI hasn't been generated: '../protobuf/empty.pb.dart'.
lib/src/commands/proto/google/longrunning/operations.pbgrpc.dart:14:8
╷
14 │ import '../protobuf/empty.pb.dart' as $2;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/proto/google/longrunning/operations.pbgrpc.dart
INFO: Dangling library doc comment.
lib/src/commands/proto/google/api/client.pb.dart:1:1
╷
1 │ ///
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/proto/google/api/client.pb.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
fixnum |
^1.1.0 |
1.1.1 | 1.1.1 | |
googleapis |
^11.4.0 |
11.4.0 | 15.0.0 | |
googleapis_auth |
^1.4.1 |
1.4.1 | 2.0.0 | |
googleapis_beta |
^8.0.0 |
8.0.0 | 9.0.0 | |
grpc |
^3.2.4 |
3.2.4 | 5.1.0 | |
http |
^0.13.0 |
0.13.6 | 1.6.0 | |
http_multi_server |
^3.2.1 |
3.2.2 | 3.2.2 | |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
protobuf |
^3.1.0 |
3.1.0 | 6.0.0 | |
pub_semver |
^2.1.4 |
2.2.0 | 2.2.0 | |
strings |
^2.0.3 |
2.0.3 | 4.0.1 | |
uuid |
^4.2.1 |
4.5.2 | 4.5.2 | |
xml |
^6.4.2 |
6.6.1 | 6.6.1 | |
xml2json |
^6.2.1 |
6.2.7 | 6.2.7 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_discoveryapis_commons |
- | 1.0.6 | 1.0.7 | |
archive |
- | 3.6.1 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
meta |
- | 1.17.0 | 1.17.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 0.3.1 | 1.1.8 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^11.4.0` on googleapis does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions googleapis to update the constraint.
The constraint `^1.4.1` on googleapis_auth does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions googleapis_auth to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
URI_HAS_NOT_BEEN_GENERATED-lib/src/commands/proto/google/longrunning/operations.pbgrpc.dart:14:8- Target of URI hasn't been generated: '../protobuf/empty.pb.dart'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.