Flutter-Sign-in-Button icon indicating copy to clipboard operation
Flutter-Sign-in-Button copied to clipboard

Phone button

Open jeanmatthieud opened this issue 3 years ago • 3 comments

Is it possible to add a phone button ?

jeanmatthieud avatar Mar 16 '21 15:03 jeanmatthieud

can use ButtonBuilder

ZaynJarvis avatar Mar 17 '21 05:03 ZaynJarvis

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.

a7medpa avatar Jun 10 '22 18:06 a7medpa

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

ZaynJarvis avatar Jun 15 '22 14:06 ZaynJarvis