Skip to content

flutter create doesn't create fuchsia directory #48768

@dnfield

Description

@dnfield
Contributor

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.

Activity

added
toolAffects the "flutter" command-line tool. See also t: labels.
on Jan 14, 2020
jonahwilliams

jonahwilliams commented on Jan 14, 2020

@jonahwilliams
Contributor

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

jonahwilliams

jonahwilliams commented on Sep 25, 2020

@jonahwilliams
Contributor

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

added
P3Issues that are less important to the Flutter project
c: new featureNothing broken; request for a new capability
on Sep 25, 2020
campovski

campovski commented on Mar 16, 2021

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

jonahwilliams commented on Mar 16, 2021

@jonahwilliams
Contributor

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.

github-actions

github-actions commented on Jul 11, 2025

@github-actions

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

locked as resolved and limited conversation to collaborators on Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityplatform-fuchsiaFuchsia code specificallyteam-toolOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @matanlurey@dnfield@jonahwilliams@campovski

        Issue actions

          `flutter create` doesn't create `fuchsia` directory · Issue #48768 · flutter/flutter