flutter music player app
open source flutter based material design music player with audio plugin to play online music.
features(android & ios)
- [x] search online songs (require network permission)
- [x] beautiful ui with multiple themes includes light theme and dark theme
- [x] multiple language includes chinese and english
- [x] play background
- [x] animation
- [x] full fledged example
- [x] play / stop / pause
- [x] previous / next
- [x] seek
- [x] shuffle
- [x] album art
- [x] oncomplete
- [x] onduration / oncurrentposition
- [x] favorite
- [x] download
show some ❤️ and star the repo to support the project
screenshots(ios)
-
light theme
-
dark theme
screenshots(android)
add this to ios info.plist allow https and background
<key>uibackgroundmodes</key>
<array>
<string>audio</string>
</array>
<key>nsapptransportsecurity</key>
<dict>
<key>nsallowsarbitraryloads</key>
<true/>
</dict>
Comments are closed.