An Experimental Music Player Build using Flutter.
Build the APK Using following Command.
flutter build apk
You will need Latest Flutter SDK (Preferred Latest Beta). This Project is Build for SDK 30 Android.
MusixMatch API (Free Plan) Used to Search for Lyrics.
-
APIKEYS.dart is gitIgnored for obvious Reasons.
-
When Building This Project,
-
Create the "APIKEYS.dart" file in "lib/Secrets" and add,
-
"String musixmatchapikey = 'YOUR KEY HERE';"
-
This Projects Uses Following Plugins.
-
Path Provider : Link To Plugin Page
-
Flutter Audio Query : Link To Plugin Page
-
Audio Player : Link To Plugin Page
Flutter Local Notifications : Link To Plugin Page
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. This Project is a community project which is depending on the community to grow.