Releases
This page summarizes the stable package release history for Stytch Dart Auth SDK and keeps the public docs aligned with the published SDK versions. '''
1. Release Sources
-
Pubspec: apps/sdks/stytch-dart-auth-sdk/stytch-dart-auth-sdk/pubspec.yaml
-
Changelog: apps/sdks/stytch-dart-auth-sdk/stytch-dart-auth-sdk/CHANGELOG.md
2. v0.0.2
2.1. Overview
This release prepares the Stytch Dart Auth SDK for the next stable publish with refreshed direct dependencies, aligned version markers, and a package-native test runner configuration.
2.2. Highlights
-
Next stable package release after
0.0.1 -
Updated direct package dependencies to the latest compatible pub.dev versions
-
Removed the stale Flutter-specific test hook from the Dart package test suite
3. v0.0.1
3.1. Overview
This release establishes the first stable Stytch Dart Auth SDK with the core B2B surface, Firebase-compatibility helpers, and a broader example and test baseline.
3.2. Highlights
-
First stable package release
-
Added core auth, user, organization, and invitation services
-
Added Firebase-compatibility support modules
3.3. Improvements
-
Added the unified SDK entrypoint and
StytchAuthinitialization flows. -
Added typed clients, configuration, and structured API error handling.
-
Added first-class services for auth, users, organizations, and invitations.
-
Added typed models and Firebase-compatibility support modules for Flutter-oriented integrations.
-
Expanded test coverage and refreshed the example app scaffolding.