-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
package_info_plus for windows returns invalid string #182
New issue
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
Comments
It also returns always just "1.0.0 ". I have a different version number in my pubspec file |
The last char is
can anyone have a quick fix on it? The
BTW @p3root flutter hasn't implement generating version for |
Any workaroung for that? |
@p3root please tracking flutter/flutter#73652 |
@p3root if you want to update exe version, you can edit
The original should be |
duplicate #343 reason: flutter/flutter#73652 |
As you see above it returns invalid string.
I guessed that is blank string.
Buy it's not blank.
So I can't parse it as int.
Could you fix it ?
The text was updated successfully, but these errors were encountered: