mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This refactoring moves the Application Launch and Uninstall methods to the ApplicationStore class. This simplifies writing tests for Command classes since the Application class is now a plain old data class, and ApplicationStore can be replaced with a fake implementation for hermetic testing, while I'll do in a follow-up patch. Bug: https://github.com/flutter/flutter/issues/83072