Anyone using riverpod in production/open-source apps? #1350
Replies: 4 comments 1 reply
-
Let's convert this to a discussion instead, now that that's a thing. |
Beta Was this translation helpful? Give feedback.
-
I have two private business apps in production for Android & iOS, and one Web & Desktop app I'm currently working on that will go into production in the next 3 months all using Riverpod for state management. I have another app in Production that uses Provider and I am planning on migrating that app over to Riverpod in the next 6 months. 7 years of developer experience, 2 years of Flutter experience. There are a lot of good things about this package, the flexibility to orchestrate your providers and app state the way you want, the ease of creating a new provider, and the speed of development. The community is extremely helpful and active. There are more and more examples being added to the website to show how to implement different use cases. The main negative I can think of is just the flipside to using something so flexible. Because there isn't a "one way" to do things with Riverpod if you are just learning it, it can be a bit confusing what the best way is to set up your providers. The best way to mitigate this is just to start using them in a POC app or project so you can get a handle on how they all work. The documentation is getting better and better and more examples are getting added. |
Beta Was this translation helpful? Give feedback.
-
Hey devs! I recently created a Todo app that uses Clean Architecture and Riverpod. You can check out the code here: https://github.com/TitoMitto/clean-todo. I would love to get your feedback and suggestions on how to improve it. The app is built with a focus on separation of concerns, testability, and maintainability, making it easy to understand and modify. So, feel free to take a look and let me know what you think! |
Beta Was this translation helpful? Give feedback.
-
Finally after months I've released this video editor app for my client. It's not fully i18ned yet, and it still has some bugs related to Android MediaX, but it should work in most cases. iOS: https://apps.apple.com/app/id6466738852 Version: 3.0.0-dev.0 |
Beta Was this translation helpful? Give feedback.
-
Similar to:
rrousselGit/provider#62
If anyone is using the library then please give your input.
Use the following template:
If available on stores
iOS:
Android:
If open source
Source Code:
Your opinion
Version: ?
Years of experience: ?
Good: ?
Bad: ?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions