flutter-retrofit-networking
Installation
SKILL.md
Retrofit & Dio Networking
Priority: P0 (CRITICAL)
Structure
infrastructure/
├── data_sources/
│ ├── remote/ # Retrofit abstract classes
│ └── local/ # Cache/Storage
└── network/
├── dio_client.dart # Custom Dio setup
└── interceptors/ # Auth, Logging, Cache