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

2.3. Changed

  • Bumped the published package version to 0.0.2.

  • Updated build_web_compilers to ^4.4.17 and jwt_generator to ^0.0.9.

  • Updated README, Antora, and example package references to 0.0.2.

2.4. Fixes

  • Removed test/flutter_test_config.dart so dart test runs the package suite without requiring a Flutter test runner.

  • Kept the current CI validation/release pipeline alignment intact for the backend package flow.

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 StytchAuth initialization 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.

3.4. Changed

  • Promoted the package from 0.0.1-pre to stable 0.0.1.

  • Updated the Dart baseline to ^3.11.0, added BSD-3, and refreshed core dependencies and CI validation.

3.5. Fixes

  • Fixed package import and export path issues, analysis and formatting issues, and renamed sample app paths and CI references.

4. Pre-release History

4.1. Overview

Earlier pre-stable package builds are part of the SDK history and remain documented in the changelog.

4.2. Included Pre-release Tags

  • 0.0.1-pre

4.3. Notes

  • Keep this page aligned with the version declared in pubspec.yaml.

  • Use CHANGELOG.md as the source of truth for exhaustive historical change notes.