-
-
Notifications
You must be signed in to change notification settings - Fork 172
Flutter SDK Version #40
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
If you use the most recent stable flutter SDK, just use the most recent engine binaries I provide in the
If it doesn't work, it's probably because some interface for keyboard support in the flutter engine changed. Though it could be that this is/was because I accidentally disabled text input (not raw keyboard input though) in the last update, I fixed that in bc18152. |
Does flutter have a stable release 1.12.3? If yes, why is it not their in the stable releases list? Just curious about the version you have use d to build the flutter engine binaries. |
The flutter SDK does have a stable release 1.12.3, but it was replaced by newer stable versions. They probably didn't keep the older stable versions listed because the changes were non-breaking. You can see a list of all flutter versions on the github releases page of the flutter sdk. |
Thanks |
@ardera which flutter sdk version did you use ? I used the web version 1.12.3. |
Just to keep it very simple if you have a Windows machine, try this And run the |
my question was with regard to the flutter-pi using Raspberry pi. So i did all the steps mentioned in the article. |
What article do you mean? Do you mean the readme of my project? Or did you build the engine yourself and used Chinmay Garde's article on medium for that?
What do you mean by flutter web? Do you mean you installed it via the webpage? You should use the very latest stable flutter SDK for building the asset bundle.
The
There shouldn't be anything OS-specific when building the asset bundle. But keep in mind that the flutter SDK doesn't yet support ARM as a host platform. So running the SDK on an ARM machine, which includes the Raspberry Pi, won't work. You need to use a x86 (64bit) machine for building instead. |
Thanks for your input. I am not a professional at programming the PI. I just followed the instructions from your description. I was assuming I should also build bundles from the raspberry pi. |
Thanks, glad I could help! |
I have on more question. If I am to flash my raspberry pi with Ubunut core OS, would the flutter-pi still work ? Or is there an other thing I have to keep in mind while doing this ? |
I'm not that familiar with Ubuntu Core OS. If it contains the drivers for the VideoCore VI (or VideoCore IV if Pi 3) (which is pretty likely), it should work. Other than that, there are no specific dependencies or requirements for non-Raspbian based distributions, I think. |
Is stable branch of flutter SDK used to build the flutter assets? I don't find a stable SDK release with version 1.12.3 here.
Is the flutter SDK version and flutter engine version used by
flutter-pi
in anyway related?Would the keyboard support code of
flutter-pi
work if the engine-version is kept at 1.9.1? (I found out that it wouldn't but what would be the reason for that?)The text was updated successfully, but these errors were encountered: