DEV Community

Waga Odongo
Waga Odongo

Posted on • Updated on

 

Build A Flutter Tinder Clone with Firebase & BLoC #7/40 Login Bloc

In this series of videos we are going to build a Tinder clone with Flutter, Firebase as a backend and Bloc as our state management solution.

In this video we set up the Login Bloc

Protip: Watch video at 1.25 speed.

Top comments (1)

Collapse
 
kris profile image
kris

Similar to the sign-up bloc pattern, the login bloc pattern seems similar. Great information on state management which corresponds to user management. To take this to next level, we can take a look at some of the best Flutter tinder clone apps in the market that provide beautiful and intuitive UI with features as in the original app.

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git