TarekAlabd/flutter-ecommerce-live-coding

make use of get_it package in a separate file to facilitate dealing with dependency injection in our root app

kareemabdeen opened this issue · 0 comments

I know that you are currently applying the singleton pattern manually in the FirestoreServices class. However, as the project becomes more complex, there is a need to implement the dependency injection software concept using get_it instead of manually implementing it