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
3. Wait for the script to complete. It may take some time depending on the speed of your internet connection.
20
+
21
+
## Support
22
+
23
+
If you encounter any issues while running the script, please create an issue on the [GitHub repository](https://github.com/shan-shaji/setup-flutter/issues).
24
+
25
+
## Failure and Success Cases
26
+
27
+
* If any of the prerequisites are not met, the script will exit with an appropriate error message.
28
+
* If any of the installations fail, the script will exit with an appropriate error message.
29
+
* If the script completes successfully, all required tools will be installed and the machine will be ready for Flutter development.
30
+
31
+
**Note:** This script will perform the following steps:
12
32
13
33
- Install Home Brew
14
34
- Install Snap - Linux
@@ -18,7 +38,8 @@ This script will perform the following steps:
18
38
- Install FVM
19
39
- Install Flutter default version
20
40
21
-
## Supports
41
+
**Note**: The script does not install Xcode, JDK, or any other Android-related tools. You must have Xcode and JDK installed on macOS, and you need to configure Android Studio manually on both macOS and Linux.
42
+
43
+
**Note:** This script installs the stable version of Flutter. If you want to install a different version, you can do so using `fvm`. For more information on `fvm`, please refer to the [GitHub repository](https://github.com/leoafarias/fvm).
22
44
23
-
- ✅ Mac OS
24
-
- ✅ Ubuntu
45
+
**Note:** This script sets up `fvm` and adds it to the PATH. You can use `fvm` to manage different versions of Flutter on the same machine.
0 commit comments