Music Application
Music Application Developed Using Flutter
Previous
Next
Outline: Music Application
The Music Application is developed using Flutter and Dart. The Music App is made with Provider and BLoC pattern that works on Android too.
Recommended Flutter version: 1.7.8+hotfix.4
UI inspired by: https://dribbble.com/shots/6523216-Music-Player-Application/attachments
Features of Music Application Made in Flutter
- Retrieve all songs
- Pause
- Play
- Seek
- Repeat
- Shuffle
- Now Playing
- add to favorites
- Search songs
- Albums
- Well-designed UI
Requirements: Music Application
- Download the last version of Android Studio SDK
- Download and Install Flutter SDK
- Install the plugin Flutter and Dart for VS Code or Flutter in Android Studio
Instruction
- Check if the branch is the origin/developed.
- Proceed to run in terminal flutter packages get.
- If you don’t want to emulate the SDK on your computer, you need to connect your mobile phone.
- After which run with F5 if you use Visual studio code or run with the button play in Android Studio.