This project is a Spotify app clone that simulates the interface and functionality of the home page of Spotify using Flutter. The app fetches all the song data from a predefined JSON file.
Step 1:
Download or clone this repo by using the link below:
https://github.com/eashaankar/Spotify-Clone.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get


