Flutter Outline Shows Nothing to show in android studio

0 votes

I am trying to extract a Widget via Flutter Outline, but I am facing below problem in Android Studio.

Flutter Outline Shows "Nothing to show"

enter image description here
 

After running

flutter doctor -v

It shows:

enter image description here

How to overcome this problem

Mar 30 in Flutter by Ashwini
• 5,380 points
215 views

1 answer to this question.

0 votes

There are a few possible solutions for this issue:

  1. Check if your Flutter and Dart plugins are installed and enabled in Android Studio. Go to File > Settings > Plugins and search for Flutter and Dart plugins. Make sure they are installed and enabled.

  2. Check if your project has been initialized as a Flutter project. Make sure your project contains a pubspec.yaml file in the root directory and that it contains the required dependencies for Flutter.

  3. Try to run the app and see if there are any errors or warnings in the console. You can also try to run the flutter clean command and then try again.

  4. If none of the above solutions work, try deleting the .idea folder in your project directory and restart Android Studio. This will force Android Studio to recreate the project files and might solve the issue.

Hopefully, one of these solutions will solve your problem.

To know more, join our Flutter Development Course today.

answered Mar 30 by vishalini

Related Questions In Flutter

0 votes
1 answer

How to change Android minSdkVersion in Flutter Project?

Yes, you can change the minSdkVersion in ...READ MORE

answered Mar 21 in Flutter by Tej
368 views
0 votes
1 answer

How to implement drop down list in flutter?

You're close! The error you're getting is ...READ MORE

answered Mar 26 in Flutter by vishalini
322 views
0 votes
1 answer

How to create a circle icon button in Flutter?

To create a circle icon button in ...READ MORE

answered Mar 27 in Flutter by Tanishqa
• 1,000 points
1,454 views
0 votes
1 answer

What is the future of flutter?

Hi@MD, Flutter is a rather new cross-platform framework ...READ MORE

answered Jul 17, 2020 in Others by akhtar
• 38,240 points
673 views
0 votes
1 answer

What is Flutter?

Hi@akhtar, Flutter is an app SDK for building ...READ MORE

answered Jul 17, 2020 in Others by MD
• 95,440 points
867 views
0 votes
1 answer

How to install Flutter in Windows system?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

answered Jul 17, 2020 in Others by MD
• 95,440 points
1,278 views
0 votes
1 answer

How to change textField underline color?

You can change the color of the ...READ MORE

answered Mar 30 in Flutter by venky
446 views
0 votes
1 answer

Flutter Countdown Timer

In your code, the variable _start is ...READ MORE

answered Mar 30 in Flutter by pooja
181 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP