GreyLabsDev / ThreeactionsArea

Single-page Flutter web app for sharing music releases with audience

Home Page:https://greylabsdev.github.io/ThreeactionsArea/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Single-page Flutter web app for sharing music releases with audience

https://greylabsdev.github.io/ThreeactionsArea/#/


Languages

Language:Dart 87.0%Language:Ruby 7.9%Language:Swift 2.5%Language:HTML 2.3%Language:Kotlin 0.3%Language:Objective-C 0.1%