sputnik_di 0.2.3
sputnik_di: ^0.2.3 copied to clipboard
Lightweight Dependency Injection Framework for your Flutter project
0.2.3 #
- Fix lock
0.2.2 #
- Fix reinitialize dependencies
0.2.1 #
- Fix statusController on clear in DepsNode
0.2.0 #
- Added
overrideWith
method for mocking dependencies.
0.1.0 #
- Clearing created dependencies from DepsNode
- Clearing a specific dependency using the clear() method
- A new class RawLifecycle for classes that have a lifecycle but do not implement the Lifecycle interface
- A parameterized singleton factory using bindSingletonFactory
0.0.3 #
- fixing pub scores
- fix dependency get
0.0.2 #
- fixing pub scores
- correction of the description and readme
0.0.1 #
- Initial version.