India
ProjectsNovember 2, 2024

L'Oréal's event app for Android and iOS

image
An event app for L'Oréal Dubai, shipped on Android and iOS from one Flutter codebase, and used at more than five live events. It covers the whole day for an attendee: signing in, finding out what is on, taking part, and giving feedback afterwards.
  • Accounts and digital badges. Attendees register and are issued a badge used for identification and check-in throughout the event.
  • Badge scanning. Each attendee's badge carries a QR code that staff scan for attendance, so presence is recorded per session rather than only at the entrance.
  • Agenda and speaker profiles. The schedule, session detail, and who is presenting.
  • Live Q&A and voting. Attendees submit questions and vote from their seats during a session.
  • Surveys. Feedback collected in the app while the event is still running rather than by email afterwards.
  • Push notifications. Schedule changes and reminders, which at a multi-track event is the difference between a room being full and being empty.
  • Media gallery. Photos and video from the event, available to attendees during and after it.
  • Venue navigation. Location services for getting to the venue and around it.
Events are an unusual deployment target. There is one day when the app has to work, in a room full of people on congested wifi, and no useful opportunity to ship a fix while it is happening. That pushes the testing effort forward and makes the failure behaviour of every network call worth thinking about in advance. Flutter was the right choice here mainly because the audience arrives with whatever phone they own, split across both platforms, and the timeline did not allow two native builds. The backend is .NET over SQL.

Screens

L'Oréal's event app for Android and iOS screen 2
L'Oréal's event app for Android and iOS screen 3
L'Oréal's event app for Android and iOS screen 4
L'Oréal's event app for Android and iOS screen 5
L'Oréal's event app for Android and iOS screen 6
L'Oréal's event app for Android and iOS screen 7
L'Oréal's event app for Android and iOS screen 8

Related projects

Enrixa Store, a multi-tenant e-commerce platform

Enrixa Store, a multi-tenant e-commerce platform

A platform where every merchant runs an isolated store on its own subdomain, and where a query that could leak one merchant's data into another fails CI instead of reaching customers.
Enrixa AI, a shopping assistant for Shopify

Enrixa AI, a shopping assistant for Shopify

A tool-calling agent that answers shopper questions against a live product catalog, streamed over SSE, with a chat widget that cannot collide with the store's own CSS.