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
Love the example you have presented here, it's a very valuable resource for me as this is my first time working with riverpod. I was wondering if you plan on adding some example tests; would be interested in seeing how that's structured and what it looks like to have a mock repo/api client.
Thanks for taking the time to build this repo out!
The text was updated successfully, but these errors were encountered:
Given a feature, one could simplify its file system structure like so:
controllers
providers
repositories
models
etc.
So that we don't need the tedious data / presentation / domain subfoldering, which make no sense imho.
Also, anything related to the data layer deserves an ad-hoc folder, away from lib. This enables extracting the data layer even to another package, if necessary.
Love the example you have presented here, it's a very valuable resource for me as this is my first time working with riverpod. I was wondering if you plan on adding some example tests; would be interested in seeing how that's structured and what it looks like to have a mock repo/api client.
Thanks for taking the time to build this repo out!
The text was updated successfully, but these errors were encountered: