Flutter using BLoC Pattern for a state management in a big App

37 views Asked by At

I have a qution about using BLoC in Flutter for state management how can I use it in a big app in the back I'm using Spring boot with enteties like (Student,Teacher,ClassRoom,Course ...) I do not know how many BLoC files I should define and with sych as I'm Using MVC Pattern I think that I should Create a BLoC for each Entety but I do not know if it is true!!

1

There are 1 answers

1
Bashir Khalil On

Yes ... even thue you can use clean architecture design patten with bloc so the application will be maintainable and scalable .