antinvestor_api_lostid 1.52.1
antinvestor_api_lostid: ^1.52.1 copied to clipboard
Dart client library for Ant Investor Lostid Service - Lost ID recovery and verification
We analyzed this package 31 hours ago, and awarded it 50 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting antinvestor_api_lostid... Discovering libraries... ERR: dartdoc 9.0.0 (/tmp/analyzerWKVNKQ/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.7.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/analyzerWKVNKQ/pub-cache/[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:198:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:281:22)
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 32 issues. Showing the first 2:
ERROR: Undefined class 'FieldMask'.
lib/src/buf/validate/validate.pb.dart:6441:5
╷
6441 │ $1.FieldMask? const_1,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/buf/validate/validate.pb.dart
ERROR: The name 'FieldMask' isn't a type, so it can't be used as a type argument.
lib/src/buf/validate/validate.pb.dart:6444:20
╷
6444 │ $core.Iterable<$1.FieldMask>? example,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/buf/validate/validate.pb.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
antinvestor_api_common |
^1.52.0 |
1.52.0 | 1.52.0 | |
connectrpc |
^1.0.0 |
1.0.0 | 1.0.0 | |
fixnum |
^1.1.0 |
1.1.1 | 1.1.1 | |
protobuf |
^4.2.0 |
4.2.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
http2 |
- | 2.3.1 | 2.3.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.2.0` on protobuf does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions protobuf 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 32 errors:
UNDEFINED_CLASS-lib/src/buf/validate/validate.pb.dart:6441:5- Undefined class 'FieldMask'.NON_TYPE_AS_TYPE_ARGUMENT-lib/src/buf/validate/validate.pb.dart:6444:20- The name 'FieldMask' isn't a type, so it can't be used as a type argument.NON_TYPE_AS_TYPE_ARGUMENT-lib/src/buf/validate/validate.pb.dart:6466:11- The name 'FieldMask' isn't a type, so it can't be used as a type argument.
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.