How to delete debug apk in flutter project?

Issue

How to delete debug apk in flutter project ?
I want to delete all debug apks of flutter projects using terminal How can I do this.

Solution

run flutter clean in your terminal and dont forget to run flutter pub get after this.

Answered By – MANISH

Answer Checked By – Gilberto Lyons (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *