Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks ,so to remove signing in flutter I should remove all the code in gradle and the key.properties file then run flutter build appbundle.Or is there a better method?. Commented Sep 6, 2020 at 13:01
  • See flutter.dev/docs/deployment/android#configure-signing-in-gradle for instructions. Make sure you only disable signing for your debug build, you will still need to sign your app bundle when building release builds for uploads to tracks. Commented Sep 6, 2020 at 18:14