Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add third party example: Clean Architecture demonstration with Riverpod #2750

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

Uuttssaavv
Copy link
Contributor

This Repository demonstrates how to:

  • Implement Clean Architecture with Riverpod
  • use Riverpod to manage the theme of the application
  • Use StateNotifierProvider and Provider to manage the state
  • use non-generative method of managing state with Riverpod

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #2750 (f45b829) into master (de164ad) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2750   +/-   ##
=======================================
  Coverage   95.24%   95.24%           
=======================================
  Files          53       53           
  Lines        2252     2252           
=======================================
  Hits         2145     2145           
  Misses        107      107           

@rrousselGit
Copy link
Owner

LGTM thanks!

@rrousselGit rrousselGit merged commit a6900e0 into rrousselGit:master Jul 21, 2023
42 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants