Abdullahi Addow

Results 25 comments of Abdullahi Addow

Even a bloc per feature is not clear for me, for example now I have OrderBloc where I use in more than one screen(e.g: OrderScreen, OrderDetailsScreen, RefundRequestsScreen(since it is related...

What is the best to do when I have EditProductScreen , CreateProductScreen and ProductsScreen should I make Bloc for each screen e.g EditBloc, CreateBloc ...., or just ProductsBloc as I...

> RepositoryProvider comes with flutter_bloc and u can use to register repositories for your app and blocs/cubits(maybe).

> could you provide minimal code that illustrates the issue?

> Hey @marcossevilla 👋 , 👉 [Dartpad link](https://dartpad.dev/?id=fdd369962f4ff6700a83c8a540fd6c4c) This is not showing your issue, what we need is a runnable code that reproduces your issue it doesn't matter _DartPad_ or...

> This is Company production code, would you need my project GitHub repository access? Create a new flutter project and add the code with the issue then test if you...

> Hi @marcossevilla @Add00w 👋 [Flutter project on Github](https://github.com/akshaynjarangal/blocerrortest) , please test it.Hope you will find the error. I cloned your repo, _signupload_ is printed first build, and when picking...

> sdk version changed, but no change. @marcossevilla @Add00w check this video, when without keyboard hovering no error found, but when keyboard hovering error found, please use keyboard enable or...

> > > sdk version changed, but no change. @marcossevilla @Add00w check this video, when without keyboard hovering no error found, but when keyboard hovering error found, please use keyboard...

> I'm trying to test a widget that has a Image.network child. > > The following log is provided. > > ``` > type 'Null' is not a subtype of...