디바이스의 방향을 감지하여 가로 모드와 세로 모드를 전환합니다. 옵저버 패턴을 사용하였으며, 상태 관리는 GetX로 하였습니다.
The app detects the orientation of user device and converts between portrait mode and landscape mode. I implemented observer pattern with GetX for state management system.