flutter/packages/flutter_tools/test
chunhtai 5328bd9ae0
Adds vmservices to retrieve android applink settings (#125998)
fixes https://github.com/flutter/flutter/issues/120408

Added two gradle tasks, one for grabing the application id, one for grabbing app link domains.

Added a new vmservices to call these two gradle tasks and return the result.

The expected work flow is that the devtool will first call a vmservices to grab all avaliable build variants. It will then choose one of the build variant and call this new services to get application id and app link domains.
2023-06-07 22:43:11 +00:00
..
commands.shard [tools] allow explicitly specifying the JDK to use via a new config setting (#128264) 2023-06-07 04:52:17 +00:00
data Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546) 2023-03-21 20:21:58 +00:00
general.shard Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
host_cross_arch.shard [flutter_tools] Use process matcher for multidex test (#127996) 2023-06-01 22:24:08 +00:00
integration.shard Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
src Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
web.shard Add vmservice for android build options (#123034) 2023-04-18 18:16:09 +00:00