Dependency
Dependency copied to clipboard
A dependency Injection solution for SwiftUI. Thank you Antoine van der Lee and Vincent Pradeilles for initially showcasing this idea.
Results
2
Dependency issues
Sort by
recently updated
recently updated
newest added
Hello and thank you for this great solution. I was wondering how you can safely nest dependencies such as in clean architecture ``` let service = Service() let usecase =...
Hi, I'm just wondering how you would inject parameters into a service. Parameters like string, bool, int etc.