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)
screenshots(android)
![[2024] Material design music player with flutter image-20200301225614146](https://i0.wp.com/flutterawesome.com/content/images/2020/03/image-20200301225614146.png?w=770&ssl=1)
![[2024] Material design music player with flutter image-20200301225706637](https://i0.wp.com/flutterawesome.com/content/images/2020/03/image-20200301225706637.png?w=770&ssl=1)
![[2024] Material design music player with flutter image-20200301225726100](https://i0.wp.com/flutterawesome.com/content/images/2020/03/image-20200301225726100.png?w=770&ssl=1)
![[2024] Material design music player with flutter image-20200301225840952](https://i0.wp.com/flutterawesome.com/content/images/2020/03/image-20200301225840952.png?w=770&ssl=1)
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.