Flutter Engine
The Flutter Engine
|
#include "flutter/shell/common/engine.h"
#include <cstring>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "flutter/common/settings.h"
#include "flutter/fml/make_copyable.h"
#include "flutter/fml/trace_event.h"
#include "flutter/lib/snapshot/snapshot.h"
#include "flutter/lib/ui/text/font_collection.h"
#include "flutter/shell/common/animator.h"
#include "flutter/shell/common/platform_view.h"
#include "flutter/shell/common/shell.h"
#include "impeller/runtime_stage/runtime_stage.h"
#include "rapidjson/document.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Variables | |
static constexpr char | flutter::kAssetChannel [] = "flutter/assets" |
static constexpr char | flutter::kLifecycleChannel [] = "flutter/lifecycle" |
static constexpr char | flutter::kNavigationChannel [] = "flutter/navigation" |
static constexpr char | flutter::kLocalizationChannel [] = "flutter/localization" |
static constexpr char | flutter::kSettingsChannel [] = "flutter/settings" |
static constexpr char | flutter::kIsolateChannel [] = "flutter/isolate" |