austinried / subtracks

A music streaming app for Subsonic-compatible servers
GNU General Public License v3.0
674 stars 29 forks source link

Contribution support -. missing .env file #189

Closed eddyizm closed 7 months ago

eddyizm commented 7 months ago

Describe the bug Trying to set up local development environment but I am missing the .env so i created one manually and left it empty, which is now throwing an error.

To Reproduce Steps to reproduce the behavior: flutter run -v

Expected behavior should load on emulator

Screenshots image

Device

Additional context Looking to contribute to 2.0 - any help appreciated to get my local set up working.

EDIT - after looking through the code, looks like there is an .env.example file that is missing in the repo that the build step is suppose to copy over.