mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This removes the Application::Delegate interface and instead uses a closure that captures the task runner. The interface was expected to be more complicated than it turned out to be.
Flutter Application Runner
Implements the component::ApplicationRunner FIDL interface to launch and run mutliple Flutter applications within the same process.