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.
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.