#include <dart_project.h>
Definition at line 14 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 24 of file dart_project.h.
27 assets_path_ = assets_path;
28 icu_data_path_ = icu_data_path;
29 aot_library_path_ = aot_library_path;
◆ DartProject() [2/2]
flutter::DartProject::DartProject |
( |
const std::wstring & |
path | ) |
|
|
inlineexplicit |
Definition at line 40 of file dart_project.h.
41 assets_path_ = path + L
"\\flutter_assets";
42 icu_data_path_ = path + L
"\\icudtl.dat";
43 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 |
◆ 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 |
◆ DartProjectTest
◆ FlutterEngine
◆ FlutterViewController
The documentation for this class was generated from the following file: