- Bug fixes
README.md
updated.altogic_dart
dependency updated.
AltogicClient.restoreLocalAuthSession
no longer restore session from local if the application launched with deep link.AltogicClient.auth
now returnsFlutterAuthManager
that implementsAuthManager
.AuthManager.signInWithProvider
now opens the provider's sign in page automatically.ClientOptions
implementation is added.ClientOptions.signInRedirect
now is called with a nullableBuildContext
parameter.AuthManager.getAuthGrant
now checks access_token parameter from initial link if optional [accessToken] parameter is null.- Many documentation improvements.
altogic_dart
package upgraded to0.0.9+3
. see changelog.README.md
updated.- static getter of
AltogicState.applicationInitialRedirect
added. It used for navigation duplication. - Web redirect bug fixed.
- Package name changed to "altogic"
- Some public classes turned to private
- Some public methods turned to private
- altogic_dart package upgraded to 0.0.9+2
- Preparing to release
- Added
AltogicState
- Bug fixes
altogic_dart
dependency updated to0.0.5
README.md
updated
- Tested all platforms
- Readme updated.
- altogic_dart version updated.
- TODO: Describe initial release.