Left Sidebar
Showing posts with the label CubitShow all
Understanding Cubits --- A basic working Cubit
Champak Roy
Tuesday, June 21, 2022
A Cubit is a Flutter Class that provides an alternate and better method of state management to the setState method. It provides a system of state management that separates business logic from state m…
Cubit in a UI
Champak Roy
Thursday, March 24, 2022
Continuing from our basic introduction to Cubits where we used a cubit to manage state, we will now use a cubit in a UI. In case you haven't read the starting post please go and read this up. Sta…