Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.34 KB

ThreeactionsArea

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.

screenshoot

How to use widgets

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
)

Libraries

Useful links