dailydispatch
Daily Dispatch #5 - Dependency Injection
Classes shouldn’t have to fetch their dependencies, you should get a third party module to link implementations with it’s respective interfaces. That way you can change easily the implementations if need be. Two libraries used for dependency injection are Koin(7.3k stars on GitHub as the time