You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the way that flutter-version-file works could change to this to avoid the YQ dependency install on windows, WDYT? can you guide me on how to change that? I could create the PR with that change 🤓
The text was updated successfully, but these errors were encountered:
and reading version from pubspec works except for Windows. I had to figure it out the hard way after so many failed attempts. The solution, for now, is to hard code version for the Windows platform.
It would be really great if Windows' builds could read version from pubspec.
Hi
Theres a bash way to parse the file and is using grep and awk like:
I use that on my scripts like:
Maybe the way that
flutter-version-file
works could change to this to avoid the YQ dependency install on windows, WDYT? can you guide me on how to change that? I could create the PR with that change 🤓The text was updated successfully, but these errors were encountered: