flutter_flutter/content_handler
Chinmay Garde 06afdfe54e
Ensure that application termination callbacks are serviced on the runner thread. (#5247)
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.
2018-05-11 20:11:02 -07:00
..

Flutter Application Runner

Implements the component::ApplicationRunner FIDL interface to launch and run mutliple Flutter applications within the same process.