The build
A Flutter app with BLoC state management spanning host, participant, event, prize, and messaging flows — the moving parts of a live, interactive draw where timing and state have to stay in sync for everyone at once.
Why realtime is the hard part
A live event app is only as good as its synchronization: every participant has to see the same state at the same moment, which is where the real engineering goes.