needle icon indicating copy to clipboard operation
needle copied to clipboard

Compile-time safe Swift dependency injection framework

Results 58 needle issues
Sort by recently updated
recently updated
newest added

- These methods are one-liners of the form "return dependency.propertyName"

I found a minor typo while reading docs.

- Update `NeedleFoundation.RootComponent` to `BootstrapComponent` - Add an example for injecting dynamic dependency

Could this fix be applied to the 0.15.x version also please? https://github.com/uber/needle/pull/369

Hi, Thanks for the awesome DI framework. I'm just wondering will app cold start up launch time will spend much time if assume we have tons of Modules configured dependency...

## How about distribute generator exectable via Swift Package Manager? [like this](https://github.com/horita-yuya/needle/commit/0ce119ed9ef651f5402d10cf20f7274293837654) In my project, we don't use Carthage only SwiftPM at this moment. So, we want to use needle...

The Needle sample projects are overly complicated and have no particular need for a dependency on Rx and Carthage. Examples should ideally have no dependencies outside of vanilla iOS and...

Help wanted

We have separate components in our main target and test target and want to integrate Needle into these separately. However, because ```registerProviderFactories``` is not name-spaced inside of the containing class,...

Hi, What is the best way to share data downstream with needle in a non reactive context? Let me provide a simple case. I have a comment list which has...

PR update needle to 10.2 to prevent the `needle` app crash on the sample build app. This happens because Xcode10.1 image doesn't have swift runtime which is required by app...