Student Reviews
( 5 Of 5 )
1 review
Video of 69- Flutter State Management - BlocDelegate, Transitions and Events (Arabic) in Flutter course by Code2Start - Mohamed Fathy Taha channel, video No. 69 free certified online
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