go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.85k stars 283 forks source link

Flutter desktop application not working on 32 bit system #603

Closed matrixhacker0001 closed 1 year ago

matrixhacker0001 commented 3 years ago

We created a desktop application on flutter desktop. But we are not able to run it on 32 bit OS. We also gone through some posts which says it not supports 32 bit. Is it currently supportable or any other option to run it on 32 bit OS. Please help.

provokateurin commented 3 years ago

I think technically you can run the debug apps on 32 bit. You just need to change the arch that the go binary is built for in hover. For release apps we would need 32 bit engines. See https://github.com/go-flutter-desktop/hover/blob/master/cmd/build.go#L737

devfemibadmus commented 1 year ago

@provokateurin same problem bro i search through and read doc but still not gonna work on 32 bit system

devfemibadmus commented 1 year ago

Okay found out flutter doesnt support 32bit closed() ref: https://github.com/flutter/flutter/issues/37777