-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team
Description
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.
Ltei, polina-c, JordanRoberts1, arturk, sobimor and 110 moresobimor, LazyMink, mirland, sarbogast, nietsmmar and 1 morelongtimedeveloper, djpeinado, mirland, eggnstone, kovardin and 2 moresobimor, LazyMink, jcblancomartinez, djpeinado, mirland and 2 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team