nhost_sdk 1.0.0-dev.7
nhost_sdk: ^1.0.0-dev.7 copied to clipboard
Nhost authentication and file storage/retrieval APIs for the Dart language
1.0.0-dev.7 #
- Add method to help with completing OAuth provider logins
- Change package name to nhost_sdk
1.0.0-dev.6 #
- Fix bug in authentication state change. I missed a boolean.
1.0.0-dev.5 #
- Remove isAuthenticated, and introduce authenticationState — a tri-state enum. Nullable booleans are too easy to make mistakes with.
1.0.0-dev.4 #
- Remove dependency on dart:io
1.0.0-dev.3 #
- Upgrade to work with latest nhost_graphql_adapter library, which had a few breaking changes
1.0.0-dev.2 #
- Add fileToken support to storage APIs
- Remove dependency on json_serializable
- Improve examples
1.0.0-dev.1 #
- Add support for auto-login, and externally provided refresh tokens
1.0.0-dev.0 #
- First version, in pre-release