Is Flutter for Windows stable?

Flutter 2.10, the latest version of Google’s open source framework for building natively compiled apps from a single codebase, has introduced stable support for Windows . With Flutter 2.10, developers no longer need to flip a flag to get the functionality to produce Windows apps on the stable channel of Flutter.

Read more

Does Flutter need Android Studio?

It is not neccessary, but advised to install Android Studio for Flutter . It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK. You can definitely install and run flutter without Android Studio (you can also use Visual Studio).

Read more