About a year ago, the Flutter documentation was updated with new recommendations. Among its suggestions, such as the MVVM architecture I've commented on before, two patterns already known to programmers were indicated: Command and Result. In this article, we will see the advantage of using them, where they fit, and how to implement them in two...