flutter_nakama 0.1.0 flutter_nakama: ^0.1.0 copied to clipboard
Nakama is an open-source scalable game server that lets you focus on building games.
0.1.5 #
- Adds (Real-Time chat)[https://heroiclabs.com/docs/nakama/concepts/chat]
- Fixed missing session passing on
writeStorageObject()
(issue with multiple clients)
0.1.4 #
- Adds
onError()
andonDone()
callbacks toNakamaWebsocketClient
0.1.3 #
- Fixes that the given server key was ignored
0.1.2 #
- Fully implements all authentication methods
- Enhanced documentation and adds link to package
0.1.1 #
- Fixed analyzer issues on web platform
- Breaking Change: use
getNakamaClient()
instead ofNakamaBaseClient.adaptive()
0.1.0 #
- First release