Last updated:
0 purchases
riverpod feature generator
Riverpod Feature Generator #
Now, there is no longer a need to write ref.read(provider.notifier) or ref.watch(provider) every time.
If you deviate from the naming conventions, you’ll get a compile error, which ensures you stick to a defined structure.
It handles error messages for you.
It manages loadings for you.
Because it is much simpler, it increases the readability of the code base.
Compare #
Normal Implementation
Implementation with Generator
This is a beta trial version, and I am fully open to suggestions and contributions. #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.