Is it possible to cache widgets (similarly to IndexedStack/AutomaticKeepAliveClientMixin)? #1393
-
I would like to cache a widget. My app is structured as follows:
The Can Riverpod help me prevent losing this cache? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use AutomaticKeepAliveClientMixin/IndexedStack if you want Riverpod is unrelated to this |
Beta Was this translation helpful? Give feedback.
You can use AutomaticKeepAliveClientMixin/IndexedStack if you want
Riverpod is unrelated to this