ioc_container icon indicating copy to clipboard operation
ioc_container copied to clipboard

A lightweight, flexible, and high-performance dependency injection and service location library for Dart and Flutter

Results 2 ioc_container issues
Sort by recently updated
recently updated
newest added

Correct me if I'm wrong... I don't think this is supported but this snippet in your docs implies that it is. ```dart final builder = IocContainerBuilder() ..add((container) => DatabaseConnection('my-connection-string')) ..add(...

I see that this repository hasn't been updated in a while? is it still maintained?