lib/ ├── main.dart ├── app/ # Root widget, theme, router ├── core/ │ ├── di/ # GetIt + Injectable setup │ ├── network/ # Dio ...