Skip to content

Latest commit

 

History

History

cubit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cubit State Management

Cubit is a state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.

Cubit Package