Nakama Flutter Client
Nakama is an open-source scalable game server. This is a Flutter client for Nakama written in pure dart and supports cross platform gaming on iOS, Android, Web and more.
? Getting Started
1. Setup Nakama Server
You need a Nakama instance for developing. I suggest setting up Nakama with Docker Compose. You find a tutorial here: Install Nakama with Docker Compose and here Installation & Setup.
2. Add flutter_nakama to pubspec.yaml.
3. Create nakama base client
4. Use the SDK
For example start with logging into an user account:
Documentation
Flutter SDK Docs:
https://flutter-nakama.gitbook.io
Nakama Docs:
https://heroiclabs.com/docs