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…
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…
Some text..
Some text..
Contact us for software training, education or development …
✅ Flutter/Dart Tip: Use const constructors for widgets when possible. Example: const myWidget = Text('Hello', style: TextStyle(fontSize: 20));
Social Plugin