{"id":19712549,"url":"https://github.com/shan-shaji/setup-flutter","last_synced_at":"2026-01-19T03:32:54.083Z","repository":{"id":161939357,"uuid":"624135817","full_name":"shan-shaji/setup-flutter","owner":"shan-shaji","description":"Automated script to install and setup Flutter development environment with Homebrew and FVM. Compatible with macOS and Linux.","archived":false,"fork":false,"pushed_at":"2025-06-11T07:05:57.000Z","size":26,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T08:23:56.710Z","etag":null,"topics":["android","dart","dartlang","flutter","flutter-installer","install-flutter","installer","installer-script","ios","linux","macos","setup-development-environment","setup-flutter","setup-script","shebang","shell-script","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shan-shaji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-05T20:26:07.000Z","updated_at":"2025-06-11T07:06:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a16f4a32-0fd4-4b30-b5ac-4df74408734a","html_url":"https://github.com/shan-shaji/setup-flutter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shan-shaji/setup-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fsetup-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fsetup-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fsetup-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fsetup-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shan-shaji","download_url":"https://codeload.github.com/shan-shaji/setup-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fsetup-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28560352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dart","dartlang","flutter","flutter-installer","install-flutter","installer","installer-script","ios","linux","macos","setup-development-environment","setup-flutter","setup-script","shebang","shell-script","ubuntu"],"created_at":"2024-11-11T22:17:35.545Z","updated_at":"2026-01-19T03:32:54.069Z","avatar_url":"https://github.com/shan-shaji.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Flutter\n\nThis script automates the installation of all required tools to set up a new machine to start developing with Flutter.\n\n## Prerequisites\n\n* The machine should be running macOS or Linux (Ubuntu/Debian).\n* The machine should have an active internet connection.\n* curl should be installed.\n\n## Steps to Run the Script\n\n1. Open the terminal.\n2. Run the following command:\n ```sh\ncurl -fsSl https://raw.githubusercontent.com/shan-shaji/setup-flutter/main/setup_flutter | /bin/bash\n```\n\n3. Wait for the script to complete. It may take some time depending on the speed of your internet connection.\n\n## Support\n\nIf you encounter any issues while running the script, please create an issue on the [GitHub repository](https://github.com/shan-shaji/setup-flutter/issues).\n\n## Failure and Success Cases\n\n* If any of the prerequisites are not met, the script will exit with an appropriate error message.\n* If any of the installations fail, the script will exit with an appropriate error message.\n* If the script completes successfully, all required tools will be installed and the machine will be ready for Flutter development.\n\n**Note:** This script will perform the following steps:\n\n- Install Home Brew\n- Install Snap - Linux\n- Install Android Studio\n- Install VS Code\n- Install FVM\n- Install Flutter default version\n\n**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.\n\n**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).\n\n**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.\n\n\n## Troubleshooting\n\n1. If you are facing this error when trying to run the script please try attatching `sudo` before the install script.\n\n  ```sh\n  Running in non-interactive mode because `stdin` is not a TTY.\n  ==\u003e Checking for `sudo` access (which may request your password)...\n  Need sudo access on macOS (e.g. the user shan needs to be an Administrator)!\n  /bin/bash: line 18: /opt/homebrew/bin/brew: No such file or directory\n  ```\n\nIf you are facing any issues while using the script feel free to \ncreate an issue [here](https://github.com/shan-shaji/setup-flutter/issues).\n\n## Background\n\nThe purpose of this project is to alleviate developers from the inconvenience of configuring Flutter and its related software when transitioning to a different device. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshan-shaji%2Fsetup-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshan-shaji%2Fsetup-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshan-shaji%2Fsetup-flutter/lists"}