what should I do to make these things?
I want to export APK and make USB debugging.
what should I do to make these things?
I want to export APK and make USB debugging.
Export APK you can create the APK then download it or upload it to GitHub
USB debugging is currently not there
Use flutter build apk
in shell to build apk without uploading it to GitHub.
You’ll find it in build/app/outputs/flutter-apk
Waiting for a solution for USB debugging…