nakama 0.1.6
nakama: ^0.1.6 copied to clipboard
Nakama is an open-source scalable game server that lets you focus on building games.
We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
nakama/pubspec.yaml from the repository URL mismatch: expected https://github.com/obrunsmann/flutter_nakama but got https://github.com/heroiclabs/nakama-dart.
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: nakama, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Resolving dependencies... Downloading packages...
- _fe_analyzer_shared 91.0.0 (was 91.0.0) (92.0.0 available)
- analyzer 8.4.1 (was 8.4.1) (9.0.0 available)
- args 2.7.0 (was 2.7.0)
- async 2.13.0 (was 2.13.0)
- collection 1.19.1 (was 1.19.1)
- convert 3.1.2 (was 3.1.2)
- crypto 3.0.7 (was 3.0.7)
- csslib 1.0.2 (was 1.0.2)
[18 more lines]
ERR:
The current activation of
dartdoccannot resolve to the same set of dependencies.
Try reactivating the package.
flutter pub global activate dartdoc
Failed to update packages.
10/10 points: Package has an example
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:nakama/nakama.dartthat imports:package:nakama/src/nakama_client/nakama_grpc_client.dartthat imports:package:grpc/grpc_connection_interface.dartthat imports:package:grpc/src/shared/streams.dartthat imports:package:http2/transport.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 498 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/rest/apigrpc.swagger.dart:1728:17
╷
1728 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rest/apigrpc.swagger.dart
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/rest/apigrpc.swagger.dart:1782:17
╷
1782 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rest/apigrpc.swagger.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
chopper |
^4.0.1 |
4.0.6 | 8.5.0 | |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
fixnum |
^1.0.0 |
1.1.1 | 1.1.1 | |
grpc |
^3.0.0 |
3.2.4 | 5.1.0 | |
json_annotation |
^4.4.0 |
4.9.0 | 4.9.0 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 | |
logging |
^1.0.2 |
1.3.0 | 1.3.0 | |
meta |
^1.7.0 |
1.17.0 | 1.17.0 | |
protobuf |
^2.0.0 |
2.1.0 | 6.0.0 | |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
googleapis_auth |
- | 1.4.1 | 2.0.0 | |
http |
- | 0.13.6 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 0.5.1 | 1.1.1 |
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 `^3.0.0` on grpc does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions grpc to update the constraint.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.