-
you might find airbnb/mavericks familiar, because i think it has similar principles & api surface to felangel/cubit
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
cubit
Discontinued Cubit is a lightweight 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.
you might find airbnb/mavericks familiar, because i think it has similar principles & api surface to felangel/cubit
-
architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
There are multiple ways to communicate UI state changes from your view model to the view like using LiveData and SingleLiveEvent (a specialized LiveData which can only be consumed once).