Flutter Music 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>