BT Footbal Challenge

What is this project?

This projects is supposed to display the most winning team in a given football competition for a certain given period of time.

How to run this project locally?

  • Download & Install Android Studio (Recommended) or VS Code to be able to read the code.
  • Follow Google official documentation to setup Flutter Plugins and SDK based on your machine.
  • Regarding SDK version: Make sure you have downloaded SDK version 2.10.1 (Stable) from the list here.
  • Once you completed the Flutter environment setup, Run flutter doctor to double check you're using version 2.10.1 on Stable Channel
  • Connect any Android physical mobile/tablet device to your machine via USB or create an emulator to host your app installations.
  • Run flutter pub get to install the app required dependencies.
  • Run flutter run command to start code compilation.
  • No time to setup an environment? Just download an APK cooked by Codemagic.

External APIs

This project is based entirly on Github official Football data API by Daniel Freitag