You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what scenario you think is uncovered by the existing examples/articles
The examples would be better training documents if they had diagrams. I can submit a PR with a couple of png diagrams for examples if you are interested. Currently have diagrams for counter, random_number and todo.
Describe why existing examples/articles do not cover this case
The examples have good comments but not great entry points prior to the code.
Additional context
I created diagrams for the examples to help me understand how they go together. Random number and counter are essentially the same application with completely different approaches. The Todo application has a lot more moving parts. I intend to create a video using the diagrams so they won't go to waste if you don't want them in the repo.
Describe what scenario you think is uncovered by the existing examples/articles
The examples would be better training documents if they had diagrams. I can submit a PR with a couple of png diagrams for examples if you are interested. Currently have diagrams for counter, random_number and todo.
Describe why existing examples/articles do not cover this case
The examples have good comments but not great entry points prior to the code.
Additional context
I created diagrams for the examples to help me understand how they go together. Random number and counter are essentially the same application with completely different approaches. The Todo application has a lot more moving parts. I intend to create a video using the diagrams so they won't go to waste if you don't want them in the repo.
Here is a video using similar drawings to explain the Counter and Random Number examples. Explaining Riverpod on Flutter using two examples from the Riverpod repository
Here is a video using this drawing to explain how the Todo example uses Riverpod
The text was updated successfully, but these errors were encountered: