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
If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install).
24
24
25
-
Once Flutter is setup, you can use the latest `stable` channel, or switch to the latest `master` version to get the most current fixes for desktop/web:
26
-
* Run `flutter channel master`
25
+
Once Flutter is setup, you can use the latest `stable` channel:
26
+
* Run `flutter channel stable`
27
27
* Run `flutter upgrade`
28
28
29
-
If you've never run a desktop build before, you will need to enable it with a one-time command for your current platform:
30
-
*`flutter config --enable-macos-desktop`
31
-
*`flutter config --enable-windows-desktop`
32
-
*`flutter config --enable-linux-desktop`
33
-
34
29
Once you're on `dev` and desktop is enabled, you're ready to run the app:
0 commit comments