Fixed
Details
Details
Assignee
Scott Murray
Scott MurrayReporter
Scott Murray
Scott MurrayFix versions
Labels
Contract ID
Components
Affects versions
Priority
Created November 16, 2022 at 6:02 AM
Updated December 16, 2022 at 2:46 PM
Resolved November 21, 2022 at 6:59 PM
To allow switching between multiple applications from the Flutter homescreen, a mechanism is needed to call the agl-shell protocol's "activate_app" method. Since the Flutter embedder is the agl-shell client and the required wayland connection is internal to it, the most straightforward seeming way to implement this in the near term is to expose the method via a simple platform channel plugin. This issue will be used to track the required changes.