Support creating flutter samples directly from the Flutter IntelliJ code when browsing Flutter docs
See original GitHub issueYou 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.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Android Studio and IntelliJ - Flutter documentation
To create a new Flutter project containing existing Flutter source code files: In the IDE, click Create New Project from the Welcome window...
Read more >Flutter - IntelliJ IDEA & Android Studio Plugin | Marketplace
Support for developing Flutter applications. Flutter gives developers an easy and productive way to build and deploy cross-platform, high-performance mobile ...
Read more >Write your first Flutter app, part 1 - Google Codelabs
In this codelab, you'll create a simple mobile Flutter app. If you're familiar with object-oriented code and basic programming concepts—such ...
Read more >Developing Flutter apps in an IDE
To create a new Flutter IntelliJ project containing existing Flutter source code files: In IntelliJ, click Create New Project from the 'Welcome' window...
Read more >The Good and the Bad of Flutter App Development - AltexSoft
Any object in Flutter is a widget, from a button to padding or a font. Widgets can be combined to create layouts, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Superseded by https://github.com/flutter/flutter-intellij/issues/2968