Maliffic / firebase_ui

MIT License
45 stars 48 forks source link

Transform ListView to Column in LoginView class #11

Closed jeanmatthieud closed 5 years ago

jeanmatthieud commented 5 years ago

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.

Maliffic commented 5 years ago

Done