Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xeinebiu/dependy
Dependy is a lightweight and flexible dependency injection (DI) library for Dart/Flutter.
https://github.com/xeinebiu/dependy
dart dartlang dependency dependency-injection flutter injection
Last synced: 2 months ago
JSON representation
Dependy is a lightweight and flexible dependency injection (DI) library for Dart/Flutter.
- Host: GitHub
- URL: https://github.com/xeinebiu/dependy
- Owner: xeinebiu
- License: mit
- Created: 2024-10-06T09:57:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:53:54.000Z (2 months ago)
- Last Synced: 2024-10-24T03:37:25.112Z (2 months ago)
- Topics: dart, dartlang, dependency, dependency-injection, flutter, injection
- Language: Dart
- Homepage:
- Size: 353 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dependy
**Dependy** is a lightweight and flexible dependency injection (DI) library for Dart. It simplifies
the management of services and their dependencies, making your code more modular, maintainable, and
testable. Dependy also supports hierarchical modules, dependency tracking, and circular dependency
detection.### Packages
- [Dependy](/packages/dependy/README.md)
- [Dependy Flutter](/packages/dependy_flutter/README.md)