plus_plugins
plus_plugins copied to clipboard
PackageInfo.version does not work with windows desktop
Hi,
PackageInfo.version
does not work with windows desktop
In the pubspec.yaml
file version is 1.5.0
version: 1.5.0
When I run the web application everything works fine.
PackageInfo packageInfo = await PackageInfo.fromPlatform ();
Config.version = packageInfo.version;
packageInfo.version
returns 1.5.0
However when I run the windows desktop application
packageInfo.version
returns 1.0.0
Thank you very much for the help.
Regards, Jose A.Molina
Any updates for this one?
This entails modifying the value separately from that of the one in the yaml file.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days
This should be possible to implement now with the windows changes
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days