A new Flutter project. Here you will learn how to implement a music player into your flutter app.
- Fetch local songs
- Beautiful UI
- CD Animation
- Play (local files)
- Stop
- Pause
- Seek
- Duration
- Play background
- Shuffle
- Favorite
- Play Network File
- 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