#include <dart_project.h>
Definition at line 35 of file dart_project.h.
◆ DartProject() [1/2]
flutter::DartProject::DartProject |
( |
const std::wstring & |
assets_path, |
|
|
const std::wstring & |
icu_data_path, |
|
|
const std::wstring & |
aot_library_path |
|
) |
| |
|
inlineexplicit |
Definition at line 45 of file dart_project.h.
48 assets_path_ = assets_path;
49 icu_data_path_ = icu_data_path;
50 aot_library_path_ = aot_library_path;
◆ DartProject() [2/2]
flutter::DartProject::DartProject |
( |
const std::wstring & |
path | ) |
|
|
inlineexplicit |
Definition at line 61 of file dart_project.h.
62 assets_path_ = path + L
"\\flutter_assets";
63 icu_data_path_ = path + L
"\\icudtl.dat";
64 aot_library_path_ = path + L
"\\app.so";
◆ ~DartProject()
flutter::DartProject::~DartProject |
( |
| ) |
|
|
default |
◆ dart_entrypoint()
const std::string& flutter::DartProject::dart_entrypoint |
( |
| ) |
const |
|
inline |
◆ dart_entrypoint_arguments()
const std::vector<std::string>& flutter::DartProject::dart_entrypoint_arguments |
( |
| ) |
const |
|
inline |
◆ gpu_preference()
◆ set_dart_entrypoint()
void flutter::DartProject::set_dart_entrypoint |
( |
const std::string & |
entrypoint | ) |
|
|
inline |
◆ set_dart_entrypoint_arguments()
void flutter::DartProject::set_dart_entrypoint_arguments |
( |
std::vector< std::string > |
arguments | ) |
|
|
inline |
◆ set_gpu_preference()
void flutter::DartProject::set_gpu_preference |
( |
GpuPreference |
gpu_preference | ) |
|
|
inline |
◆ set_ui_thread_policy()
void flutter::DartProject::set_ui_thread_policy |
( |
UIThreadPolicy |
policy | ) |
|
|
inline |
◆ ui_thread_policy()
◆ DartProjectTest
◆ FlutterEngine
◆ FlutterViewController
The documentation for this class was generated from the following file: