-
-
Notifications
You must be signed in to change notification settings - Fork 173
64bit Ubuntu 19.10 support? #33
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
That's right, I can implement 64 bit support if you want Actually, this project should really be called |
You have it exactly--I'm running headless. My intention is to have a local touchscreen display for a dedicated application running on a RPi using the official 7" touchscreen from Raspberry Pi. The application is written in C++, so dart/ffi will also be a part of the challenge... I will have to check on hardware acceleration for graphics, but I believe it's in there. Ubuntu 19.10 has very good support for the pi, but I've only recently moved up from Ubuntu 19.04. |
That's very exciting! My application is only running on the RPi because it's a great board to prototype on--inexpensive, powerful, etc. But my intent is general embedded Linux. |
Okay, I'll start working on 64bit support then
I'd double check if If that doesn't work, there's still platform channels; but |
Thank you for being willing to add this. I don't mind working on dev or beta channels as this is a proof of concept for a project. |
should work now, but I didn't test it. |
Thank you, Hannes! 😎👍🏻
… On Feb 25, 2020, at 7:44 PM, Hannes Winkler ***@***.***> wrote:
Closed #33 <#33>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#33?email_source=notifications&email_token=AAE6IISLLRART3VZSBNPR4TREW3OJA5CNFSM4KSUNYPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOW4K4N7A#event-3071657724>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAE6IIQL4AR3WS2TI5PWK6DREW3OJANCNFSM4KSUNYPA>.
|
no problem 😄 |
I just found this project and I would very much like to add a Flutter based UI to my code running on RPi 3B+ and RPi 4 systems under Ubuntu 19.10 (64bit). I read in your docs that 64bit support would be easy but isn't there yet. Is this possible with flutter-pi in the near future?
The text was updated successfully, but these errors were encountered: