mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
21 lines
616 B
C++
21 lines
616 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <file_selector_windows/file_selector_plugin.h>
|
|
#include <menubar/menubar_plugin.h>
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FileSelectorPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FileSelectorPlugin"));
|
|
MenubarPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("MenubarPlugin"));
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
}
|