flutter/packages/flutter_tools/lib/src/android
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
..
migrations [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
adb.dart Migrate flutter_tool tool helper files to null safety (#78845) 2021-03-23 10:02:59 -07:00
android_app_link_settings.dart Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
android_builder.dart Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
android_console.dart Migrate android_console to null safety (#78923) 2021-03-24 15:18:00 -07:00
android_device_discovery.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
android_device.dart [Impeller] Plumb through the impeller-force-gl flag. (#123828) 2023-03-31 15:13:10 +00:00
android_emulator.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
android_sdk.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
android_studio_validator.dart [tool] In flutter doctor -v, warn when Android Studio version could not be detected. (#126395) 2023-06-01 14:51:30 +00:00
android_studio.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
android_workflow.dart [tools] allow explicitly specifying the JDK to use via a new config setting (#128264) 2023-06-07 04:52:17 +00:00
android.dart Migrate flutter_tool tool helper files to null safety (#78845) 2021-03-23 10:02:59 -07:00
application_package.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
build_validation.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
deferred_components_gen_snapshot_validator.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
deferred_components_prebuild_validator.dart Roll pub packages (#125447) 2023-04-28 17:31:45 +00:00
deferred_components_validator.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
gradle_errors.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
gradle_utils.dart [Reland] Add migrator to upgrade gradle version when conflict with Android Studio bundled Java version is detected (#125836) 2023-05-03 21:00:06 +00:00
gradle.dart Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
java.dart [tools] allow explicitly specifying the JDK to use via a new config setting (#128264) 2023-06-07 04:52:17 +00:00
multidex.dart [flutter_tools] Catch more general XmlException rather than XmlParserException (#107574) 2022-07-13 22:38:07 +00:00