[flutterfire_ui] How to use FlutterFire UI without showing the appBar? #7894
Unanswered
yasseralsaidi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the FlutterFire UI package for authentication and i use the giving Ui build for (Profile Scree) but i want to show the ui without showing the appBar in that screen, any help?
return ProfileScreen( providerConfigs: [ EmailProviderConfiguration(), GoogleProviderConfiguration(clientId: ''), ], avatarSize: 24, );
Beta Was this translation helpful? Give feedback.
All reactions