Rolly Peres
Rolly Peres
@ayalma will you merge this PR anytime soon? Your package is unusable without addressing this issue.
I'm sure the examples were meant to showcase a minimal approach to error handling, a subjective topic. I for example prefer to pass the original stack trace as part of...
> Since from `//@dart=2.16` that problem will go away with [Error.throwWithStackTrace](https://api.dart.dev/dev/2.16.0-35.0.dev/dart-core/Error/throwWithStackTrace.html) That would work for certain situations. I prefer to throw custom exceptions since by definition an error implies something...
@maRci002 right now you can make use of `restartable()` from `bloc_concurrency` to cancel your event handler and only process the latest.
I feel bloc has done a great job so far not polluting the library with excessive and unneeded configurations. But in this situation we might consider adding a configuration on...
> I’m just about to start a porting of an app from ionic to flutter and after digging around about state management in flutter i choosed to use flutter_bloc because...
@nfortiz sounds like 2 different features and you should have a bloc/cubit per each, especially since I'm sure you won't be displaying those 2 post lists on the same page....
@kevmoo `JsonKey`s accept only `const` `defaultValue`s.
I see your point and yeah equality checks need to be handled for this to work.
I personally feel this would bring a lot of value cause right now is not a pleasant experience working with defaults + firestore.