MELLATI Fatah

Results 44 comments of MELLATI Fatah

Hi @indigo-dev and thank you for this very good issue. A first workaround is to use `RM.inject `instead of `RM.create`. Like this: ```dart @override Widget build(BuildContext context) { return WhenRebuilder(...

@indigo-dev >Problem is: where would I tell the local RM / mini-store to download the image and call setState? a) In the statesOverride Parameter, I only have access to the...

> Upfront I have a question: > What's the difference between > a) wikiImageStoreInjected(context).onAll(...) > b) wikiImageStoreInjected(context).rebuild.onAll(...) The latter will listen to the `wikiImageStoreInjected` and rebuild accordingly. The sooner only...

@indigo-dev your issue pushed me to think on a better manner to explain the concept of states_rebuilder. I come out with a set of simple and incremental examples to explain...

@amoslai5128 > InheritedBuilder( > keepAlive: false, > state: testStoreInjected, > stateOverride: () async { ... } > builder: () { ... } > ) It looks interesting. Will see how...

Hi @altynbek132 Do not define injectAnimation inside the build method.

@altynbek132 So Sorry for my lateness; This is a bug and it is fixed.