
- Widgets
- UI - 스크린 Views로 보여지는 모든 위젯들
- Presentation Logic Holders
- 위 위젯에서 Dispatch되는 이벤트
- State Management
- BLoC
- GetX
- etc.
- Presentation Logic Holder 자체적으로는 많은 작업을 하지 않음, 모든 작업들은 Use Cases로 보냄
- Presentation Layer는 기본적인 Input conversion, validation등을 관리
Domain
