dependency_injection_plus

Creator: coderz1093

Last updated:

0 purchases

dependency_injection_plus Image
dependency_injection_plus Images

Languages

Categories

Add to Cart

Description:

dependency injection plus

Injector is a simple dependency injection lib for Dart.
It does not replace a complex dependency injection framework like Dagger, but it provides the basics that most apps need. Feature requests are welcomed!
Internally the injector is a singleton that stores instances and builders in a Map.
Use registerDependency
All instances are lazy loaded, meaning that at the time you request the dependency the instance is created.
Get your dependency using get

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.