2023-05-06 21:14:12 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-06-29 22:41:11 +00:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2023-06-17 21:50:52 +00:00
|
|
|
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
|
2023-07-20 20:56:00 +00:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2023-05-06 21:14:12 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2023-06-29 22:41:11 +00:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2023-06-17 21:50:52 +00:00
|
|
|
Sqlite3FlutterLibsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("Sqlite3FlutterLibsPlugin"));
|
2023-07-20 20:56:00 +00:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2023-05-06 21:14:12 +00:00
|
|
|
}
|