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 
emailVerifiedhas been turned publicUserfield. - The 
phoneVerifiedhas been turned publicUserfield. 
1.0.2 #
- The 
email_verifiedhas been turned publicUserfield. 
1.0.1 #
- Cache Manager error fix
 - sign-up method fix
 
1.0.0 #
- Prepared to release
 User-Agentrequest header customized fordart:ioto get the correctSession.deviceandSession.os
0.0.9+10 #
- Minor bug fix to join channels when reconnected.
 RealtimeManager.getMembersupdated- Documentation updates
 
0.0.9+6 #
AltogicClient.restoreLocalAuthSessionname changed toAltogicClient.restoreAuthSession. Because it can restore session from local storage or checks .AuthManagerconstructor now takes onlyAltogicClient.- platform_auth removed
 ClientOptions.signInRedirectnow is avoid Function(). (In Flutter, it is called with aBuildContextparameter)- Added 
[]and[]=operators toUserfor custom fields. - Many documentation improvements.
 README.mdupdated.
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.toJsonadded
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,UserSessionResultextends fromAPIResponseBase
0.0.3 #
- Readme Wrote.
 - Casting errors fixed.
 
0.0.2 #
- Tested all platforms
 
0.0.1 #
- Initial version.