Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Flutter SDK 32 bit support?

Tags:

flutter

From flutter website I came across system requirements and it's actually supporting only 64 bit architectures.

Is there any way to use a 32 bit windows and VS Code or should I wait for any eventual upcoming 32 bit support?

like image 561
Altaiir Avatar asked Oct 15 '25 14:10

Altaiir


1 Answers

As it mentioned in flutter's GitHub issues:

Support for 32-bit Windows isn't currently planned. If our assumptions are incorrect and there's a very significant demand, we might re-evaluate that decision.

You can follow it up from here

like image 167
Yamin Avatar answered Oct 17 '25 08:10

Yamin