Flutter: Authentication using BLoC Pattern
if you are writing a flutter app, authentication is the most basic requirement. You can follow many patterns for managing state in your app: provider, BLoC or redux. In this article we will be going through the BLoC pattern.
Just a quick introduction...
rajurastogi.hashnode.dev9 min read
Victor Martins
Build Ideas
Please where is the source code?