App for playing music.
video6129405488057549943.mp4
POCO F3 (Tested)
- Search Music
- Play and Pause Music
- Using Dart SDK version >=2.12.0
- Using Flutter SDK version >= 2.5.2
- Android SDK Version >= 16
- Clone this project
- execute
flutter pub get
- for running the app, execute
flutter run
- for building the app, execute
flutter build apk
orflutter build appbundle
(need codesigning)