Releases
This page summarizes the stable package release history for Cognito Dart Auth SDK and keeps the public docs aligned with the published SDK versions. '''
1. Release Sources
-
Pubspec: apps/sdks/cognito-dart-auth-sdk/cognito-dart-auth-sdk/pubspec.yaml
-
Changelog: apps/sdks/cognito-dart-auth-sdk/cognito-dart-auth-sdk/CHANGELOG.md
2. v0.0.4
2.1. Overview
This compatibility release aligns cognito_dart_auth_sdk with the Dart 3.12 release line and the current Flutter stable tooling where applicable.
3. v0.0.3
3.1. Overview
This release tightens Cognito admin-flow validation, restores clean test discovery, and improves the package metadata and archive contents for publishing.
3.2. Highlights
-
Admin request validation corrected for device keys, admin auth flows, and short challenge-response session tokens.
-
Empty integration test files replaced with placeholder
main()entries sodart testdiscovers the suite cleanly. -
Published package metadata and archive contents cleaned up.
4. v0.0.2
4.1. Overview
This release prepares the stable Cognito package for the Dart 3.11.4 line while aligning the docs and CI surface with the current backend-first package direction.
5. v0.0.1
5.1. Overview
This release establishes the first stable package version and focuses heavily on example app polish, readability, and consistency across authentication screens.
5.2. Highlights
-
First stable package release
-
Cleaner example app UI and navigation patterns
-
Better consistency across auth and MFA example flows
5.3. Improvements
-
Streamlined layout and widget construction across the example Flutter screens.
-
Standardized
SnackBar,MaterialPageRoute, loading, and async result patterns. -
Simplified auth-related UI flows for Apple, Google, email and password, MFA, popup, redirect, and OAuth examples.
-
Improved home and auth-state screen readability and provider-linking layout consistency.