-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed as not planned
Closed as not planned
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: crashStack traces logged to the consoleStack traces logged to the consoleteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
Command
flutter create buji
Steps to Reproduce
- ...
- ...
- ...
Logs
FileSystemException: Cannot create file, OS Error: The system cannot find the file specified.
, errno = 2
#0 _File.throwIfError (dart:io/file_impl.dart:635:7)
#1 _File.createSync (dart:io/file_impl.dart:273:5)
#2 ForwardingFile.createSync (package:file/src/forwarding/forwarding_file.dart:24:16)
#3 ForwardingFile.createSync (package:file/src/forwarding/forwarding_file.dart:24:16)
#4 Template.render.<anonymous closure> (package:flutter_tools/src/template.dart:218:28)
#5 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:377:8)
#6 Template.render (package:flutter_tools/src/template.dart:182:24)
#7 CreateCommand._renderTemplate (package:flutter_tools/src/commands/create.dart:795:21)
#8 _rootRunUnary (dart:async/zone.dart:1198:47)
#9 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#10 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#11 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#12 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#13 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#14 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#15 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#16 Template.fromName (package:flutter_tools/src/template.dart)
#17 _rootRunUnary (dart:async/zone.dart:1198:47)
#18 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#19 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#20 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#21 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#22 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#23 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#24 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[✓] Flutter (Channel beta, 1.21.0-9.2.pre, on Microsoft Windows [Version 10.0.19041.450], locale en-IN)
• Flutter version 1.21.0-9.2.pre at C:\src\flutter
• Framework revision 81a45ec2e5 (8 days ago), 2020-08-27 14:14:33 -0700
• Engine revision 20a9531835
• Dart version 2.10.0 (build 2.10.0-7.3.beta)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at C:\Users\arunk\AppData\Local\Android\sdk
• Platform android-29, build-tools 29.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
• All Android licenses accepted.
[✓] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[✓] Android Studio (version 4.0)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 48.1.2
• Dart plugin version 193.7361
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
[✓] VS Code (version 1.48.2)
• VS Code at C:\Users\arunk\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.14.0
[✓] Connected device (4 available)
• Infinix X625C (mobile) • 0443031974142383 • android-arm64 • Android 9 (API 28)
• Web Server (web) • web-server • web-javascript • Flutter Tools
• Chrome (web) • chrome • web-javascript • Google Chrome 84.0.4147.135
• Edge (web) • edge • web-javascript • Microsoft Edge 85.0.564.44
• No issues found!
Flutter Application Metadata
No pubspec in working directory.
ValentinVignal
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: crashStack traces logged to the consoleStack traces logged to the consoleteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team