- Prepared to release
User-Agent
request header customized fordart:io
to get the correctSession.device
andSession.os
- Minor bug fix to join channels when reconnected.
RealtimeManager.getMembers
updated- Documentation updates
AltogicClient.restoreLocalAuthSession
name changed toAltogicClient.restoreAuthSession
. Because it can restore session from local storage or checks .AuthManager
constructor now takes onlyAltogicClient
.- platform_auth removed
ClientOptions.signInRedirect
now is avoid Function()
. (In Flutter, it is called with aBuildContext
parameter)- Added
[]
and[]=
operators toUser
for custom fields. - Many documentation improvements.
README.md
updated.
- Code format
- New parameter policy: If any method has only one optional parameter, the parameter is positioned. And if any method has multiple optional parameters, the parameters are named.
- Bug Fixes
- Preparing to release
- Bug fixes
APIError.toJson
added
- Bug fixes
- Many casting errors fixed
- RealtimeManager added
- File delete fix
- Readme updated.
- Fixes on web.
APIResponse
,KeyListResult
,SessionResult
,UserResult
,UserSessionResult
extends fromAPIResponseBase
- Readme Wrote.
- Casting errors fixed.
- Tested all platforms
- Initial version.