upcode_ci 0.10.11 copy "upcode_ci: ^0.10.11" to clipboard
upcode_ci: ^0.10.11 copied to clipboard

A collection of tools used by Upcode team

6
likes
60/ 140
pub points
6%
popularity

We analyzed this package 4 days ago, and awarded it 60 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 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.

failed
Provide documentation
10 / 20trigger folding of the section

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.

OK
Platform support
20 / 20trigger folding of the section

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.

failed
Pass static analysis
0 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.4.2 2.5.0 2.5.0
collection ^1.18.0 1.18.0 1.18.0
fixnum ^1.1.0 1.1.0 1.1.0
googleapis ^11.4.0 11.4.0 13.1.0
googleapis_auth ^1.4.1 1.4.1 1.6.0
googleapis_beta ^8.0.0 8.0.0 9.0.0
grpc ^3.2.4 3.2.4 3.2.4
http ^0.13.0 0.13.6 1.2.1
http_multi_server ^3.2.1 3.2.1 3.2.1
intl ^0.18.1 0.18.1 0.19.0
path ^1.8.3 1.9.0 1.9.0
protobuf ^3.1.0 3.1.0 3.1.0
pub_semver ^2.1.4 2.1.4 2.1.4
strings ^2.0.3 2.0.3 3.1.1
uuid ^4.2.1 4.4.0 4.4.0
xml ^6.4.2 6.5.0 6.5.0
xml2json ^6.2.1 6.2.3 6.2.3
yaml ^3.1.2 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
_discoveryapis_commons - 1.0.6 1.0.6
archive - 3.4.10 3.4.10
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
http2 - 2.3.0 2.3.0
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
lists - 1.0.1 1.0.1
meta - 1.14.0 1.14.0
petitparser - 6.0.2 6.0.2
pointycastle - 3.9.0 3.9.0
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
unicode - 0.3.1 0.3.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 5 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 `^8.0.0` on googleapis_beta does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions googleapis_beta to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.