Felix Angelov

Results 543 comments of Felix Angelov

Hi @newbieflutter 👋 Thanks for opening an issue! Are you able to provide a link to a complete, minimal reproduction sample? It would be much easier to understand/help if I'm...

> Hi Felangel, Sure I will create a mini application just with this form in it? Is that ok. How should I pass to you ? Yeah it'd be great...

Hi @newbieflutter sorry for the delayed response! Can you please provide detailed reproduction steps? Thanks!

> Hello there, any update on this issue? I keep seeing it every time I open IntelliJ even not opening a Flutter project Sorry for the inconvenience! I'll take another...

Hi @subzero911 👋 Thanks for opening an issue and glad you found a solution. A variation of this is included as part of the [GitHub Search Example](https://github.com/felangel/bloc/blob/35f0e39ab68ec014d353cdd7c6a3addf31381132/examples/github_search/common_github_search/lib/src/github_search_bloc/github_search_bloc.dart#L8) and you can...

Hi @PlugFox 👋 Thanks for opening an issue! Can you provide more context regarding why you want that interface exposed? BlocListener applies it as a `mixin` so if you want...

Hi @bartekwk 👋 Thanks for opening an issue! This looks like it's a conflict between `injectable_generator` and `flutter_test` based on the error. If you remove `bloc_test` does the error go...

> Yes, it occurred only after adding bloc_test. I've tried to add different version of this package but every one is conflicted. Can you share your `pubspec.yaml`?

@bartekwk any update? Were you able to resolve the issue? If not, can you provide link to a minimal reproduction sample? Thanks!

@bartekwk I think the issue is you're on an older version of Flutter which causes an incompatibility between `injectable_generator` and `flutter_test`. I was unable to reproduce the issue on Flutter...