I'm using Navigator 2.0 API to handle navigation in my app, and I have problem with top-most RouterDelegate (the nested RouterDelegates underneath it work fine)
There is no example found for the usage of BlocSelector. Anyone knows the real usage of it?
The application needs to implement language switching at runtime. Wrote a bloc with event and state and called BlocBuilder in main.dart. But I don't know how to
why am i getting the error? I couldn't find the reason. I'll be happy if you can help me. error screen You can check my issue on github
I'm using flutter_bloc. I've got code like this: class Settings extends StatelessWidget { final _formKey = GlobalKey<FormState>(); @override Widget
I am new to Flutter and currently working on a project where I need to show user a list of matched members so that a user can easily select one of them. For tha
i am using flutter_bloc, and i am wondering which method should i use and what is the difference between these two ways?: i read that the first one with (value)
How can I avoid creating another instance of some bloc class? I have two blocs: LoginBloc and AuthBloc . and LoginBloc accepts an instance of AuthBLoc and here
I am using better_player package for showing video from an api. The video url is fetched through bloc. Suppose, I am watching the video and reached halfway, whe
Hello I'm trying to listen state of bloc form other bloc. I'm using this package https://pub.dev/packages/bloc From my UserBloc I want listen AuthBloc and when