Very informative ❤. It will be more exciting if you use Bloc instead of cubit so that we can also learn Bloc with clean architecture. As there are very less tutorial of application using bloc.
There is not much difference between BLoC and Cubit. Cubit is one side stream, BLoC is both sides stream. You can fit any state management into this architecture, just replace the cubit file with BLoC files and instead of calling direct functions, call events from page file, everything else remains the same
Really loved it, Initially was a bit confused about the usage of "UserCases" but at the end of the video, I got it very well. I really appreciate your effort. One thing about screen/font responsiveness. As in real projects we have Figma design and can see pixel differences b/w widgets, do we need to give direct values or use any external package like screen_util. How do you manage such things in your current big apps following this architecture? thanks
One hack that I used to do was to calculate the ratio in the figma designs and apply the same ratio using Media Query. You can use screen util as well if that suits you.
It's a great experience building real-world application following GDE's coding practices.
zabar10 ho gaya
Thank you for making these videos sir waleed, loving these.
Loved it
Thank you
sir firebase ki series bhi bana dai pleace
Very informative ❤. It will be more exciting if you use Bloc instead of cubit so that we can also learn Bloc with clean architecture. As there are very less tutorial of application using bloc.
There is not much difference between BLoC and Cubit. Cubit is one side stream, BLoC is both sides stream. You can fit any state management into this architecture, just replace the cubit file with BLoC files and instead of calling direct functions, call events from page file, everything else remains the same
@@_technotherapist got it , thank you very much 😃
Really loved it, Initially was a bit confused about the usage of "UserCases" but at the end of the video, I got it very well. I really appreciate your effort. One thing about screen/font responsiveness. As in real projects we have Figma design and can see pixel differences b/w widgets, do we need to give direct values or use any external package like screen_util. How do you manage such things in your current big apps following this architecture?
thanks
One hack that I used to do was to calculate the ratio in the figma designs and apply the same ratio using Media Query. You can use screen util as well if that suits you.