mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
UWP apps must be launched using their package family name, but are uninstalled using their full package name. This patch updates the Application class to store both. Further, when launching UWP apps, we now do a lookup to verify the package exists before attempting to launch it.