flutter-ecommerce-live-coding
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
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