Skip to content

alidaoud/Soccer-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soccer App

Get the live football scores, results & fixtures over all leagues.

Getting Started

Soccer App is a Mobile application that provides the current live matches and their details among all leagues and displays the fixtures of a specific league for a selected season and give some statistics for each fixture.

You can download Soccer App from Play Store for android devices.

System requirements

To install and run Flutter, your development environment must meet these minimum requirements:

Windows install

  • Operating Systems: Windows 7 SP1 or later (64-bit), x86-64 based.
  • Disk Space: 1.64 GB (does not include disk space for IDE/tools).
  • Tools: Flutter depends on these tools being available in your environment.

If Git for Windows is already installed, make sure you can run git commands from the command prompt or PowerShell.

Mac install

  • Operating Systems: macOS (64-bit)
  • Disk Space: 2.8 GB (does not include disk space for IDE/tools).
  • Tools: Flutter uses git for installation and upgrade. We recommend installing Xcode, which includes git, but you can also install git separately.

Linux

  • Operating Systems: Linux (64-bit)
  • Disk Space: 600 MB (does not include disk space for IDE/tools).
  • Tools: Flutter depends on these command-line tools being available in your environment.
    • bash
    • curl
    • file
    • git 2.x
    • mkdir
    • rm
    • unzip
    • which
    • xz-utils
    • zip
  • Shared libraries: Flutter test command depends on this library being available in your environment.
  • libGLU.so.1 - provided by mesa packages such as libglu1-mesa on Ubuntu/Debian and mesa-libGLU on Fedora.

Chrome OS

  • Operating Systems: Chrome OS (64-bit) with Linux (Beta) turned on
  • Disk Space: 600 MB (does not include disk space for IDE/tools).
  • Tools: Flutter depends on these command-line tools being available in your environment.
    • bash
    • curl
    • git 2.x
    • mkdir
    • rm
    • unzip
    • which
    • xz-utils
  • Shared libraries: Flutter test command depends on this library being available in your environment.
  • libGLU.so.1 - provided by mesa packages such as libglu1-mesa on Ubuntu/Debian

App Screenshots

Home Screen

Home Screen - No live matches Home Screen - Available live matches
Screen Shot 2021-06-25 at 19 01 31 Screen Shot 2021-06-25 at 18 57 15

Live Match Details

Screen Shot 2021-06-25 at 18 57 23

League Fixture

Premier League Fixtures Bundesliga Fixtures
Screen Shot 2021-06-30 at 20 26 29 Screen Shot 2021-06-30 at 20 26 18

Fixture Statistics

Screen Shot 2021-06-25 at 18 57 46

RESTFUL API

Screen Shot 2021-06-30 at 23 25 39

This app uses API-FOOTBALL to fetch its data.

API-FOOTBALL: is a RESTFUL API for all sports data ( FOOTBALL | BASKETBALL | BASEBALL | FORMULA-1 | HOCKEY | RUGBY )