82199aacc5ac063a1912258e7887c8d4da0d3320
uwptool is a helper tool used by the flutter command-line tool. It can be thought of as analogous to adb for Android or libimobiledevice for iOS. Its core functions are: * List installed apps. (included in this patch) * Launch an app with a set of launch arguments. (included in this patch) * Install an app (included in a later patch). * Uninstall an app (included in a later patch). Part of https://github.com/flutter/flutter/issues/81756
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%