Apps

Build Release Apk In Flutter

Build Release Apk In Flutter

After making a complete app in Flutter, we all want to upload it to play store. But the thing is, when we build apk initially that one is debug apk by default not the release apk. While publishing app to…