question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support creating flutter samples directly from the Flutter IntelliJ code when browsing Flutter docs

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jacob314commented, Nov 12, 2018

@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.

0reactions
pqcommented, Mar 19, 2019
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found