Download songs from YouTube music with metadata and album art for Android. Made with Flutter.
You can obtain the app through Github Releases.
- Setup flutter development environment for your platform.
- Clone this repository locally and open the flutter project in any terminal or IDE.
- Run
flutter pub get
in terminal. - Test the app on an emulator by running
flutter run
. - Build the app by running
flutter build apk
.