question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DevTools Flutter inspector is too big and sharp

See original GitHub issue

The side window opens up too big and the text isn’t smooth

image

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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
mdavidtiocommented, Jan 21, 2021

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.

0reactions
DenisGLcommented, Mar 30, 2021

Changing the settings (Unselect ‘Enable…’), also worked for me. Thanks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found