proto_x 0.0.1-pre
proto_x: ^0.0.1-pre copied to clipboard
A starting point for Dart libraries or applications.
We analyzed this package 3 days ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has multiple matching pubspec.yaml with name: proto_x.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: proto_x, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:11:49
╷
11 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
258 out of 688 API elements (37.5 %) have documentation comments.
Some symbols that are missing documentation: proto_x.Block, proto_x.Block.Block.new, proto_x.Block.Block.withDefault, proto_x.Block.close, proto_x.Block.open.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'SyntaxSpanBuilder?', but ends without returning a value.
lib/src/grammar/proto_x/utils/scan.dart:4:22
╷
4 │ SyntaxSpanBuilder? lastSpan() {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/grammar/proto_x/utils/scan.dart
WARNING: This function has a nullable return type of 'KeywordBuilder?', but ends without returning a value.
lib/src/grammar/proto_x/utils/scan.dart:20:19
╷
20 │ KeywordBuilder? scanKeyword(KeywordType type) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/grammar/proto_x/utils/scan.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
built_collection |
^5.1.0 |
5.1.1 | 5.1.1 | |
built_value |
^8.1.1 |
8.12.3 | 8.12.3 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
source_span |
^1.8.1 |
1.10.2 | 1.10.2 | |
string_scanner |
^1.1.0 |
1.4.1 | 1.4.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fixnum |
- | 1.1.1 | 1.1.1 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.9, Dart 3.11.0.
Check the analysis log for details.