Hey! I'm Hany β a Senior Flutter Developer based in Egypt πͺπ¬
I build production-grade mobile apps for Android & iOS that are fast, maintainable, and built to last. I care deeply about clean architecture, real performance (not just "it works"), and writing code that teams can own long-term.
Currently leading mobile at Tajadud β doing architecture decisions, code reviews, and mentoring. I've also published open-source Flutter packages used by developers worldwide on pub.dev.
class HanySameh {
final String role = "Senior Flutter Developer";
final String location = "Mansoura, Egypt πͺπ¬";
final String website = "https://www.hanysameh.info";
final String pubDev = "https://pub.dev/publishers/hanysameh.info";
final List<String> loves = [
"Clean Architecture ποΈ",
"Real-time features β‘",
"Performance optimization π₯",
"Open source π¦",
"Mentoring developers π€",
];
final Map<String, String> currentlyLearning = {
"Flutter Internals": "Custom RenderObjects & the 3 trees",
"System Design": "Large-scale mobile architecture",
"iOS Native": "Swift & SwiftUI",
"Testing": "TDD with Flutter",
};
String get funFact =>
"Built TRK solo β Flutter app + Django backend + real-time GPS π";
}π± Mobile
π§ State Management & Architecture
βοΈ Backend & Databases
π APIs & Real-time
π§° Tools & Platforms
Verified publisher at pub.dev/publishers/hanysameh.info
|
A beautiful icon pack for Flutter β clean, modern icons ready to drop into any project. Cross-platform support: Android, iOS, Web, macOS, Linux, Windows. # pubspec.yaml
dependencies:
icon_broken: ^1.1.0import 'package:icon_broken/icon_broken.dart';
Icon(IconBroken.Heart) |
Debug-only UI inspector for Flutter. Tracks widget rebuilds, visualizes state badges, shows FPS & jank frames, and surfaces a draggable floating panel β all stripped in release mode. # pubspec.yaml
dependencies:
flutter_ui_inspector: ^1.1.0UiInspector(
name: 'UserList',
loading: isLoading,
child: ListView(...),
) |
|
Transportation & Maintenance Platform Real-time transportation app with live GPS. Built everything solo β Flutter frontend + Python/Django backend + WebSocket GPS streaming. |
Healthy Eating App β Saudi Arabia Production app with real users. Performance profiling, analytics-driven UX, responsive layouts. |
|
Ride-Sharing Application Feature-first clean architecture. Built to scale across multiple dev teams with clear boundaries and full DI. |
Automotive E-Commerce App Spare parts marketplace β search, cart, multi-step checkout, order tracking. Live on both stores. |
|
Real-Time Currency & Gold Tracker Live exchange rates and gold prices with WebSocket feeds, historical charts, and price alerts. |
Medical Exam Preparation Structured content and practice tests for medical students preparing for clinical exams. |
π¨ Building β Leading mobile development at Tajadud
π¦ Open Source β Maintaining icon_broken & flutter_ui_inspector on pub.dev
π Learning β iOS native
π€ Open to β Collaborating on Flutter open-source projects
If you're using one of my packages and hit a bug β open an issue, I respond. If you're building something with Flutter and need a hand β let's talk.



