-
Notifications
You must be signed in to change notification settings - Fork 329
Description
Steps to Reproduce
Hit the debug button and it always shows the starting devtools
popup (each time it gets restarted), which may seem like the duplication of #5234, but I think it's the desired behavior?
After started, the simulator shows nothing, and the console output (no Debug service listening
nor Syncing files to device...
:
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
Running Xcode build...
Xcode build done.
Here comes the most confusing part, after some seconds or minutes, it suddenly prints an Activating Dart DevTools...
message in the debug console, then it will get stuck.
After some digging, I find that the plugin has executed the command pub.dart.snapshot global activate devtools
more than once, then I killed the extra process and it finally works.
so my question is, is it normal to have the starting devtools
popup each time I restart it? and why does it try to activate the Devtool even when I have activated it globally?
Thanks!
Version info
[✓] Flutter (Channel stable, 2.0.1, on Mac OS X 10.15.7 19H524 darwin-x64)
• Flutter version 2.0.1 at /Users/censored/flutter
• Framework revision c5a4b4029c (5 days ago), 2021-03-04 09:47:48 -0800
• Engine revision 40441def69
• Dart version 2.12.0
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at /Users/censored/Library/Android/sdk
• Platform android-30, build-tools 30.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.4, Build version 12D4e
• CocoaPods version 1.10.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
[✓] VS Code (version 1.54.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Proxy Configuration
• HTTP_PROXY is set
• NO_PROXY is localhost,127.0.0.1
• NO_PROXY contains 127.0.0.1
• NO_PROXY contains localhost
[✓] Connected device (2 available)
• iPhone 12 Pro Max (mobile) • A5DFC6FE-533D-4F75-A6DF-40A546141339 • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-4
(simulator)
• Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.192
• No issues found!