We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the arrival of Flock, we would like to specify which Flutter repository to clone.
Currently, https://github.com/flutter/flutter.git is used but we would like to have the option to specify the URL, which in this case would be https://github.com/Flutter-Foundation/flutter.git
We can see that setup.sh has the following line that may be of relevance:
setup.sh
git clone -b "$CHANNEL" https://github.com/flutter/flutter.git "$CACHE_PATH"
Is this at all possible? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the arrival of Flock, we would like to specify which Flutter repository to clone.
Currently, https://github.com/flutter/flutter.git is used but we would like to have the option to specify the URL, which in this case would be https://github.com/Flutter-Foundation/flutter.git
We can see that
setup.sh
has the following line that may be of relevance:Is this at all possible? Thanks.
The text was updated successfully, but these errors were encountered: