mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Extracts each of the commands (listapps, install, uninstall, launch) into a command class that is registered at startup. This simplifies adding further commands, and cleans up the code a bit. This is a refactoring that introduces no changes to existing functionality.