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 download 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
Comments are closed.