maxwell_protocol 0.7.1 copy "maxwell_protocol: ^0.7.1" to clipboard
maxwell_protocol: ^0.7.1 copied to clipboard

The maxwell protocol implementation for dart.

0
likes
130/ 160
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

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: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

266 out of 1093 API elements (24.3 %) have documentation comments.

Some symbols that are missing documentation: maxwell_protocol, maxwell_protocol.BuilderInfo.a, maxwell_protocol.BuilderInfo.aOM, maxwell_protocol.BuilderInfo.aQM, maxwell_protocol.BuilderInfo.add.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

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

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

Found 10 issues. Showing the first 2:

INFO: The variable name 'encode_msg' isn't a lowerCamelCase identifier.

lib/maxwell_protocol.dart:8:11

  ╷
8 │ Uint8List encode_msg(GeneratedMessage msg) {
  │           ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/maxwell_protocol.dart

INFO: The variable name 'decode_msg' isn't a lowerCamelCase identifier.

lib/maxwell_protocol.dart:162:18

    ╷
162 │ GeneratedMessage decode_msg(Uint8List encodedMsg) {
    │                  ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/maxwell_protocol.dart

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

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

Package Constraint Compatible Latest
fixnum ^1.0.0 1.1.0 1.1.0
protobuf ^3.1.0 3.1.0 3.1.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.19.0 1.19.0
meta - 1.15.0 1.15.0

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.22.6, Dart 3.4.3.

Check the analysis log for details.

0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

The maxwell protocol implementation for dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fixnum, protobuf

More

Packages that depend on maxwell_protocol