alidaoud/Soccer-App — reverse-engineered prompt
Reverse engineered prompt
Build me a Flutter mobile app for soccer fans that shows live football scores, recent results, and upcoming fixtures across leagues. The home screen should show live matches when there are any, and a clear empty state when there aren’t. A user should be able to tap a live match to see the match details, score, teams, status, and useful stats.
Also add a fixtures section where the user can pick a league and season, then see that league’s matches in a clean list. Each fixture should open into a statistics view if stats are available. Use the API Football service for the data, and make it easy for me to add my own API key without digging through the whole app.
Please make the UI simple, polished, and mobile friendly, with team names, league names, dates, scores, and loading or error messages that normal users can understand. Look up the current API docs online if you need to.
Want more depth? Deep Reverse