Skip to content

[Web]: Proposal to be able to build flutter web app with debug profile support #96283

@arturk

Description

@arturk

flutter build web command is used to generate release build of flutter application. But for testing purposes we need to deploy debug version of the application to the local server. We need the support of the builds where assert instructions are executed to be able to access the render tree of the deployed application. At the moment it is possible to do with flutter run -d chrome but that is not the command that is used to generate files that can be put into the server

So something like flutter build web --debug can be beneficial especially when there is flutter build web --profile already exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterplatform-webWeb applications specificallyteam-webOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions