5 #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_PROJECT_BUNDLE_H_
6 #define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_PROJECT_BUNDLE_H_
12 #include "flutter/shell/platform/embedder/embedder.h"
18 std::unique_ptr<_FlutterEngineAOTData, FlutterEngineCollectAOTDataFnPtr>;
48 const std::filesystem::path&
assets_path() {
return assets_path_; }
51 const std::filesystem::path&
icu_path() {
return icu_path_; }
57 void SetSwitches(
const std::vector<std::string>& switches);
71 return dart_entrypoint_arguments_;
81 std::filesystem::path assets_path_;
82 std::filesystem::path icu_path_;
85 std::filesystem::path aot_library_path_;
88 std::string dart_entrypoint_;
91 std::vector<std::string> dart_entrypoint_arguments_;
94 std::vector<std::string> engine_switches_;
FlutterGpuPreference gpu_preference() const
const std::filesystem::path & assets_path()
const std::vector< std::string > GetSwitches()
const std::filesystem::path & icu_path()
FlutterProjectBundle(const FlutterDesktopEngineProperties &properties)
UniqueAotDataPtr LoadAotData(const FlutterEngineProcTable &engine_procs)
const std::vector< std::string > & dart_entrypoint_arguments() const
FlutterUIThreadPolicy ui_thread_policy()
void SetSwitches(const std::vector< std::string > &switches)
const std::string & dart_entrypoint() const
@ HighPerformancePreference
std::unique_ptr< _FlutterEngineAOTData, FlutterEngineCollectAOTDataFnPtr > UniqueAotDataPtr