You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: I'm new to the API from a package that I can use in DartPad. And Gemini doesn't know this API fully, either. So I need to read the API docs.
Problem: it's hard to jump to the API docs for a package that I have in my import statement.
Workaround: find that clicking on the Dart version in the lower left opens up a list of packages. Then, read the version number. Then, know that pub.dev has API docs. Open up pub.dev. Search for the package. Skip to the same version on DartPad. Then find the API docs.
Proposal: right click on the import statement in DartPad, and "Open API Docs"
Proposal: if you do have the list of packages open, after clicking on the Dart version in the lower right, then you should be able to click on the package name and be taken right to the correct version API docs for that package.