nhost_flutter_auth 2.0.3 nhost_flutter_auth: ^2.0.3 copied to clipboard
Provides Nhost authentication state to your Flutter app, making it easy to set up protected resources, and react to sign ins and sign outs.
2.0.3 #
- CHORE: bump
nhost_sdk
version
2.0.2 #
- FIX: nhost_flutter_auth: deprecated functions.
2.0.1 #
- DOCS: Update pubspec sample in READMEs.
2.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
2.0.0-beta.3 #
- Update a dependency to the latest release.
2.0.0-beta.2 #
Note: This release has breaking changes.
- REFACTOR: Change all instances of login to sign in.
- BREAKING REFACTOR: Rename signIn -> signInEmailPassword.
2.0.0-beta.1 #
Note: This release has breaking changes.
- BREAKING REFACTOR: Change client names to include the word client.
2.0.0-beta.0 #
Note: This release has breaking changes.
- BREAKING FEAT: Migrate to the Nhost v2 backend.
1.0.11 #
- FIX: Remove outdated links.
- FIX: Remove unneeded imports across the board.
1.0.10 #
- Update a dependency to the latest release.
1.0.9 #
- FIX: Fix broken URLs across packages.
- DOCS: Remove mention of older Flutter support from READMEs.
- CHORE: Satisfy a couple of the new lints.
- CHORE: Upgrade to latest stable SDK.
- CHORE: Upgrade dependencies.
- CHORE: Publish packages.
- CHORE: Publish packages.
- CHORE: Publish packages.
1.0.8 #
- Update a dependency to the latest release.
1.0.7 #
- FIX: Update NhostAuthProvider to rebuild on transitions from loading -> logged{In,Out}.
1.0.6 #
- Update a dependency to the latest release.
1.0.5 #
- Update a dependency to the latest release.
1.0.4 #
- Update a dependency to the latest release.
1.0.3 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.3-dev.2 #
- Update a dependency to the latest release.
1.0.3-dev.1 #
- Update a dependency to the latest release.
1.0.3-dev.0 #
- Update a dependency to the latest release.
1.0.2 #
- FIX: Function signature in OAuth example.
- FIX: Incorrect host in OAuth example.
- DOCS: Fixed broken links in all README.md.
- CHORE: Fill in a comment.
1.0.1 #
- DOCS: Update links to point to future repo home.
- DOCS: Add issue_tracker field to all pubspecs.
- DOCS: Update repository urls in pubspecs.
- DOCS: Update all version numbers in README getting starteds.
- DOCS: Update test badge on all repos.
1.0.0 #
- 🛳🐿
0.3.0+2 #
- FIX: Fix the OAuth provider login flow example.
- CI: Set up repository-wide continuous tests.
- CHORE: Change name of example package.
- CHORE: Publish packages.
0.3.0+1 #
- DOCS: Update links in example READMEs to point to monorepo.
- CHORE: Update imports to point to new nhost_sdk top-level.
- CHORE: Add a standard Flutter .gitignore to the example.
- CHORE: Update package repository URLs.
0.3.0 #
- Update to latest nhost_sdk
0.2.0 #
- NhostAuthProvider.of no longer fails if authentication information cannot be found
0.1.0 #
- Migrate to newer APIs
- Add examples
- Rename parameter
0.0.0 #
- First version, in pre-release