Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Show context actions shortcut not working

i upgrade android studio to version 4.0.0 , dart and flutter. my flutter docotor is attached on the bottom everything working fine web android ios by one shortcut not working for me and its realy hard to work without it(before the update it works fine ), the name of the short cut was show intention actions which capable to remove widget add padding column, row,stream builder etc... now it called something else show context actions and its not working 🙁

** notice already uninstall flutter and dart + restart and nothing works

Flutter doctor:

[Flutter doctor]

This is what i am expecting to work: 2]

like image 541
alien123X Avatar asked Jun 01 '20 08:06

alien123X


People also ask

How to enable Show context Actions in android studio?

Right-clicking the widget name allows you to select Show Context Actions from the context menu, but then a message is shown “No context actions available at this location”.

What is Actions in Flutter?

As the name implies, an Action is an action or command to be performed. They are typically invoked as a result of a user action, such as a keyboard shortcut in a Shortcuts widget, which is used to look up an Intent, which is given to an ActionDispatcher to map the Intent to an Action and invoke it.


1 Answers

SOLVED

The solution is go to android studio tab->preferences->intention->check quick assits powered by dart....(same as the attachment)

enter image description here

like image 126
alien123X Avatar answered Sep 16 '22 12:09

alien123X