PackageTrack
Sign in Get early access

at_client_mobile

A Flutter extension to the at_client library which adds support for mobile, desktop and IoT devices.

3.3.1 5.7K downloads/mo #3644 most downloaded on pub.dev

What this package is like to depend on

Last release 4 months ago

07 Apr 2026

Release timing varies

gaps range from 2 weeks to 8 months

Nearly every release is documented

notes for 67 of 69 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

69 releases · first in 2020

1 release in the last 12 months

see the full history below

Release timeline

69 releases · Oct 2020 to Apr 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 69
  1. 3.3.1 07 Apr 2026

    Nothing published for this version

  2. 3.3.0 07 Aug 2025
    Release notes
    • chore(deps): remove unused dependencies
    • chore(deps): at_commons ^5.5.0
    • chore(deps): at_client ^3.7.0
    • chore(deps): at_persistence_secondary_server ^4.2.0
    • chore(deps): move path to dev_dependencies and bump to ^1.9.0
    • chore(deps): add flutter_test to dev_dependencies to ensure the workspace remains compatible with flutter
    Open source →
  3. 3.2.24 06 Jul 2025
    Release notes
    • fix: at_client_mobile: fix immediate issue caused by widespread leakage of AtLookupImpl, exposed by recent removal of that leakage from at_client.RemoteSecondary
    • build[deps]: update at_client dependency to ^3.5.0
    Open source →
  4. 3.2.23 16 Jun 2025
    Release notes
    • build[deps]: update dependencies
    Open source →
  5. 3.2.22 13 Mar 2025
    Release notes
    • build[deps]: update dependencies
    Open source →
  6. 3.2.21 13 Mar 2025
    Release notes
    • fix: potential bug handling atSigns which end in data e.g. @foo_data
    Open source →
  7. 3.2.20 04 Feb 2025
    Release notes
    • fix: Authenticating now saves keys to local secondary store
    Open source →
  8. 3.2.19 30 Sep 2024
    Release notes
    • build[deps]: Upgraded dependencies for the following packages:
      • at_client: 3.2.2
      • at_lookup: 3.0.49
      • at_auth: 2.0.7
      • at_commons: 5.0.0
      • at_chops: 2.0.1
      • at_utils: 3.0.19
    Open source →
  9. 3.2.18 02 Aug 2024
    Release notes
    • fix: fix: rename enrollment details key to local key
    • build[deps]: Upgraded dependencies for the following packages:
      • at_client: 3.0.78
      • at_lookup: 3.0.47
      • at_auth: 2.0.5
      • at_commons: 4.0.11
    Open source →
  10. 3.2.17 01 Jul 2024
    Release notes
    • fix: Export "BackupKeyConstants" and "getEncryptedKeys"
    Open source →
  11. 3.2.16 18 Jun 2024
    Release notes
    • build[deps]: Upgraded dependencies for the following packages:
      • package_info_plus: ^8.0.0
      • at_client: ^3.0.76
      • test: ^1.25.2
      • mocktail: ^1.0.4
    • feat: Introduce AtAuthService to replace AtClientService for the following operations
      • authenticate
      • onboard
      • enroll
      • getFinalEnrollmentStatus
      • getSentEnrollmentRequest
    Open source →
  12. 3.2.15 23 Feb 2024
    Release notes
    • build[deps]: Upgraded dependencies for the following packages:
      • at_chops to v2.0.0
      • at_lookup to v3.0.46
      • at_commons to v4.0.1
      • at_client to v3.0.75
      • package_info_plus: ^5.0.0

    3.2.14

    build[deps]: Upgraded dependencies for the following packages: - at_commons to v4.0.0 - at_utils to v3.0.16 - at_lookup to v3.0.44 - at_chops to v1.0.7 - at_client to v3.0.73

    Open source →
  13. 3.2.14 24 Jan 2024

    Nothing published for this version

  14. 3.2.13 28 Dec 2023
    Release notes
    • fix: Introduce the "isOnboarded" function to confirm the successful onboarding of the atSign.
    Open source →
  15. 3.2.12 11 Aug 2023
    Release notes
    • fix: Fixed the issue biometric_storage dependency not working on Windows when using Dart 3
    Open source →
  16. 3.2.11 21 Jul 2023
    Release notes
    • chore: Upgraded biometric_storage dependency to 5.0.0
    • chore: Upgraded package_info_plus dependency to 4.0.2
    Open source →
  17. 3.2.10 15 Jun 2023
    Release notes
    • fix: Fixed incorrect import statements in at_client_mobile/example which are causing analysis errors in dart 3
    • chore: Updated at_client to 3.0.61
    • chore: Updated at_lookup to 3.0.37
    • chore: Updated at_utils to 3.0.13
    • chore: Updated at_chops to 1.0.3
    • chore: Updated at at_commons to 3.0.47
    Open source →
  18. 3.2.9 16 Mar 2023
    Release notes
    • fix: reverted path dependency to 1.8.2
    Open source →
  19. 3.2.8 09 Feb 2023
    Release notes
    • chore: Upgraded at_client dependency to 3.0.53
    • fix: Uptake at_chops changes
    Open source →
  20. 3.2.7 28 Sep 2022
    Release notes
    • chore: Upgraded biometric storage dependency to 4.1.3
    Open source →
  21. 3.2.6 19 Sep 2022
    Release notes
    • chore: update at_client version to 3.0.39 and at_utils version to 3.0.11
    Open source →
  22. 3.2.5 01 Sep 2022
    Release notes
    • fix: Fixed bug authenticate method returns true when invalid atKeys are supplied
    Open source →
  23. 3.2.4 30 Aug 2022
    Release notes
    • fix: fixed bug in windows keychain data storage.
    Open source →
  24. 3.2.3 11 Aug 2022
    Release notes
    • fix: Restored the Public API of KeyChainManager.
    Open source →
  25. 3.2.3+1 12 Aug 2022
    Release notes
    • docs: Updated CHANGELOG with discontinue notice on versions 3.2.0 to 3.2.2.
    Open source →
  26. 3.2.2 10 Aug 2022
    Release notes

    DO NOT USE

    • This version has been discontinued due to unintended breaking changes in KeyChainManager.
    • Please use version constraint "^3.2.3" to ensure that you do not experience these issues. Changes:
    • fix: Format Exception - ChunkedJsonParser.fail
    Open source →
  27. 3.2.1 02 Aug 2022
    Release notes

    DO NOT USE

    • This version has been discontinued due to unintended breaking changes in KeyChainManager.
    • Please use version constraint "^3.2.3" to ensure that you do not experience these issues. Changes:
    • feat: Upgrade lints version to 2.0.0
    Open source →
  28. 3.2.0 29 Jul 2022
    Release notes

    DO NOT USE

    • This version has been discontinued due to unintended breaking changes in KeyChainManager.
    • Please use version constraint "^3.2.3" to ensure that you do not experience these issues. Changes:
    • Updated keychain data structure
    Open source →
  29. 3.1.19 19 Jul 2022
    Release notes
    • at_client dependency upgraded to latest version v3.0.30
    • at_lookup dependency upgraded to latest version v3.0.27
    • at_commons dependency upgraded to latest version v3.0.19
    Open source →
  30. 3.1.18 20 Jun 2022
    Release notes
    • at_client version upgraded to 3.0.27
    Open source →
  31. 3.1.17 15 Jun 2022
    Release notes
    • at_client version upgrade to v3.0.26 for AtException chaining
    • at_commons version upgrade to v3.0.17 for AtException hierarchy
    Open source →
  32. 3.1.16 26 May 2022
    Release notes
    • at client version upgrade v3.0.25
    • at lookup version upgrade v3.0.24
    • at commons version upgrade v3.0.16
    Open source →
  33. 3.1.15 17 May 2022
    Release notes
    • at client version upgrade v3.0.23.
    Open source →
  34. 3.1.14 02 May 2022
    Release notes
    • migrated to latest version of at_client
    Open source →
  35. 3.1.13 14 Apr 2022
    Release notes
    • at_client version upgrade for generating notification id in SDK
    Open source →
  36. 3.1.12 08 Apr 2022
    Release notes
    • Add keys from keychain to local store on reinstalling the app
    • at_client version upgrade for decrypt notification value in SDK.
    Open source →
  37. 3.1.11 04 Apr 2022
    Release notes
    • at_client version upgrade for public key checksum in metadata does not sync to local
    Open source →
  38. 3.1.10 25 Mar 2022
    Release notes
    • at_client version upgrade for chunk based encryption
    Open source →
  39. 3.1.9 07 Mar 2022
    Release notes
    • at_client version change for sync deletion of cached keys to cloud secondary
    • at_lookup version change for increase in outbound connection timeout
    Open source →
  40. 3.1.8 25 Feb 2022
    Release notes
    • at_client version change for automatic sync trigger
    Open source →
  41. 3.1.7 24 Feb 2022
    Release notes
    • at_client and at_lookup version change for outbound listener bug fix
    Open source →
  42. 3.1.6 22 Feb 2022
    Release notes
    • at_client version change for refactoring put and get methods
    • at_lookup version change implementing AtTimeoutException
    • at_commons and at_utils version change for AtTimeoutException
    Open source →
  43. 3.1.5 05 Feb 2022
    Release notes
    • at_client version change
    • at_lookup version change
    • at_commons and at_utils version change
    Open source →
  44. 3.1.4 03 Jan 2022
    Release notes
    • updated readme and doc changes
    • added example app
    Open source →
  45. 3.1.3 17 Dec 2021
    Release notes
    • at_client version change
    • at_lookup version change
    • at_commons and at_utils version change
    Open source →
  46. 3.1.2 25 Nov 2021
    Release notes
    • FIX: Added check to use flutter_keychain only on mobile platforms
    Open source →
  47. 3.1.1 24 Nov 2021
    Release notes
    • at_client version change
    Open source →
  48. 3.1.0 23 Nov 2021
    Release notes
    • moved keys storage from flutter_keychain to biometric_storage
    • updated package dependencies
    • updated documentation
    Open source →
  49. 3.0.3 23 Sep 2021
    Release notes
    • at_client version change
    Open source →
  50. 3.0.2 21 Sep 2021
    Release notes
    • at_client version change
    Open source →
  51. 3.0.1 20 Sep 2021
    Release notes
    • at_client version change
    • at_lookup version change
    Open source →
  52. 3.0.0 17 Sep 2021
    Release notes
    • Resilient SDK uptake for notification, monitor and sync improvements
    Open source →
  53. 2.0.4 20 Aug 2021
    Release notes
    • at_client version change
    • removed obsolete self key migration code
    Open source →
  54. 2.0.3 19 Jul 2021
    Release notes
    • at_client version change
    Open source →
  55. 2.0.2 09 Jul 2021
    Release notes
    • Bug fix for type mismatch
    Open source →
  56. 2.0.1 01 Jul 2021
    Release notes
    • Updated dependent packages
    Open source →
  57. 2.0.0 25 Jun 2021
    Release notes
    • Null safety changes
    • Dependent package upgrade
    Open source →
  58. 1.0.0 29 Oct 2020
    Release notes
    • Initial version, created by Stagehand
    Open source →
  59. 1.0.0+1 17 Nov 2020
    Release notes
    • at_client version change
    Open source →
  60. 1.0.0+2 29 Dec 2020
    Release notes
    • restore backup keys bug fix
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive