Daniele Maltese

Results 11 issues of Daniele Maltese

Add code constants and tests

Considering the equivalent unity library: https://github.com/heroiclabs/nakama-dotnet/blob/f01478cb40b61f5bd8267e61d75856d9e8f4c8ae/Nakama/Client.cs#L1178-L1218 I suppose the methods for rpc should accept nullable session: https://github.com/heroiclabs/nakama-dart/commit/686f00774728e5a62951af93c84fc802204e9951

type: feature request

Migrate code generation for Satori to work as for Nakama (regenerate.sh with retrofit, remove chopper, collection and swagger_dart_code_generator dependencies) in order to have more consistency between the projects and fix...

type: bug

❌ 30/50 points: Code compiles cleanly with no errors, warnings, lints, or formatting issues. ❌ 0/10 points: All of the package dependencies are supported in the latest version https://pub.dev/packages/nakama/score ❌...

type: enhancement

Description: When generating code using Satori, the refresh token field in the generated files (`satori.swagger.dart` and `satori.swagger.g.dart`) is named `refreshToken` (camelCase). However, code only works correctly if the field is...

type: bug

- Authentication - Experiments - Flags - Events - Live events - Properties - Messages

type: documentation

As reported in #115, the [v1.2.0](https://github.com/heroiclabs/nakama-dart/releases/tag/v1.2.0) introduced some breaking changes related to certain leaderboard types. This issue aims to clarify and address the following: - Define the optimal data type...

type: enhancement