magx_client 4.0.2 copy "magx_client: ^4.0.2" to clipboard
magx_client: ^4.0.2 copied to clipboard

Dart Client for MagX multiplayer game server.

3
likes
80/ 140
pub points
0%
popularity

We analyzed this package 46 hours ago, and awarded it 80 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: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting magx_client... Discovering libraries... Linking elements... Precaching local docs for 183012 elements... Initialized dartdoc with 482 libraries Generating docs for library magx_converters.dart from package:magx_client/magx_converters.dart... Generating docs for library magx_client.dart from package:magx_client/magx_client.dart... Documented 2 public libraries in 35.2 seconds ERR: warning: magx_client has no library level documentation comments from magx_client: (file:///tmp/pana_AIHQQA/lib/magx_converters.dart:1:9) error: file already written at "magx_client/magx_client-library.html" for symbol magx_client: (file:///tmp/pana_AIHQQA/lib/magx_client.dart:4:9) conflicting with file already generated by magx_client: (file:///tmp/pana_AIHQQA/lib/magx_converters.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'magx_client' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one symbol's [11 more lines]

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 not compatible with platform Web

Because:

  • package:magx_client/magx_client.dart that imports:
  • package:magx_client/src/room/room.dart that imports:
  • package:magx_client/src/client.dart that imports:
  • package:magx_client/src/connection/ws_connection.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 29 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/connection/connection.freezed.dart:132:17

    ╷
132 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/room/room_data.freezed.dart:161:17

    ╷
161 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/room/room_data.freezed.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
chopper ^4.0.1 4.0.6 7.4.0
freezed_annotation ^0.14.0 0.14.3 2.4.1
http ^0.13.4 0.13.6 1.2.1
json_serializable ^5.0.2 5.0.2 6.8.0
match ^0.4.0 0.4.1 0.4.1
meta ^1.7.0 1.14.0 1.14.0
msgpack_dart ^1.0.0 1.0.1 1.0.1
quiver ^3.0.1 3.2.1 3.2.1
rxdart ^0.27.2 0.27.7 0.27.7
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 31.0.0 68.0.0
analyzer - 2.8.0 6.5.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
build - 2.4.1 2.4.1
build_config - 1.0.0 1.1.1
checked_yaml - 2.0.1 2.0.3
cli_util - 0.3.5 0.4.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.2.1 2.3.6
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
http_parser - 4.0.2 4.0.2
json_annotation - 4.1.0 4.9.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.1.0 1.2.3
source_gen - 1.2.2 1.5.0
source_helper - 1.3.2 1.3.4
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

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

Found 4 issues. Showing the first 2:

The constraint `^4.0.1` on chopper does not support the stable version `5.0.0`.

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

The constraint `^0.14.0` on freezed_annotation does not support the stable version `0.15.0`.

Try running dart pub upgrade --major-versions freezed_annotation 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.

3
likes
80
pub points
0%
popularity

Publisher

unverified uploader

Dart Client for MagX multiplayer game server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

chopper, freezed_annotation, http, json_serializable, match, meta, msgpack_dart, quiver, rxdart

More

Packages that depend on magx_client