SyntaxAdi/AudioDockr — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an Android music player called AudioDockr. I want it to use Flutter for the app and Android native playback so media buttons, audio focus, lock screen controls, and notification controls work properly.

The app should let me search for music from YouTube inside the app, tap a result to play it, open a now playing screen, and control playback from a mini player at the bottom. Users should be able to like songs, see recent songs, keep search history, create custom playlists, and add the current track to a playlist. Store all library data on the phone so it is still there after closing the app.

Please make the main screens feel simple and polished, with home, search, library, now playing, and settings. Also set up the Android build so the version name comes from the current Git commit, and add a GitHub workflow that builds a release APK on every push and publishes the newest APK to a rolling prerelease called continuous. Look up current docs online if you need to.

Want more depth? Deep Reverse