← Selected work 2025
Modo
Multi-vendor e-commerce & delivery platform
E-commerce · Delivery iOS / Android Released
User
Provider
Delivery
Overview
Modo is a multi-vendor marketplace with three coordinated applications — a customer storefront, a provider console, and a delivery driver app — all delivered from a single Flutter codebase using flavors.
Architecture
The platform uses Clean Architecture with a multi-flavor, multi-module structure so the User, Provider, and Delivery apps share a common core (networking, auth, design system, domain) while keeping role-specific features isolated.
Bloc drives predictable state across the commerce flows, and shared packages keep the three apps consistent as features evolve.
Highlights
- Built a multi-vendor e-commerce platform on a Flutter multi-flavor architecture, sharing components across three role-based apps.
- Implemented core commerce flows: product browsing, cart, checkout, and full order-lifecycle management.
- Integrated real-time order and delivery tracking with the Google Maps SDK.
- Developed provider-side tools for store, catalog, and order management.
//Screens
Inside Modo
//Next

