Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allan-nava/nakama-flutter
Dart / Flutter client for Nakama server.
https://github.com/allan-nava/nakama-flutter
dart flutter nakama
Last synced: 11 days ago
JSON representation
Dart / Flutter client for Nakama server.
- Host: GitHub
- URL: https://github.com/allan-nava/nakama-flutter
- Owner: Allan-Nava
- License: mit
- Created: 2021-04-19T12:18:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:43:39.000Z (14 days ago)
- Last Synced: 2024-10-24T19:25:55.071Z (13 days ago)
- Topics: dart, flutter, nakama
- Language: Dart
- Homepage: https://github.com/obrunsmann/flutter_nakama
- Size: 606 KB
- Stars: 123
- Watchers: 4
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nakama_flutter
> Dart client for Nakama server.
[Nakama](https://github.com/heroiclabs/nakama) is an open-source server designed to power modern games and apps. Features include user accounts, chat, social, matchmaker, realtime multiplayer, and much [more](https://heroiclabs.com).
## Nakama flutter sdk
Stable version: https://github.com/obrunsmann/flutter_nakama
## Getting Started
You'll need to setup the server and database before you can connect with the client. The simplest way is to use Docker but have a look at the [server documentation](https://github.com/heroiclabs/nakama#getting-started) for other options.
1. Install and run the servers. Follow these [instructions](https://heroiclabs.com/docs/install-docker-quickstart).
2. The Flutter SDK can be imported with pubspec.yaml```yaml
nakama_flutter
```# Protocol Buffers
[protocol buffers dart](https://developers.google.com/protocol-buffers/docs/reference/dart-generated)
This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.