Skip to content

StormShadonw/flutter_windows_installer

Repository files navigation

flutter_windows_installer

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.

Characteristics

  • 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.

Requirements

  • 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.

Screenshots

image image

How to use

  1. Clone the repository:
git clone https://github.com/StormShadonw/flutter_windows_installer.git
  1. Execute build\windows\x64\runner\Release\flutter_windows_installer.exe

Contribution

If you want to contribute to the project, follow the following steps:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b new-feature
  1. Make your changes and commit:
git commit -m "Add new feature"
  1. Push your changes to the repository:
git push origin new-feature
  1. Create a pull request on GitHub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors