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

image-20200301200224147 Screenshot_12 Screenshot_13
Screenshot_15 Screenshot_14 Screenshot_16
  • Dark theme

Screenshot_23 Screenshot_24 Screenshot_25
Screenshot_27 Screenshot_26 Screenshot_28

Screenshots(Android)

image-20200301225614146

image-20200301225706637

image-20200301225726100

image-20200301225840952

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>

GitHub

https://github.com/obnil/flutter_music_app