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
@gspencergoog worked on support for the feature in the Flutter repo that we should leverage to implement IDE support.
An ideal implementation would show a clickable button in the Dart source code that would execute the flutter create and open a new intellij project in a separate window with the result of the create.
@jacob314 you give me too much credit :) Pretty sure it was @pq that implemented project creation for the original plugin. I just did the version for Android Studio.
It would be great if from IntelliJ you could create a project with a sample with a single click while browsing docs.
...
An ideal implementation would show a clickable button in the Dart source code that would execute the flutter create and open a new intellij project in a separate window with the result of the create.
Could you expand on that a bit? Is that new button visible when viewing code in the browser? IntelliJ?
You can create samples from the command line as follows
flutter create --sample=chip.DeletableChipAttributes.onDeleted
And see the samples when browsing dart docs.
https://master-docs-flutter-io.firebaseapp.com/flutter/material/Chip/onDeleted.html
It would be great if from IntelliJ you could create a project with a sample with a single click while browsing docs.
The text was updated successfully, but these errors were encountered: