Open kjxbyz opened 4 months ago
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.
appVersion
https://github.com/leanflutter/flutter_distributor/blob/f68dfc9d9969881d15f74a907d30cb3048fc1f76/packages/flutter_app_packager/lib/src/api/make_config.dart#L29
It will always fetch pubspec version, so what's the issue with that?
You can also modify the version number and build number through command line parameters
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.https://github.com/leanflutter/flutter_distributor/blob/f68dfc9d9969881d15f74a907d30cb3048fc1f76/packages/flutter_app_packager/lib/src/api/make_config.dart#L29