Mapping different techniques to different application ideas
In this section, we will try to come up with application ideas and map them to the techniques we have studied in this book. We might not map every technique to the application ideas we discuss; rather, our primary goal is to understand how to look for a suitable state management solution when a certain application idea comes up in your mind or when you come across a situation whereby you have to decide on a state management technique for your next workplace project.
Important Note
Choosing a state management technique for applications is a subjective task, and you might find differences of opinions in this section with other books/articles/community personnel. At the end of the day, you can technically fit any state management technique to any application and it will work. It only comes down to how well managed your code is. Flutter has a very open architecture in this matter; you can literally create your own state...