I have an application that manages (bank) accounts. In my data model, I have defined an observable list for the accounts: private final ObservableList<Accoun
I'm building a shopping app in Flutter using MVC pattern and mobx for app state management. At the moment, I have a mobx store for cart items and one store for