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.
Top comments (0)