Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter create doesn't create fuchsia directory #48768

Open
dnfield opened this issue Jan 14, 2020 · 4 comments
Open

flutter create doesn't create fuchsia directory #48768

dnfield opened this issue Jan 14, 2020 · 4 comments
Labels
c: new feature Nothing broken; request for a new capability P3 Issues that are less important to the Flutter project platform-fuchsia Fuchsia code specifically team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team

Comments

@dnfield
Copy link
Contributor

dnfield commented Jan 14, 2020

We probably would want to guard this behind some flag, but there should be some way to create the necessary meta.cmx etc. via the tool.

@dnfield dnfield added tool Affects the "flutter" command-line tool. See also t: labels. platform-fuchsia Fuchsia code specifically labels Jan 14, 2020
@jonahwilliams
Copy link
Member

Currently the web and macOS directory creation is controlled by flutter config features (see features.dart in the tool)

Depending on how we expect this to be used, we could do something similar for fuchsia

@jmagman jmagman added this to Awaiting triage in Tools - Fuchsia review via automation Jan 14, 2020
@jonahwilliams jonahwilliams moved this from Awaiting triage to Engineer reviewed in Tools - Fuchsia review Jul 6, 2020
@jonahwilliams
Copy link
Member

There is now a flutter config for fuchsia, so adding this to create is NBD

@dnfield dnfield added P3 Issues that are less important to the Flutter project c: new feature Nothing broken; request for a new capability labels Sep 25, 2020
@campovski
Copy link
Contributor

I can take this over if requested. I haven't worked with Fuchsia yet, and since this has not been fixed yet, it would serve me as a great intro to Fuchsia.

@jonahwilliams
Copy link
Member

There is an example fuchsia directory in https://github.com/flutter/flutter/tree/master/examples/hello_world/fuchsia , but I'm not certain if that is still up to date.

@flutter-triage-bot flutter-triage-bot bot added team-tool Owned by Flutter Tool team triaged-tool Triaged by Flutter Tool team labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: new feature Nothing broken; request for a new capability P3 Issues that are less important to the Flutter project platform-fuchsia Fuchsia code specifically team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team
Projects
Tools - Fuchsia review
  
Engineer reviewed
Development

No branches or pull requests

3 participants