altogic_dart 1.0.3 altogic_dart: ^1.0.3 copied to clipboard
Dart client for Altogic. Altogic is a backend application development and execution platform, enabling people and businesses to design, deploy and manage scalable applications.
1.0.3 #
- The
emailVerified
has been turned publicUser
field. - The
phoneVerified
has been turned publicUser
field.
1.0.2 #
- The
email_verified
has been turned publicUser
field.
1.0.1 #
- Cache Manager error fix
- sign-up method fix
1.0.0 #
- Prepared to release
User-Agent
request header customized fordart:io
to get the correctSession.device
andSession.os
0.0.9+10 #
- Minor bug fix to join channels when reconnected.
RealtimeManager.getMembers
updated- Documentation updates
0.0.9+6 #
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.
0.0.9+2 #
- Code format
0.0.9+1 #
- 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.
0.0.9 #
- Bug Fixes
- Preparing to release
0.0.6 #
- Bug fixes
APIError.toJson
added
0.0.5 #
- Bug fixes
0.0.4 #
- Many casting errors fixed
- RealtimeManager added
0.0.3+3 #
- File delete fix
0.0.3+2 #
- Readme updated.
- Fixes on web.
0.0.3+1 #
APIResponse
,KeyListResult
,SessionResult
,UserResult
,UserSessionResult
extends fromAPIResponseBase
0.0.3 #
- Readme Wrote.
- Casting errors fixed.
0.0.2 #
- Tested all platforms
0.0.1 #
- Initial version.