-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi .. the example is very good to understand the GetX package.. but it's using GraphQL .. I am not using Graphql. I am very new to flutter development and have started using GetX package without working on bloc or any other state management. Previously I was using simple setState(), but since I found the GetX package.. I am very much interested and want to explore it more. But I get stuck with .. concepts in separating provider, service, repositories (clean architecture). I am used to of MVC pattern though. Your example has cleared many things about Clean Architecture and GetX.
Would it be possible to make one example using Firebase Auth, firebase storage ( image for user ) and a simple Blog ( CRUD of the post, comments) please.. This one can then be used as a startup template for anyone struggling to use GetX and clean architecture and Firebase Auth.
Thanks in advance. Prakash