menu
flutter_nakama package
documentation
nakama.dart
nakama.dart
dark_mode
light_mode
nakama
library
Classes
Int64
An immutable 64-bit signed integer, in the range
-2^63, 2^63 - 1
. Arithmetic operations may overflow in order to maintain this range.
NakamaBaseClient
This defines the interface to communicate with Nakama API. It is a little tricky to support web (via REST) and io (via gRPC) with just one codebase so please don't use this directly but get your fitting instance with
getNakamaClient()
.
NakamaGrpcClient
Base class for communicating with Nakama via gRPC.
NakamaGrpcClient
abstracts the gRPC calls and handles authentication for you.
NakamaRestApiClient
Base class for communicating with Nakama via gRPC.
NakamaGrpcClient
abstracts the gRPC calls and handles authentication for you.
NakamaWebsocketClient
Session
Enums
StorageReadPermission
StorageWritePermission
Functions
getNakamaClient
(
{
String
?
host
,
String
?
serverKey
,
String
key
=
_kDefaultAppKey
,
int
httpPort
=
7350
,
int
grpcPort
=
7349
,
bool
ssl
=
false
})
→
NakamaBaseClient
flutter_nakama package
documentation
nakama.dart
flutter_nakama
package
Libraries
api
nakama
rtapi
nakama library