تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 69- Flutter State Management - BlocDelegate, Transitions and Events (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 69 مجانى معتمد اونلاين
One added bonus of using Bloc is that we can have access to all Transitions in one place. Even though in this application we only have one Bloc, it's fairly common in larger applications to have many Blocs managing different parts of the application's state.
If we want to be able to do something in response to all Transitions we can simply create our own BlocDelegate.
Source Code on git-hub
https://github.com/code2start/Flutter-State-Management/tree/Lesson7BlocDelegate