Skip to content

Support for custom entry point for flutter engine on Windows #93537

@boyan01

Description

@boyan01

Use case

Custom entry point for flutter engine is useful, relate to #86599 .

Although there is already relevant implementation method on windows. FlutterWindowsEngine::RunWithEntrypoint. But this method always passes in a null value here, and it cannot be modified in the flutter app/plugin project.

Proposal

Add a new property custom_entry_point to flutter::DartProject, and run FlutterWindowsEngine with custom_entry_point.

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projecta: desktopRunning on desktopc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterengineflutter/engine related. See also e: labels.platform-windowsBuilding on or for Windows specifically

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions