Finished Launcher

Everything is smooth and the UI is perfect
This commit is contained in:
Alessandro Autiero
2022-09-14 18:55:41 +02:00
parent df4bd5772f
commit 1c6137a4d9
13 changed files with 132 additions and 92 deletions

View File

@@ -8,16 +8,22 @@
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
#include <flutter_desktop_folder_picker/flutter_desktop_folder_picker_plugin.h>
#include <screen_retriever/screen_retriever_plugin.h>
#include <system_theme/system_theme_plugin.h>
#include <url_launcher_windows/url_launcher_windows.h>
#include <window_manager/window_manager_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
BitsdojoWindowPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
FlutterDesktopFolderPickerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterDesktopFolderPickerPlugin"));
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
SystemThemePluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("SystemThemePlugin"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
}

View File

@@ -5,8 +5,10 @@
list(APPEND FLUTTER_PLUGIN_LIST
bitsdojo_window_windows
flutter_desktop_folder_picker
screen_retriever
system_theme
url_launcher_windows
window_manager
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST