Answers for "publish flutter app on android"

1

flutter publish package command

flutter pub publish --dry-run /// run this before publishing the package
flutter pub publish /// when ready to publish
Posted by: Guest on December-19-2020
0

flutter publish app

keytool -genkey -v -keystore c:UsersUSER_NAMEkey.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key
Posted by: Guest on June-27-2020

Code answers related to "publish flutter app on android"

Browse Popular Code Answers by Language