Skip to content

riverscuomo/spotkin_flutter

Repository files navigation

spotkin_flutter PRs Welcome

(in development)

A Flutter web front-end for Spotkin currently deployed at https://spotkin.web.app

Right now, you can:

  • log into Spotify through our website.
  • set a target playlist. Choose one of your own or have the app create one for you.
  • set any number of public playlists to source from, and the quantity of tracks to pull.
  • exclude any artists, songs, or genres by going to the Settings page.
  • click a button to update your playlist with the tracks from the source playlists.
  • the server will autoupdate your Spotify playlist every day at 5 am UTC.

Getting Started

To run locally, I use these launch settings in vscode:

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Flutter Web",
      "request": "launch",
      "type": "dart",
      "program": "lib/main.dart",
      "args": [
        "--web-port",
        "8888"
      ]
    }
  ]
}

Note

Essentially, this front end replaces the old spreadsheet method of storing and editing Spotkin jobs. https://docs.google.com/spreadsheets/d/1z5MejG6EKg8rf8vYKeFhw9XT_3PxkDFOrPSEKT_jYqI/edit?gid=1936655481#gid=1936655481