-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Please add possibility to check engine version #317
Comments
That´s a great idea. I guess it could be as simple as looking up the hash code to get it´s corresponding version number. So when you get one of the following errors |
Showing the installed engine version is possible with some changes to the engine binaries installer, but showing the correct engine version for a flutter app is probably impossible. But I think showing the installed engine version is still useful enough, so I'll implement that Also, it's possible to bundle the flutter engine with an asset bundle, instead of installing it systemwide on a target machine. That'll probably result in less version mismatches. Currently, that's a bit harder to use than installing systemwide, but in the future, with some changes to the flutter SDK, that might be easier. |
I think that the former should be enough.
That is awesome! Thank you
How to do that? By the way - today I was upgrading |
Just put the fitting
Right, yeah maybe some versioning mechanism there would be useful as well. |
Thank you.
I think it's worth documenting it, because for example for me - it's a game changer ;) |
Today I've tested this Nevertheless, I think that both |
Because every Flutter version must match exact version of the Engine, it is really hard to keep track which RPI has which version, if one has plenty of RPi operating.
Could you please add a command like
flutter-pi --engine-version
which displays the current engine version?The text was updated successfully, but these errors were encountered: