? Not-So-Random Fact App
A sample app I made to help me learn to use cubit for basic state management.
The app also showcases unit testing and widget testing with bloc.
The app
States: [Initial, Loading, Loaded, Error]
![[2025] Implementing cubit state management in flutter ezgif com-gif-maker](https://i0.wp.com/user-images.githubusercontent.com/29995627/162943838-aac401ad-aca9-4f2b-b691-4db44c41b4d3.gif?w=770&ssl=1)
Tasks:
- ? Write intergration tests.
Comments are closed.