-
Notifications
You must be signed in to change notification settings - Fork 44
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
Issue after update to flutter 3.13.0 #205
Comments
Sorry, what is your issue? |
The following template source files were updated in flutter 3.13.0. Can you check if the files you are using are up to date? They can be found in <path_to_your_flutter_project>/elinux directory. |
Disable vsync waiter as it may be causing rendering issues. Related issue (maybe) sony/flutter-elinux#205 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
@jvieira88
The root cause might be sony/flutter-embedded-linux#376. |
Disable vsync waiter as it may be causing rendering issues. Related issue (maybe) sony/flutter-elinux#205 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
Disable vsync waiter as it may be causing rendering issues. Related issue (maybe) sony/flutter-elinux#205 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
Running with X11 results in the same issue. |
Okay. So please try #205 (comment).
Unfortunately, there is no way to upgrade local elinux c++ files in existing projects. Please replace your local files manually. |
I confirm that it's all working fine with both wayland and X11 after copying the files from |
Great.
I'll consider automatic-migration way in flutter-elinux. Closing. Thanks. |
Hi,
There seems to be an issue after the flutter update to 3.13.0 (#204). Just had a quick look but it seems to affect some widgets such as the DropdownButton and other buttons. I reverted back to #201 and it seems fine.
Example with #204
Example with #201:
Maybe it's not related with flutter-elinux but just thought to bring it up.
The text was updated successfully, but these errors were encountered: