Skip to content

boffincoders/Flutter-Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Audio Player

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

Features (Android & iOS)

  • Fetch local songs
  • Beautiful UI
  • CD Animation
  • Play (local files)
  • Stop
  • Pause
  • Seek
  • Duration
  • 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