1

I cant seem to get flutter based documentation on android studio when i select quick documentation (control Q)

enter image description here

I have tried reinstalling android studio and have tried re-applying the documentation in the SDK manager.

I expect there to be some documentation of what methods are in the class

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
idroid8
  • 177
  • 1
  • 4
  • 14

1 Answers1

0

Try installing this Extention

Install Android Studio Android Studio offers a complete, integrated IDE experience for Flutter.

Android Studio, version 3.0 or later Alternatively, you can also use IntelliJ:

IntelliJ IDEA Community, version 2017.1 or later IntelliJ IDEA Ultimate, version 2017.1 or later Install the Flutter and Dart plugins To install these:

Start Android Studio.

  • Open plugin preferences (Preferences > Plugins on macOS, File > Settings > Plugins on Windows & Linux).
  • Select Browse repositories, select the Flutter plugin and click Install.
  • Click Yes when prompted to install the Dart plugin.
  • Click Restart when prompted. Ne
Chanaka Weerasinghe
  • 5,404
  • 2
  • 26
  • 39
  • Thank you. I did try that previously. It did not work. I also followed solutions here https://stackoverflow.com/questions/23378610/android-studio-quick-documentation-always-fetching-documentation Upon further inspections classes that are within https://developer.android.com/reference/ work fine but new classes from Dart/flutter such as https://api.flutter.dev/flutter/material/CircleAvatar-class.html documentations doesnt show up – idroid8 May 27 '19 at 02:52
  • Ok i thought you want that – Chanaka Weerasinghe May 27 '19 at 05:13