-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopa: multi windowIssues related to multi window supportIssues related to multi window supportplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyteam-windowsOwned by the Windows platform teamOwned by the Windows platform teamtriaged-windowsTriaged by the Windows platform teamTriaged by the Windows platform team
Description
Do all the Windows stuffs in https://flutter.dev/go/desktop-multi-view-runner-apis
- C APIs
-
FlutterDesktopViewId
-
FlutterDesktopEngineCreateViewController
⚠️ This is "pubternal": you can link against this but it isn't in theflutter_windows.h
header file yet
-
FlutterDesktopPluginRegistrarGetViewById
-
FlutterDesktopEngineProperties.disable_implicit_view
-
- C++ APIs
- Add
FlutterEngine
constructor with anenable_implicit_view
argument - Add
FlutterViewController
constructor that accepts astd::shared_ptr<FlutterEngine>
- Add
FlutterViewController::view_id()
- Add
FlutterViewController::shared_engine()
- Add
PluginRegistrarWindows::GetViewById
- Add
wanjm, vially, SiongSng, josh4500, vladvoina and 4 moreberkekbgz, wanjm, josh4500 and SmartVive
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopa: multi windowIssues related to multi window supportIssues related to multi window supportplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyteam-windowsOwned by the Windows platform teamOwned by the Windows platform teamtriaged-windowsTriaged by the Windows platform teamTriaged by the Windows platform team
Type
Projects
Status
In Progress