[Feature Request] Allow Deep Links validation tool to support flavors (not only lib/main.dart
entry point)
#8501
Labels
P2
important to work on, but not at the top of the work list.
screen: deep links
Issues related to the Deep Links screen
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 asmain_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.The text was updated successfully, but these errors were encountered: