Moshe Dicker

Results 208 comments of Moshe Dicker

Could this be an optional way to create async providers?

I mean, could there be 2 types of async providers? Could they coexist and interoperate? Is that even possible?

While the proposal to address the one-frame delay issue in chained async providers is technically sound, I have concerns about how it would affect Riverpod's developer experience. 1. **Dart Consistency**:...

> We could support both: > > AsyncProvider((ref) async => 0); > And: > > AsyncProvider((ref) async => ref.returns(0)); ### Issues with Multiple Syntaxes 1. **Cognitive Overhead**: Supporting multiple ways...

@buenaflor Can this be done with objective_c too?

@buenaflor I also added ffi/jni to my app too early, had some nasty segfualts.

@Phat0M That's a workaround, but a truly declarative router should react to state changes.

I would like to create a PR for this. lmk if this is something you would be interested in