Skip to content

Sumat-Dev/flutter-counter-cubit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Counter Cubit

Get started cubit in flutter !

What is Cubit and Bloc?

Simply put, Cubit is a simple version of Bloc. Cubit doesn’t have any events and instead it only has methods which will be called by the UI. It is straightforward, you just call the method, and it will emit the state. While Bloc, on the other hand, requires you to setup events where it will listen and emit state base on the event accordingly.

Example

About

Get started cubit in flutter !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published