Remi Rousselet
Remi Rousselet
toString assumes that the enum is encoded into a String. But sometimes they are encoded into integers or other values Rather, it could be a matter of adding a fromJson/toJson...
Renaming properties is not supported at the moment.
It's not really a bug, rather it's a limitation of the widget tree, which depends on your device Optimisations are possible, but removing the limit is difficult
There's no particular place.
That "limit" is built directly in the device. It's not Flutter or Provider that decides to throw a StackOverflow error, but the device that tells that it reached its stack...
What exactly do you expect provider to do here?
Proivders are widgets. They'll always increase the hierarchy They would in Redux too. It's just that in Redux, you define a single StoreProvider instead of 168 providers. You could have...
Inheritedwidget are widgets, therefore increase the size of the widget tree > BTW, how to have one large provider ? Can you please give me an example ? Regroup multiple...
Haha yes, you're right. This will be updated with the v1.