Flutter Music App

First Open Source Flutter based dribbblel Design Music Player.

logo

free design

http://www.freeuid.com/category/free

material icons

https://material.io/resources/icons/?search=d&style=baseline

generate logo(android &ios)

http://icon.wuruihong.com/

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>

#flutter #mobile-apps

Flutter Music Player UI - Speed Coding Tutorial
5.50 GEEK