flutter_nakama 0.2.0 copy "flutter_nakama: ^0.2.0" to clipboard
flutter_nakama: ^0.2.0 copied to clipboard

discontinued

Nakama is an open-source scalable game server that lets you focus on building games.

120/ 160
pub points
23
downloads

We analyzed this package 6 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: flutter_nakama.

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: flutter_nakama,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting flutter_nakama... Discovering libraries... Linking elements... Precaching local docs for 697415 elements... Initialized dartdoc with 600 libraries Generating docs for library nakama.dart from package:flutter_nakama/nakama.dart... Generating docs for library api.dart from package:flutter_nakama/api.dart... Generating docs for library rtapi.dart from package:flutter_nakama/rtapi.dart... Documented 3 public libraries in 34.4 seconds ERR: warning: ambiguous reexport of empty.pb.Empty, canonicalization candidates: (api, api) -> api (confidence 0.000) from empty.pb.Empty: (file:///tmp/pana_SQYUHL/lib/src/api/proto/google/protobuf/empty.pb.dart:12:7) api: 1.111 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1000), _Reason.locationPartStart (+0.001000)) api: 1.111 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1000), _Reason.locationPartStart (+0.001000)) Use {@canonicalFor empty.pb.Empty} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [343 more lines]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:flutter_nakama/nakama.dart that imports:
  • package:flutter_nakama/src/nakama_client/nakama_grpc_client.dart that imports:
  • package:grpc/grpc_connection_interface.dart that imports:
  • package:grpc/src/shared/streams.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Missing type annotation.

lib/src/nakama_websocket_client.dart:175:16

    ╷
175 │   void _onData(msg) {
    │                ^^^
    ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.7.0
fixnum ^1.0.0 1.1.1 1.1.1
grpc ^3.0.0 3.2.4 5.1.0
json_annotation ^4.0.1 4.12.0 4.12.0
jwt_decoder ^2.0.1 2.0.1 2.0.1
logging ^1.0.2 1.3.0 1.3.0
meta ^1.3.0 1.19.0 1.19.0
protobuf ^2.0.0 2.1.0 6.1.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.3.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
googleapis_auth - 1.4.1 2.3.4
http - 0.13.6 1.6.0
http2 - 2.3.1 3.1.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.13.0 0.13.1
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
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.4.2 2.4.2
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.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Nakama is an open-source scalable game server that lets you focus on building games.

License

MIT (license)

Dependencies

chopper, fixnum, flutter, grpc, json_annotation, jwt_decoder, logging, meta, protobuf, web_socket_channel

More

Packages that depend on flutter_nakama