iamAbhishekkumar / Luna

Relaxing Music App
40 stars 11 forks source link

Your own music? If you mean, the songs which are locally present. Then [this](https://pub.dev/packages/audioplayers/example) would be helpful, since just_audio is itself using audio players, so you can try to load your file as follows : #20

Closed shuaibidshuaib closed 3 years ago

shuaibidshuaib commented 3 years ago

Thanks sir , but what i really meant was a way to make the app read my own music from cloud just like how yours did, pls take a look at this https://github.com/TheAlphamerc/flutter_twitter_clone/wiki , like i want you to help me with the similar way of setup.

shuaibidshuaib commented 3 years ago

C1lun 2luna 3luna

Please sir view this pics to view the errors im encountering, i run flutter build apk --release, it failed & im using flutter 2.0.5

iamAbhishekkumar commented 3 years ago

Brother, This kind of error is generally due to your flutter, try to update your SDK, in my pubspec.yaml, min requirement is : sdk: ">=2.12.0 <3.0.0".

shuaibidshuaib commented 3 years ago

OK brother thanks