Flutter Engine
The Flutter Engine
|
#include <string>
#include <string_view>
#include <vector>
#include "flutter/fml/macros.h"
#include "flutter/fml/unique_object.h"
#include "flutter/shell/platform/windows/public/flutter_windows.h"
#include "flutter/shell/platform/windows/testing/windows_test_context.h"
Go to the source code of this file.
Classes | |
struct | flutter::testing::EngineDeleter |
struct | flutter::testing::ViewControllerDeleter |
class | flutter::testing::WindowsConfigBuilder |
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Typedefs | |
using | flutter::testing::EnginePtr = std::unique_ptr< FlutterDesktopEngine, EngineDeleter > |
using | flutter::testing::ViewControllerPtr = std::unique_ptr< FlutterDesktopViewController, ViewControllerDeleter > |