Implementing a lotto retrospective app
Learn how to implement an app that tells you how much money you would have won or lost if you had played lotto with you chosen numbers.
Tutorials and troubleshooting for Google's fast-growing UI toolkit
Learn how to implement an app that tells you how much money you would have won or lost if you had played lotto with you chosen numbers.
Especially when working with BLoCs in Flutter, copying objects (like the previous state) becomes a regular habit. Here’s a comfortable way to do that.
A BLoC does often have external dependencies such as services or repositories. This tutorial shows how to properly create the connection.
In this tutorial, we are going to apply the BLoC pattern to an existing app, making it maintainable and testable.