londonappbrewery / xylophone-flutter

Starter code for the Xylophone project in the Complete Flutter Bootcamp

Home Page:https://www.appbrewery.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can i use other audio player

sadid369 opened this issue · comments

commented

Yes you can

Steps :

  1. Go to https://pub.dev/
  2. Find an appropriate package
  3. Add dependencies properly and import it into your main.dart file
  4. Use your chosen package for implementing Xylophone App

Only thing is in Step 4, you will have to follow steps which might be a bit different from what's given in the course
Though if you implement properly you will get the desired result

Hope it help :)