koji-1009 / flutter_auth_ui

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. (not official plugin.)
https://pub.dev/packages/flutter_auth_ui
36 stars 10 forks source link

Captcha for phone login is behind Login button #80

Closed MyVenueGit closed 2 years ago

MyVenueGit commented 2 years ago

Currently in flutter_auth_ui_web.dart, somehow the code add containerDiv after the body (outside body, still inside html). So when the captcha div is added inside the body, it is still behind the containerDiv. Suggest fix:

koji-1009 commented 2 years ago

I released v1.0.7.