The Chronicles of Flutter state management 5. In our previous write-ups, we saw some different ways of managing state, where we started with stateful widgets and managed the individual state of a widget, controlling its internal workings but with respect to states that were not shared (local to only one widget), when there was a need to…