DevTools Flutter inspector is too big and sharp
See original GitHub issueThe side window opens up too big and the text isn’t smooth
Steps to Reproduce
Run an app on a 4K monitor
Version info
Plugin is not detected in flutter doctor -v
but version is 52.0.1
.
[✓] Flutter (Channel stable, 1.22.4, on Microsoft Windows [Versión 10.0.19042.662], locale es-ES)
• Flutter version 1.22.4 at C:\src\flutter
• Framework revision 1aafb3a8b9 (3 weeks ago), 2020-11-13 09:59:28 -0800
• Engine revision 2c956a31c0
• Dart version 2.10.4
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at C:\Users\crist\AppData\Local\Android\Sdk
• Platform android-30, build-tools 30.0.2
• ANDROID_HOME = C:\Users\crist\AppData\Local\Android\Sdk
• 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.
[!] Android Studio (version 4.1.0)
• Android Studio at C:\Program Files\Android\Android Studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
[✓] Connected device (1 available)
• ONEPLUS A5000 (mobile) • f2eb43ee • android-arm64 • Android 10 (API 29)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (3 by maintainers)
Top Results From Across the Web
The font size of the Flutter inspector panel is too big
Follow these steps for fix: File; Settings; Languages & Frameworks; Flutter Experiments; unselect 'Enable embedding DevTools' in the Flutter ...
Read more >Using the Flutter inspector
The Flutter widget inspector is a powerful tool for visualizing and exploring Flutter widget trees. The Flutter framework uses widgets as the core...
Read more >How to debug layout issues with the Flutter Inspector - Medium
1. Check the error message on the console. Overflow error on the Debug Console · 2. Open the Layout Explorer. Navigate to DevTools...
Read more >React Native vs Flutter-Which One To Choose?
Both Flutter and React Native are great mobile app development frameworks and the leading names in the cross-platform app development niche.
Read more >Exploring Dart DevTools - FlutterDevs - Hire Flutter Developer
Today's article, We are going to Explore Dart DevTools. Dart Dev Tools, you were able to debug your Flutter application and inspector your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please try this, hope it can work: File => Settings => Languages & Frameworks => Flutter => Experiments => Unselect ‘Enable embedding DevTools in the Flutter Inspector tool window’ => Apply => OK => Restart Android Studio for changes to take effect.
Changing the settings (Unselect ‘Enable…’), also worked for me. Thanks.