-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectinfra: releaseRelease-related requests and toolingRelease-related requests and toolingplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to reproduce
- Install flutter on Windows
- Try to run flutter from Cygwin shell
Expected results
flutter should work.
Actual results
Instead, I get errors about line endings in the "flutter" and "dart" scripts.
I am trying to use flutter and dart from Cygwin shells on Windows, so I'm executing the "flutter" and "dart" scripts, not "flutter.bat" and "dart.bat". After installing flutter, I had to run "dos2unix" on the "flutter" and "dart" shell scripts in the bin directory. It makes no sense for those scripts to have dos line endings, no matter where they are installed.
Code sample
NA
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
NA
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectinfra: releaseRelease-related requests and toolingRelease-related requests and toolingplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.