Answers for "flutter publish new version"

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
1

flutter app release

flutter build appbundle
Posted by: Guest on July-17-2020

Browse Popular Code Answers by Language