polina-c / flutter-auth-ui

flutter-auth-ui is an authentication library for flutter web applications. It uses Firebase auth as security as a service (SECaaS) provider. It implements UI to register user, validate email, sign in, sign out, restore password, access firestore..

Home Page:https://flatter-auth-ui-demo1.codemagic.app/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would be great to make it so that the UI can be embedded into a custom Dialog Box

jason-dgio opened this issue · comments

Being able to configure the text within the Faui UI so titles and the text within each section can be configured would also be great. To embed into a dialog box it could be made so the current title and contents could be extracted for use in an external widget hierarchy.

Awesome work, thanks for implementing the custom view mechanism!