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.

Allow hiding "Flutter commands"

See original GitHub issue

Steps to Reproduce

Please allow to turn the “Flutter commands of” for certain messages:

image

I am working in IntelliJ IDEA and I have this message constantly “Open for editing in Android Studio” even though I got gradle to work and Android Studio is useless and I want to hide that message.

Version info

[√] Android Studio (version 3.4)
    • Flutter plugin version 37.1.1
    • Dart plugin version 183.6270
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)

[√] IntelliJ IDEA Ultimate Edition (version 2019.2)
    • IntelliJ at F:\PROGRAMY\jetBRAINS\IDEA\IntelliJ IDEA 2018.3.2
    • Flutter plugin version 37.1.4
    • Dart plugin version 192.5728.98

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pqcommented, Aug 8, 2019

@frextrite: happy to take a look. I’m out of town for the next week+ but will try and find some time after I’m back.

1reaction
frextritecommented, Aug 8, 2019

@pq Can I take a dig at this? As @stevemessick said, I can create a “Hide notification” hyperlink on the Notification Panel, and whenever it is clicked, it will remove all the similar notifications. Does it sound good?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I remove the debug banner in Flutter? - Stack Overflow
The first one is to use the debugShowCheckModeBanner property in your MaterialApp widget. And then do a hot reload. The second possibility is...
Read more >
debugPrint and the power of hiding and customizing your logs ...
In Dart, we can do this using the print : This output doesn't provide us with much information. Besides the printed message and...
Read more >
Understanding constraints - Flutter documentation
A widget gets its own constraints from its parent. A constraint is just a set of 4 doubles: a minimum and maximum width,...
Read more >
Understanding Flutter's keyboard focus system
Flutter comes with a focus system that directs the keyboard input to a particular part of an application. In order to do this,...
Read more >
TextField class - material library - Flutter - Dart API docs
Removing the focus will allow it to be disposed. ... This is used to receive a private command from the input method.
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