Maliffic / firebase_ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transform ListView to Column in LoginView class

jeanmatthieud opened this issue · comments

The LoginView idea is great because it can be incorporated into any other widget... BUT only if the ListView (in the build function) is replaced by a Column.

Currently, it is not possible to incorporate the LoginView into a custom SingleChildScrollView because of the ListView widget.

Done