maxwell_client 0.8.1 copy "maxwell_client: ^0.8.1" to clipboard
maxwell_client: ^0.8.1 copied to clipboard

A maxwell client for dart.

0
likes
100/ 140
pub points
0%
popularity

We analyzed this package 3 days ago, and awarded it 100 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: 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

270 out of 1232 API elements (21.9 %) have documentation comments.

Some symbols that are missing documentation: maxwell_client, maxwell_client.BuilderInfo.a, maxwell_client.BuilderInfo.aOM, maxwell_client.BuilderInfo.aQM, maxwell_client.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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:maxwell_client/maxwell_client.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

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

lib/src/master.dart:11:7

   ╷
11 │   int _endpoint_index = -1;
   │       ^^^^^^^^^^^^^^^
   ╵

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

INFO: Use 'isEmpty' instead of 'length' to test whether the collection is empty.

lib/src/master.dart:61:9

   ╷
61 │     if (this._endpoints.length == 0) {
   │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/master.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
async ^2.11.0 2.11.0 2.11.0
fixnum ^1.0.0 1.1.0 1.1.0
http ^1.1.0 1.2.1 1.2.1
logger ^1.4.0 1.4.0 2.2.0
maxwell_protocol ^0.7.1 0.7.1 0.7.1
meta ^1.9.1 1.14.0 1.14.0
time ^2.1.3 2.1.4 2.1.4
tuple ^2.0.2 2.0.2 2.0.2
web_socket_channel ^2.4.0 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
http_parser - 4.0.2 4.0.2
path - 1.9.0 1.9.0
protobuf - 3.1.0 3.1.0
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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

The constraint `^1.4.0` on logger does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.