FlutterFootball

My first mobile project using Flutter. A small demo project for football matches, including the use of external APIs and integrating with Google Admob.

Features

Besides of technical features like serialization, Firebase integration, caching and so on I added a few business features:

  • Liveticker
  • Competition standings
  • Matchday overview
  • and many more ...

Getting Started

Add your own google-services.json file with your own admob settings.

Set up Firebase for remote configuration.

Data Providers

I'm currently using the Beta version of https://www.api-football.com/ which is still under development.

Initially, I used https://www.football-data.org/ as data provider. There are still some working features available. Get a key from https://www.football-data.org/ and add it to Remote Config of Firebase (key: football_data_api_token).