atsign-foundation / at_client_sdk

The Dart implementation of atSDK used for implementing Atsign's technology into other software
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
1.47k stars 32 forks source link

feat: Add enrollment setup and run tests with APKAM authentication #1321

Closed sitaram-kalluri closed 3 weeks ago

sitaram-kalluri commented 1 month ago

- What I did

- How I did it

- How to verify it

- Description for the changelog

sitaram-kalluri commented 3 weeks ago

Currently, the E2E tests are running successfully. The unit tests are failing with dart beta version due to following dart issue: https://github.com/dart-lang/sdk/issues/55911#issuecomment-2153606884. Pending work is to update the dependencies and check if the issue is resolved.