Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 998 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 998 Bytes

Riverpod Feature Generator

  1. Now, there is no longer a need to write ref.read(provider.notifier) or ref.watch(provider) every time.

  2. If you deviate from the naming conventions, you’ll get a compile error, which ensures you stick to a defined structure.

  3. It handles error messages for you.

  4. It manages loadings for you.

  5. Because it is much simpler, it increases the readability of the code base.

Compare

Normal Implementation Implementation with Generator
Normal Implementation Implementation with Generator

This is a beta trial version, and I am fully open to suggestions and contributions.