Bloc Pattern Todo List

General process of implementing the bloc pattern: Model for Todo Items (the data we’ll be using) States representing the loading process for the To-do list; are they loading, loaded, or unable to be loaded? Events representing the operations done on the To-do list; these are for each of the operations we are going to beContinue reading “Bloc Pattern Todo List”