flutter music player
first open source flutter based beautiful material design music player (online radio will be added soon.)
demo app
features
- android (ios coming soon)
- fetch local songs (inbuilt permission)
- beautiful ui with multiple themes(coming soon)
- animation
- full fledged example
- play (local files)
- stop
- pause
- seek
- shuffle
- album art
- oncomplete
- onduration / oncurrentposition
- supported formats
show some love and star the repo to support the project
screenshots
- note – this project also has a plugin to fetch songs and use audio player which can be used in any of your projects. check the below link.
ios
alert: ios implementation
this project is not implemented for ios yet. so wait for it or if you can contribute then please do help.
pull requests
i welcome and encourage all pull requests. it usually will take me within 24-48 hours to respond to any issue or request. here are some basic rules to follow to ensure timely addition of your request:
- match coding style (braces, spacing, etc.) this is best achieved using
reformat code
feature of android studiocmd
+option
+l
on mac andctrl
+alt
+l
on linux + windows . - if its a feature, bugfix, or anything please only change code to what you specify.
- please keep pr titles easy to read and descriptive of changes, this will make them easier to merge 🙂
- pull requests must be made against
develop
branch. any other branch (unless specified by the maintainers) will get rejected. - check for existing issues first, before filing an issue.
- make sure you follow the set standard as all other projects in this repo do
- have fun!
Comments are closed.