Data - Data Layer Generator
Generate data layer components that implement domain interfaces and handle external data sources.
Philosophy
The data layer is the only place for:
- Freezed models with JSON serialization
- API field mapping (
@JsonKey) - Repository implementations
- Data source abstractions (remote, local, cache)
This keeps the domain pure while handling all serialization and external communication here.
When to Use This Skill
- After
/domainhas created entities
[Description truncada. Veja o README completo no GitHub.]