How to Create Signin Buttons in Flutter

Creating Social Media Sign-in Buttons using this Flutter package

Luciano Jung
CodeChai

--

Photo by Bastian Riccardi on Unsplash

Hi there, and welcome to my post about Flutter Package Testing. Each week I will test another package published under pub.dev. If you want to see the first post of this series head over to How to validate Emails in Flutter.

Flutter Signin Button

To create simple Sign-in Buttons for Social Media the package Flutter Sign-in Button is a good choice. You often see them when you’re on a login page and there is also an option to sign in with your social media account like Facebook or Twitter. The package also supports mini Buttons. These can be used when you want to display a share button for several social media platforms at once.

The purpose

The purpose of this package is very clear: You can use them any time when you want a user to connect to a social media platform. It doesn’t care if he wants to sign in with his account, share a post or visit an author’s social media account. For these and more reasons the package gives a clear and recognizable look for the supported social media platforms.

Package scope

The package supports a Sign-in Button for several social media platforms like Google

--

--

No responses yet