kfx_dependency_injection 1.0.0+5 kfx_dependency_injection: ^1.0.0+5 copied to clipboard
Flutter Dependency Injection library based on dotnet ServiceProvider
1.0.0 #
- Initial fully functional release
1.0.0+1 #
- Fix issues with pub.dev publishing
1.0.0+2 #
- Downgrading Dart requirements to match pub.dev and refactoring project structure
1.0.0+3 #
- Added portuguese documentation as well as some fixes in the English README.md version
1.0.0+4 #
- Add platform info to
ServiceProvider
so injected classes can be chosen by platform as well
1.0.0+5 #
- Allows override of registrations (for unit test mocking purposes, for instance)