Chapter 9: Comparative State Management Analysis: When to Use What?
Finally, we are done with studying and implementing most of the state management techniques used in the Flutter world. Since technology is ever-growing, you might find some techniques that aren't discussed in the book or some that may not exist at all while this book is being written and emerge afterward, but you do not need to worry about those. As long as you know the basic idea and the reason for learning about state management, you can always learn any new technique that comes up any time in the future.
With that being said, let's move on to our final chapter of the book, where we will hover over and revisit all the techniques we discussed in this book for a refresher, and then learn to decide where to use which technique. This chapter is divided into five major sections, as outlined here:
- Revisiting the techniques—We will briefly go through all the different techniques we have discussed...