mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
Adds a template / sample for games built in Flutter, with all the bells and whistles, like ads, in-app purchases, audio, main menu, settings, and so on. Co-authored-by: Parker Lougheed Co-authored-by: Shams Zakhour
12 lines
164 B
C++
12 lines
164 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
}
|