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.2
2.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.
3. v0.0.1
3.1. Overview
This release establishes the first stable package version and focuses heavily on example app polish, readability, and consistency across authentication screens.
3.2. Highlights
-
First stable package release
-
Cleaner example app UI and navigation patterns
-
Better consistency across auth and MFA example flows
3.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.