- FIX(ui_auth): correctly position phone input screen footer (#183). (d5e2338d)
- FIX(ui_auth): make maxWidth configurable on all screens (#178). (c5e77c27)
- FEAT(ui_auth): export
localizedErrorText
(#189). (ab89f5cf)
- FEAT(ui_auth): confirm account deletion (#187). (053a96ee)
- FEAT(ui_auth): add more account actions (#172). (518a6c7b)
- FEAT(ui_auth): add a way to customize PlatformException text (#171). (cbe75ca4)
- FIX(ui_auth): deprecate screens and widgets that use fetchSignInMethodsForEmail (#153). (84ce5fb7)
- FIX(ui_auth): use capitalized cancel label on dialogs (#134). (78c1ba9b)
- FIX(ui_localizations): localize weak password error (#138). (bcfa2be6)
- FIX(ui_auth): add showPasswordVisibilityToggle to the SignInScreen (#114). (77ed75d3)
- FEAT(ui_auth): add a way to customize ErrorText message (#119). (a36884d7)
- FEAT(ui_auth): show confirmation dialog when trying to unlink a provider (#116). (8757037b)
- FIX(ui_auth,ui_localizations): add invalid verification SMS code error label (#102). (8adc39b9)
- FIX(ui_auth): allow to pass EmailFormStyle via property (#98). (88c31a33)
- FEAT(ui_auth): allow to toggle password visibility (#104). (6e3735d9)
- FIX(ui_localizations,ui_auth): add missing labels (#87). (be2b0c33)
- FIX(ui_auth): Pass correct AuthAction to the footerBuilder (#70). (1e091cc5)
- FEAT(ui_auth): Add "Go Back" button to EmailLinkSignInView (#63). (326fd27d)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- FIX(ui_auth): fix LoadingIndicator layout on EmailVerificationScreen (#11169). (fd832fb8)
- FEAT(auth): move to Pigeon for Platform channels (#10802). (43e5b20b)
- FIX(ui_auth): documentation - fix material misspelling in universal_text_form_field.dart (#11151). (31358154)
- FIX(ui_auth): fix ProfileScreen ignoring parent rebuilds (#11160). (89df2b58)
- FEAT(ui_auth): allow passing custom user avatar widget (#11161). (cfcaa2f0)
- Update a dependency to the latest release.
- FIX(firebase_ui_auth): Error added in ProfileScreen in firebase_ui_auth 1.4.0 (#10957). (12284b3b)
- Update a dependency to the latest release.
- FEAT: update dependency constraints to
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'
(#10946). (2772d10f)
- FEAT: update librairies to be compatible with Flutter 3.10.0 (#10944). (e1f5a5ea)
- DOCS(firebase_ui_auth): fix phone provider's widget example (#10917). (c56234ff)
- Update a dependency to the latest release.
- DOCS(firebase_ui_auth): fix an error in the documentation (#10797). (b71e0dde)
- Update a dependency to the latest release.
- FIX: allow to unlink providers only in edit mode (#10649). (c2da6c7e)
- DOCS(ui_auth): fix typo RegisterScren -> RegisterScreen (#10488). (47c132c8)
- FIX(ui_auth): pass breakpoint to LoginScreen (#10607). (39d77c4d)
- FEAT(ui_shared): pass platform-specific icons and colors explicitly (#10655). (60ff1dfe)
- FEAT: bump dart sdk constraint to 2.18 (#10618). (f80948a2)
- FEAT(ui_shared): extract common widgets to a shared library (#10620). (15c1e85c)
- DOCS(ui_auth): Fixed typo 'EmaiAuthProvider' to 'EmailAuthProvider' (#10654). (59932020)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- FIX(ui_auth): fix ResponsivePage layout causing unexpected overflows (#10533). (80c3c5ef)
- FIX(ui_auth_google): bump google_sign_in version (#10531). (782850d7)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- REFACTOR: upgrade project to remove warnings from Flutter 3.7 (#10344). (e0087c84)
- DOCS: fix return type of example main function (#10342). (3339bfeb)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- FIX: automatically upgrade anonymous accounts (#10071). (7b7e82d0)
- FIX: allow to pass actions to the RegisterScreen (#10025). (3f5ca800)
- FIX:
currentUser
is now populated right at the start of the application without needing to wait for authStateChange
(#10028). (2bd0dbff)
- FIX: fix OAuth provider buttons paddings (#9991). (cadf2f21)
- FIX: fix OAuth providers on RegisterScreen (#10026). (5b11e80f)
- FIX: preserve UI form state when device rotates (#9993). (55dcd329)
- FIX: clear the error on ForgotPasswordScreen after submitting a valid email (#9992). (6c90b6bd)
- FIX: allow null countryCode for phone input (#9937). (e87ec8a9)
- FEAT: [firebase_ui_auth] [firebase_ui_oauth] Allow for custom labels to be used for custom OAuth providers (#9858). (fd0b815d)
- DOCS: improve phone.md (#9774). (1f1ffd19)
- FIX: initialize auth and auth listener in standalone OAuth buttons (#9926). (24450803)
- FIX: upgrade dependency to fix platform support for firebase_ui_auth (#9924). (a972a790)
- FIX: fix docs typo for EmailAuthProvider. (#9927). (b1b3b437)
- FIX: fix docs typo (#9925). (beba8598)
- Update a dependency to the latest release.
- FIX: set default scope to 'email' and add a way to provide custom scopes (#9784). (19a54edc)
- Update a dependency to the latest release.
- Graduate package to a stable release.
Check out the migration guide to migrate from flutterfire_ui
.
- Update a dependency to the latest release.
- Bump "firebase_ui_auth" to
1.0.0-dev.0
.
- TODO: Describe initial release.