nakama-dart

Pure Dart Client for Nakama Server

Stars
166
Committers
10
nakama-dart - v1.1.0 Latest Release

Published by lugehorsam 7 months ago

  • Added: Adds the Satori SDK for Dart. Satori is our liveops server for game studios. Read more about it in the documentation.
  • Added: Module now exports channel_messages #85
  • Fixed: LeaderboardRecordList parsing issue #52
nakama-dart - v1.0.5

Published by obrunsmann 10 months ago

  • Fixed: Cursors are nullable FriendsList.cursor, GroupList.cursor, UserGroupList.cursor, GroupUserList.cursor, NotificationList.cursor
nakama-dart - v1.0.4

Published by obrunsmann 10 months ago

  • Fixed: Missing content and subject notification #80
nakama-dart - v1.0.3

Published by obrunsmann 10 months ago

  • Added missing http dependency
nakama-dart - v1.0.2

Published by obrunsmann 10 months ago

  • Fixed: JWT Expiry was parsed incorrectly so that the session was always expired #73
  • Fixed: Auth token was not passed in gRPC calls #78
nakama-dart - v1.0.1

Published by obrunsmann about 1 year ago

  • Added support for signing in with username + password in authenticateEmail method
nakama-dart - v1.0.0

Published by obrunsmann about 1 year ago

  • chore: v1.0.0 release ๐Ÿš€
nakama-dart - v1.0.0-dev.7

Published by obrunsmann about 1 year ago

  • Fixed missing session in rpc call
nakama-dart - v1.0.0-dev.6

Published by obrunsmann over 1 year ago

  • Added creating a match by match name
  • Added missing vars to session model
  • Added presences to match
nakama-dart - v1.0.0-dev.5

Published by obrunsmann over 1 year ago

  • Breaking: Renamed ChannelJoinType enum to ChannelType
  • Breaking: Renamed leaderboardId parameter to leaderboardName in writeLeaderboardRecord and deleteLeaderboardRecord
  • Breaking: onNotifications is now a Stream<Notification> instead of Stream<List<Notification>>
  • Added onPartyData stream to realtime client
  • Added listTournamentRecordsAroundOwner to client
nakama-dart - v1.0.0-dev.4

Published by obrunsmann over 1 year ago

nakama-dart - v1.0.0-dev.3

Published by obrunsmann over 1 year ago

  • Breaking: Changed signature of updateGroup method to match standard update signature. Instead of passing modified model you now have to pass the changed parameters directly to updateGroup
  • Added rpc request to API client
nakama-dart - v1.0.0-dev.2

Published by obrunsmann almost 2 years ago

  • Full removed exported references of the underlaying raw datastructures
  • Refactored realtime client
nakama-dart - v1.0.0-dev.1

Published by obrunsmann almost 2 years ago

  • Changed License from MIT to Apache 2.0
  • Breaking: Refactored the SDK to use own models instead of returning the underlaying Protobuf objects
  • Most of the functionality added to achieve a stable release:
    • Authentication (Session refresh, missing drivers, linking and unlinking)
    • Leaderboard
    • Friends & Groups
    • Notifications
    • Tournaments
    • Matches
nakama-dart - v0.1.6

Published by obrunsmann about 2 years ago

  • Full storage object support ๐ŸŽ‰
  • Breaking readStorageObject() returns now Future<StorageObject?> instead of Future<StorageObject>. Future resolves with null in
    case there was no element found with given key.
  • Adds submitting and listing leaderboard records (more WIP)
  • Adds updateAccount() method
  • Bumps dependencies and API client to latest versions
nakama-dart - v0.1.5

Published by obrunsmann over 2 years ago

  • Adds Real-Time chat
  • Fixed missing session passing on writeStorageObject() (issue with multiple clients)
nakama-dart - v0.1.5-dev.2

Published by obrunsmann over 2 years ago

  • Adds NakamaBaseClient.listChannelMessages() method
  • Fixed missing session passing on writeStorageObject() (issue with multiple clients)
nakama-dart - v0.1.5-dev.1

Published by obrunsmann over 2 years ago

First draft on chat feature. Not yet full covered with tests, feel free to check it out and report any issues on https://github.com/obrunsmann/flutter_nakama/issues/13

nakama-dart - v0.1.4

Published by obrunsmann over 2 years ago

  • Adds onError() and onDone() callbacks to NakamaWebsocketClient
nakama-dart - v0.1.3

Published by obrunsmann about 3 years ago

  • Fixes that the given server key was ignored