DartRocket - Container
A simple yet powerful IoC Container for DartRocket. Its based on namespacing your objects so you can easily get their instance after.
How to Install
You firstly needs to depend on it
dependencies:
dartrocket_container: <1.0.0
And install it
pub get
Usage
For learning how to use check out this example on how to create and use a new container
(https://github.com/DartRocket/container/example/start_container.dart).