This is a project made with flutter for installing flutter on a Windows machine. You just need to run: build\windows\x64\runner\Release\flutter_windows_installer.exe.
- Language: English.
- Download flutter from its official github repository.
- Place the repository in a previously selected location.
- Write the windows path environment variable to use flutter commands in any terminal.
- Have git installed
- Run the following code in the command console or powershell.
git config --global --add safe.directory '*'This is necessary due to Windows 11 guidelines to be able to download the repository with git.
- Clone the repository:
git clone https://github.com/StormShadonw/flutter_windows_installer.git- Execute build\windows\x64\runner\Release\flutter_windows_installer.exe
If you want to contribute to the project, follow the following steps:
- Fork the repository.
- Create a new branch:
git checkout -b new-feature- Make your changes and commit:
git commit -m "Add new feature"- Push your changes to the repository:
git push origin new-feature- Create a pull request on GitHub.

