__ __ _ _
| \/ |_ _| |__ __ _ _ __ ___ _ __ ___ __ _ __| |_ _ _ _ _ __ _ _ _____ _____ _ __
| |\/| | | | | '_ \ / _` | '_ ` _ \| '_ ` _ \ / _` |/ _` | | | | | | | '_ \| | | / __\ \/ / _ \| '_ \
| | | | |_| | | | | (_| | | | | | | | | | | | (_| | (_| | |_| | |_| | | | | |_| \__ \> < (_) | | | |
|_| |_|\__,_|_| |_|\__,_|_| |_| |_|_| |_| |_|\__,_|\__,_|\__, |\__,_|_| |_|\__,_|___/_/\_\___/|_| |_|
|___/
Flutter Team Lead · Building production mobile apps for 3+ years
Currently architecting multi-tenant e-commerce and ride-hailing systems with Flutter. I focus on clean architecture, scalable state management, and pixel-perfect UIs that users actually enjoy.
class Muhammadyunusxon extends Developer {
@override
String get focus => 'Mobile Engineering';
@override
List<String> get stack => [
'Flutter & Dart',
'Riverpod / BLoC',
'Firebase Suite',
'Google Maps Platform',
'Clean Architecture',
];
@override
Map<String, dynamic> get currentWork => {
'role': 'Team Lead',
'building': ['E-commerce apps', 'Taxi platforms', 'POS systems'],
'approach': 'Ship fast, iterate faster',
};
}Multi-component mobile systems — Customer apps, driver apps, seller dashboards, admin panels. Full ecosystem thinking, not just screens.
Real-time features — Live tracking, instant messaging, push notifications. The stuff that makes apps feel alive.
Production-grade architecture — Clean code that scales. Proper state management. Tests that matter.
├── Mobile
│ ├── Flutter (primary)
│ ├── Dart
│ └── Native bridges (iOS/Android)
│
├── State & Architecture
│ ├── Riverpod
│ ├── BLoC
│ └── Clean Architecture
│
├── Backend & Services
│ ├── Firebase (Auth, Firestore, FCM, Storage)
│ ├── REST APIs
│ └── Google Maps Platform
│
└── Tools
├── Git / GitHub
├── Xcode / Android Studio
├── Figma
└── CI/CD



