Releases
This page summarizes the stable package release history for Transmit Dart Auth SDK and keeps the public docs aligned with the published SDK versions. '''
1. Release Sources
-
Pubspec: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/pubspec.yaml
-
Changelog: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/CHANGELOG.md
2. v0.0.5
2.1. Overview
This release cleans up release metadata after merge-conflict resolution and aligns the test tooling baseline with the current SDK workspace.
2.2. Highlights
-
Removed unresolved merge-conflict markers from package metadata and release notes.
-
Aligned
ds_tools_testingwith the current release used across the SDK workspace. -
Kept the published package metadata clean for the next pub.dev release.
3. v0.0.4
3.1. Overview
This release prepares the Transmit package for the next stable publish by tightening the public API surface, refreshing direct dependency constraints, and aligning docs and CI with the current repo layout.
5. v0.0.2
5.1. Overview
This release expands the example app footprint and publishes the cleaned public namespace for the Transmit SDK.
5.2. Highlights
-
Added Flutter mobile example app package files
-
Removed the older
aortemnamespace from the public package surface
6. v0.0.1
6.1. Overview
This release establishes the first stable package version with the initial auth, token, MFA, tooling, and CI foundations.
6.2. Highlights
-
First stable package release
-
Added initial auth and token-management modules
-
Added local dev tools, tests, and CI wiring