flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 327 forks source link

[Feature Request] Allow Deep Links validation tool to support flavors (not only `lib/main.dart` entry point) #8501

Open luisredondo opened 6 days ago

luisredondo commented 6 days ago

The tool for validating deep links does not allow to specify an entry point for the app other than the default one (lib/main.dart). If I have flavors with multiple main files (such as main_development.dart, main_staging.dart, etc), which is a common case in many applications, particularly enterprise ones, I'm not able to use the tool.

kenzieschmoll commented 3 days ago

@chunhtai @hannah-hyj