A Flutter application that replicates the functionality of the popular sports data website, Sofascore. The app connects to the Sofascore API to retrieve live scores, statistics, and information about various sports teams and leagues.
Live scores and updates for a variety of sports including football, basketball, and tennis
Please be aware that you need api_key to connect to the sofascore API(https://rapidapi.com/tipsters/api/sofascores), the key can be obtained by creating account on their website.
To run the project, clone the repository and run the following command in the project directory:
Copy code flutter run This project uses the following dependencies:
Sofascore API Flutter Dio for HTTP requests Provider for state management This is a simple guide for your flutter project, please check the code for more instructions and detail.