DEV Community

Christian Findlay
Christian Findlay

Posted on

Flutter Dependency Injection: ioc_container V1

Dart doesn't really have library specifically for dependency injection. There are libraries that you can use as a service locator but they have global declarations

ioc_container is full fledged, fast and simple library for dependency injection. Check out the benchmarks to compare the performance with other libraries.

https://link.medium.com/EHKzqaV1qub

Top comments (0)