credential_manager_android
Android implementation of the credential_manager plugin using Jetpack Credential Manager API.
3.1.0
4.8K downloads/mo
#3894 most downloaded on pub.dev
Djsmk123/flutter_credential_manager_compose
What this package is like to depend on
Last release 28 days ago
26 Jul 2026
Release timing varies
gaps range from 2 weeks to 7 months
Most releases are documented
notes for 5 of 6 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
6 releases · first in 2025
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Nov 2025 to Jul 2026
2026
Releases
latest 6-
3.1.026 Jul 2026Nothing published for this version
-
3.0.104 Jul 2026Release notes
Open source →What's Changed
- Minor fix by @Djsmk123 in #51
- 53 refactor plugin to modular architecture with separate platform packages by @Djsmk123 in #54
- Dev by @Djsmk123 in #56
- 53 refactor plugin to modular architecture with separate platform packages by @Djsmk123 in #57
- Add handling for missing Google accounts and update exception codes/m… by @Djsmk123 in #59
- Revamp docs by @Djsmk123 in #60
- Dev by @Djsmk123 in #61
- Add Claude Code GitHub Workflow by @Djsmk123 in #67
- chore: add melos workspace support by @Djsmk123 in #68
- feat(ios): migrate to Swift Package Manager support by @Djsmk123 in #69
- chore: release v3.0.0 for credential_manager_ios and credential_manager by @Djsmk123 in #70
- chore: release v3.0.0 — iOS Swift Package Manager support by @Djsmk123 in #71
- ci: add PR checks for format, analyze, Android and iOS builds by @Djsmk123 in #72
- ci: add SwiftLint and Detekt checks, release v3.0.1 by @Djsmk123 in #73
- chore: add Makefile and check-format skill by @Djsmk123 in #74
- chore: release v3.0.1 — melos, SPM, SwiftLint/Detekt, CI, Makefile by @Djsmk123 in #75
- docs: revamp docSite UX and fix stale API examples by @Djsmk123 in #76
- fix: address CodeRabbit findings from #76, gate CI on Dart changes, add expert skill by @Djsmk123 in #77
Full Changelog: v.2.0.4...v.3.0.1
Release notes
Open source →- Added Detekt static analysis configuration and CI checks; fixed all reported violations (replaced a wildcard import with explicit imports, renamed a file to match its top-level class, wrapped long lines)
- No functional or API changes
-
2.0.824 Nov 2025Release notes
Open source →- Added
isGmsAvailableto platform interface - Handle
exception code 209for Google Play Services not available - on Android, Google account is not logged in, the plugin will launch Google Sign-In flow.
- Updated documentation
- Added
-
2.0.708 Nov 2025 -
2.0.608 Nov 2025 -
2.0.508 Nov 2025Release notes
Open source →- Initial release of Android implementation package
- Android-specific implementation using Jetpack Credential Manager API
- Supports password credentials, passkeys, and Google Sign-In