Flutter-Music-Player icon indicating copy to clipboard operation
Flutter-Music-Player copied to clipboard

Flutter Music Player - CD Animation Challenge

Flutter Audio Player

A new Flutter project. Here you will learn how to implement a music player into your flutter app.

Features (Android & iOS)

  • [x] Fetch local songs
  • [x] Beautiful UI
  • [x] CD Animation
  • [x] Play (local files)
  • [x] Stop
  • [x] Pause
  • [x] Seek
  • [x] Duration
  • [x] Play background
  • [ ] Shuffle
  • [ ] Favorite
  • [ ] Play Network File

Getting Started

  • If you don't have Flutter SDK installed, please visit official Flutter site.
  • Fetch latest source code from master branch.
git clone https://github.com/boffincoders/Flutter-Music-Player.git
  • Run the app with Android Studio or Visual Studio. Or the command line.
flutter pub get
flutter run