Replies: 2 comments 8 replies
-
Do you have a more specific question? This is a bit too broad. |
Beta Was this translation helpful? Give feedback.
8 replies
-
i also would like to have some guidance here, for example is it "unwise" to put it in a shared components repo.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thank you for the great library :)
Can you recommend how to design a reusable widget with Riverpod as a reusable state?
As an example, could be a Table widget with
base actions:
base states:
The first try was to use StateNotifier with states baked by Freezed package.
How can I give through Table constructor base provider and then
ref.watch(baseTableProvider)
base states and trigger actions byref.read(baseTableProvider)
?Beta Was this translation helpful? Give feedback.
All reactions