altogic 1.0.6 altogic: ^1.0.6 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.6 #
altogic_dart
package updated
1.0.5 #
- New redirect actions added:
oauth-signin
,oauth-signup
. AltogicState.onX
methodsBuildContext
parameters now non-nullable.
1.0.3 #
- Fix: On the browser, when
LocalizationDelegate
was defined,onXRedirect
methods were triggered before the context was handled. This bug has been fixed.
1.0.2 #
altogic_dart
dependency updated to1.0.2
app_links
dependency updated to^3.4.1
1.0.0 #
- Prepared to release
0.0.9+17 #
- Bug fixes
README.md
updated.altogic_dart
dependency updated.
0.0.9+10 #
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.
0.0.9+1 #
- 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
0.0.9 #
- Preparing to release
- Added
AltogicState
0.0.5 #
- Bug fixes
altogic_dart
dependency updated to0.0.5
README.md
updated
0.0.2 #
- Tested all platforms
- Readme updated.
- altogic_dart version updated.
0.0.1 #
- TODO: Describe initial release.