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
There's not much about flutter-pi that's specific to Raspberry Pi. The things that are specific to Raspberry Pi:
The omxplayer_video_player plugin (Since omxplayer is only really supported on Raspberry Pi)
On Raspberry Pi, OpenGL reports some extensions as supported, even though they aren't. See my glGetString hack.
That's basically it. On most platforms, flutter-pi should work out of the box. (See the supported platforms section in the readme)
Other people use flutter-pi on Dragon Board 410c, NanoPi Fire 3 & ODROID C4 without modification. (Though to be fair, they did require some fixes since flutter-pi was relying on Raspberry Pi-specific behaviour some times.)
I'm interested in implement the embedder to other SOC (also have opengles GPU).
Where is flutter-pi code that specified to Raspberry PI?
The text was updated successfully, but these errors were encountered: