Felix Angelov

Results 683 comments of Felix Angelov

> @felangel what do you think about that ? Can you use the pubspec.yaml I referenced above and check whether you’re able to install the dependencies?

Hi @dedonnodev πŸ‘‹ Thanks for opening an issue! The UI should only depend on the state. The presentation layers adds events to the bloc and can listen for state changes....

Hi @PlugFox πŸ‘‹ Thanks for opening an issue! I agree we should improve the examples to preserve the stackTraces but I don't think we should use Dart 2.16 APIs in...

Hi @ac130kz πŸ‘‹ Thanks for opening an issue! I'll take a closer look at Isar now that it's stable to evaluate if it makes sense to make this transition. My...

> @felangel I guess as a temporary performance measurement Objectbox's benchmarking suite can be updated to support the latest version of Isar [1]. As for the build_runner, I think it...

Hi @yun-cheng πŸ‘‹ Thanks for opening an issue! Yes currently this is a limitation and we're working on defining how isolates can be more easily supported when using hydrated_bloc (related...

Hi @zmoshansky πŸ‘‹ Thanks for opening an issue! Can you please provide a link to a minimal reproduction sample that illustrates the problem you're facing? I'm happy to take a...

It would be very helpful if anyone could provide a minimal reproduction sample, thanks!

cc @jorgecoca @orestesgaolin @marcossevilla @erickzanardo

> > Developers could also use CancelableOperation and CancelableCompleter from package:async to maintain a list of cancelable operations internally which are manually canceled when the instance is closed. > >...