ensemble_auth 1.2.46 copy "ensemble_auth: ^1.2.46" to clipboard
ensemble_auth: ^1.2.46 copied to clipboard

Authentication services and sign-in widgets for Ensemble apps.

1.2.46 #

  • REVERT: downgrade Google Sign-In and Apple Sign-In dependencies to support Flutter 3.27.2. (a9e183e6)
  • REFACTOR: update color handling in various widget files to use withValues for opacity adjustments. (47affb3a)
  • REFACTOR: remove logging statements from SignInWithVerificationCode class. (84d402c7)
  • REFACTOR: rename otp verification methods. (7e3408e0)
  • FEAT: update validateVerificationCode to return user and idToken, enhance onSuccess callback. (33abb106)
  • FEAT: add onVerificationFailure callback to handle verification errors more effectively. (08bc0ac6)
  • FEAT: add method parameter to verification code actions for improved method handling. (976adb71)
  • FEAT: add provider parameter to verification code actions for enhanced flexibility. (440e1f32)
  • FEAT: add unit tests for phone sign-in functionality with mock FirebaseAuth. (09770e6b)
  • FEAT: implement phone verification actions with firebase phone auth. (5927c37c)
  • DOCS: update package and module READMEs. (74306617)