Skip to content

Allow embedders to specify arbitrary data to the isolate on launch. #37641

@chinmaygarde

Description

@chinmaygarde

Currently, only certain fields are available to the isolate on launch. These fields are currently present in the RuntimeController::WindowData struct. While the data in that struct is meant to persist across isolate restarts, the engine doesn't care what that data looks like. Also, when embedders want to add new fields to that struct, they need to patch the engine. The engine should instead deal with data mappings directly and function as a dumb pipe for launch information specified by the embedders and made available to the isolate on launch.

Metadata

Metadata

Assignees

Labels

c: new featureNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions