Michel Feinstein

Results 266 comments of Michel Feinstein

@pingbird since this was closed, could you provide some instructions on how previous installations could be modified to match the new behaviour? Or is this going to be automatic?

Would it? In theory the contracts are still the same and AFAIK both types are compatible and interchangeable, so it's an internal implementation detail maybe? I get that the binary...

Oh I see! I didn't thought this method was exposed, it makes sense then.

Hey @felangel can you read the issue I am referring? It's all there.

In the original issue I was reporting what I thought it was a bug, how a listener only starts to listen after the bloc is listened by the widget after...

@tenhobi sorry if I gave you the impression I was claiming that `Bloc` was not working as intended, I am asking for extra functionality to avoid boiler plate. I don't...

I don't see it as an anti-pattern, `Bloc` already has an initial state at the constructor, this is not created by any input event. Also `Bloc` is a `Stream` so...

Hi @narcodico. Yes, you are correct. Yes I am using an imperative loading spinner. Yes, it's better to have a declarative widget. And yes, I am familiar with how the...

I am sorry @narcodico, I really appreciate that you are trying to help, I really do, but I don't think you understand the underlying issue here. **This issue is about...

@narcodico: > it would definitely be a bloc antipattern, because the only way a state should be emitted is as a result of an event being added to the bloc...