-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 SignInScreen widget not calling headerBuilder method #404
Comments
Any update on this @russellwheatley, thanks! Edit: |
@weasdown - I think if you update this breakpoint: https://github.com/firebase/FirebaseUI-Flutter/blob/main/packages/firebase_ui_auth/lib/src/screens/sign_in_screen.dart#L121 You should be able to see the content of headerBuilder. It appears the breakpoint stops it from being rendered: https://github.com/firebase/FirebaseUI-Flutter/blob/main/packages/firebase_ui_auth/lib/src/screens/internal/responsive_page.dart#L153 Let me know if this solves your issue |
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
Thanks @russellwheatley, adjusting the breakpoint fixed the issue. It strikes me as a bit counterintuitive though that the |
Hey @weasdown - you're more than welcome to open a PR to update the documentation if you feel it should reference this: https://github.com/firebase/FirebaseUI-Flutter/blob/main/packages/firebase_ui_auth/README.md |
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
Android, Web, Windows
List of dependencies used.
flutter pub deps -s list
dev dependencies:
transitive dependencies:
Steps to reproduce
Expected Behavior
Expect
headerBuilder
to be triggered and the resulting widget to be displayed.Actual Behavior
SignInScreen.headerBuilder
is not called, so the header widget specified by the user is not displayed.Additional Information
No response
The text was updated successfully, but these errors were encountered: