Flutter-Sign-in-Button
Flutter-Sign-in-Button copied to clipboard
Phone button
Is it possible to add a phone button ?
can use ButtonBuilder
can use ButtonBuilder
At least in the button builder couldn't you add an Icon as an optional parameter? No one really uses icon data. Also, it would be helpful to just add the phone button as it is a common auth method - probably a lot more common than some of the ones currently on the list.
can use ButtonBuilder
At least in the button builder couldn't you add an Icon as an optional parameter? No one really uses icon data. Also, it would be helpful to just add the phone button as it is a common auth method - probably a lot more common than some of the ones currently on the list.
make sense. Will add