My project is a Social network hybrid mobile app that is made with flutter, dart ( frontend ) and Nodejs as a backend,
the point that I hired front end developers that made part of the project ( 35 % of the project ) using GetX as state Management, then for some circumstances, I seek another developer, who told that I will use Bloc as state management,
so I told him, he can make the rest of the project ( 65 % ) in Bloc and leave the part that made before with Getx but he told me again that using his structure in the bloc with other developers structure in Getx will cause problems in the future, so he must rebuild the app from Scratch, this option will make me forget all costs and Time taken in first parts made with getX to rebuild it again,
so please help me, My question :
- Can I use getx and bloc in My project without any problems happened in the future?
- what is the best course of Action in that Case?
thanks