A music listening platform
Developed on Flutter using Supabase for file storage and Firebase for google authentication and database.
-
Clone repo
git clone https://github.com/jeuzee/loud-sound.git -
Install dependencies
flutter pub get npm install -
Create a Supabase and Firebase projects
-
Initialize a Firebase project
npm install -g firebase-tools firebase login dart pub global activate flutterfire_cli flutterfire configure -
Add .env file into assets folder
SERVER_CLIENT="YOUR_SERVER_CLINET" SUPABASE_URL="YOUR_SUPABASE_URL" SUPABASE_ANON_KEY="YOUR_SUPABASE_ANON_KEY" -
Run the app