Flutter Windows Embedder
FlutterDesktopEngineProperties Struct Reference

#include <flutter_windows.h>

Public Attributes

const wchar_t * assets_path
 
const wchar_t * icu_data_path
 
const wchar_t * aot_library_path
 
const char * dart_entrypoint
 
int dart_entrypoint_argc
 
const char ** dart_entrypoint_argv
 

Detailed Description

Definition at line 39 of file flutter_windows.h.

Member Data Documentation

◆ aot_library_path

const wchar_t* FlutterDesktopEngineProperties::aot_library_path

◆ assets_path

const wchar_t* FlutterDesktopEngineProperties::assets_path

◆ dart_entrypoint

const char* FlutterDesktopEngineProperties::dart_entrypoint

◆ dart_entrypoint_argc

int FlutterDesktopEngineProperties::dart_entrypoint_argc

◆ dart_entrypoint_argv

const char** FlutterDesktopEngineProperties::dart_entrypoint_argv

◆ icu_data_path

const wchar_t* FlutterDesktopEngineProperties::icu_data_path

The documentation for this struct was generated from the following file: