Following the introduction of the BLoC pattern in the first post we will now see how we can use and test it. Using Cubit/Bloc To observe state changes in our …
When it comes to professional software development one goal is to create maintainable and testable source code. To fulfill that goal one important step is to use an architecture which …