We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appVersion
There is a problem with the way appVersion is obtained, because during the build phase, this value can be set dynamically through the command line.
flutter_distributor/packages/flutter_app_packager/lib/src/api/make_config.dart
Line 29 in f68dfc9
The text was updated successfully, but these errors were encountered:
It will always fetch pubspec version, so what's the issue with that?
Sorry, something went wrong.
You can also modify the version number and build number through command line parameters
No branches or pull requests
There is a problem with the way
appVersion
is obtained, because during the build phase, this value can be set dynamically through the command line.flutter_distributor/packages/flutter_app_packager/lib/src/api/make_config.dart
Line 29 in f68dfc9
The text was updated successfully, but these errors were encountered: