Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MetadataFields text field values being lost in SupaEmailAuth widg…
…et (Fixes #113) (#114) * Fix metadata field value persistence in SupaEmailAuth widget Implement == operator and hashCode getter in MetaDataField class Update _SupaEmailAuthState to use MetaDataField.key as map key Modify related methods to work with new map structure Ensure consistent hashing and correct retrieval of TextEditingControllers Resolve issue of losing metadata field values during widget lifecycle This change prevents the loss of user input in custom metadata fields by ensuring proper object equality and consistent map key usage. * Remove unecessary equality operator override and hashcode getter.
- Loading branch information