ViewModel vs Bloc in Flutter
As per MVVM architecture I have to use ViewModel to separate data layer from UI. Can I instead use Bloc for this purpose? What are the case to use one opose to another? Could you please explaine?