radyhaggag/live_score — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Flutter live football score app for fans who want to quickly see what’s happening today.

I want a clean mobile first experience that also works on web. The main screen should show today’s fixtures, live scores, match status, teams, kickoff times, and let people browse by competition. When someone taps a match, show a detail page with lineups, match events, and statistics. Also add league standings for the supported competitions.

Please make it feel polished, fast, and easy to use, with loading states, empty states, and sensible error messages when the internet or the data source fails. Use BLoC or Cubit style state management if that fits best. Connect it to the football data source already used by the project, and for web use a small proxy if browser calls are blocked.

Set it up so it can run on Android, iOS, and web, and include the basic deployment setup for GitHub Pages. Look up current docs online if you need to.

Want more depth? Deep Reverse