di
Installation
SKILL.md
Dependency Injection (DependenciesContainer + Scopes)
When to use
- Adding a new repository, datasource, client, or service.
- Wiring dependencies into a feature’s BLoC.
- Creating a feature scope widget that provides BLoCs and exposes a small, stable UI API.
Steps
1) Put long-lived dependencies into the container
Conceptually, these live in DependenciesContainer (repositories, clients, DAOs, shared utilities).
Access pattern: