My personal single-page website. It was developed for sharing py music releases, some info about me and my projects. You can use this project as example for your own web app.
CoverArtCard
Widget for showing track or album cover art
CoverArtCard(
imageUrl: "https://somehost.com/cover_art.png", // url of your cover art
)
MusicServiceCard
Widget for redirecting to music services with track or album
MusicServiceCard(
title: "Spotify", // Music service title, like Spotify, Apple music and others
redirectUrl: "https://open.spotify.com/track/your_track", // your track url on this music service
iconUrl: "https://somehost.com/icon_of_music_service.png", // music service icon url
)