Back to Projects
MobileClient Project
Sensat.com Mobile App

Tech Stack
FlutterDartGetXREST APIsMVC
Overview
Production mobile application for sensat.com, built for Doğuş Teknoloji. The app uses a scalable MVC architecture with GetX for state management and integrates with backend services via RESTful APIs. Responsibilities included feature development, API integration, and collaboration with UI/UX teams in an Agile/Scrum environment.
Challenges
- Maintaining consistent state across complex screens while keeping the codebase testable
- Integrating multiple REST endpoints with different response shapes and error handling
- Aligning UI implementation with design specs under tight iteration cycles
Solutions
- Applied MVC separation and GetX bindings to keep state predictable and testable
- Worked closely with designers and used component-driven structure for quick UI updates