proto_x 0.0.1-pre copy "proto_x: ^0.0.1-pre" to clipboard
proto_x: ^0.0.1-pre copied to clipboard

A starting point for Dart libraries or applications.

0
likes
105/ 140
pub points
0%
popularity

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

failed
Follow Dart file conventions
15 / 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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: proto_x,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has multiple matching pubspec.yaml with name: proto_x.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

256 out of 676 API elements (37.9 %) have documentation comments.

Some symbols that are missing documentation: proto_x.Block, proto_x.Block.Block, proto_x.Block.close, proto_x.Block.open, proto_x.Block.symbol.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 15 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

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

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

Package Constraint Compatible Latest
built_collection ^5.1.0 5.1.1 5.1.1
built_value ^8.1.1 8.9.2 8.9.2
collection ^1.15.0 1.18.0 1.18.0
source_span ^1.8.1 1.10.0 1.10.0
string_scanner ^1.1.0 1.2.0 1.2.0
Transitive dependencies
Package Constraint Compatible Latest
fixnum - 1.1.0 1.1.0
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
term_glyph - 1.2.1 1.2.1

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

built_collection, built_value, collection, source_span, string_scanner

More

Packages that depend on proto_x