devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Deeplink tools should have build parameters

Open feinstein opened this issue 6 months ago • 1 comments

My app will not compile like a barebones app. I have many flavours and main files.

When I try to use the deeplink tool I get the following error:

Image

As you can see, the deeplink tool is looking for a main.dart file, but I don't have one. I have main_production.dart, main_staging.dart, and etc.

If it's trying to compile, it will also need to setup a --flavor flag and for many apps out there, also dart-define.

If this tool needs to build an app, then it should allow for extra build parameters, to accommodate all possible scenarios provided by the flutter build tool.

feinstein avatar May 29 '25 09:05 feinstein

cc @chunhtai it looks like you might have worked on this page?

jakemac53 avatar May 29 '25 15:05 jakemac53

any solution?

brktlhylmz avatar Jul 16 '25 07:07 brktlhylmz