flutter-ecommerce-live-coding icon indicating copy to clipboard operation
flutter-ecommerce-live-coding copied to clipboard

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

Open kareemabdeen opened this issue 1 year ago • 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

kareemabdeen avatar Feb 13 '24 11:02 kareemabdeen