Flutter Engine
The Flutter Engine
|
#include <filesystem>
#include <string>
#include <string_view>
#include "flutter/fml/command_line.h"
#include "flutter/fml/file.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/mapping.h"
#include "inja/inja.hpp"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
bool | flutter::TemplaterMain (const fml::CommandLine &command_line) |
int | main (int argc, char const *argv[]) |
Definition at line 69 of file templater_main.cc.