diff --git a/desktop_photo_search/fluent_ui/linux/flutter/generated_plugin_registrant.cc b/desktop_photo_search/fluent_ui/linux/flutter/generated_plugin_registrant.cc index cab1d272f..ad39a78c3 100644 --- a/desktop_photo_search/fluent_ui/linux/flutter/generated_plugin_registrant.cc +++ b/desktop_photo_search/fluent_ui/linux/flutter/generated_plugin_registrant.cc @@ -9,6 +9,7 @@ #include #include #include +#include void fl_register_plugins(FlPluginRegistry* registry) { g_autoptr(FlPluginRegistrar) file_selector_linux_registrar = @@ -20,4 +21,7 @@ void fl_register_plugins(FlPluginRegistry* registry) { g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); + g_autoptr(FlPluginRegistrar) window_size_registrar = + fl_plugin_registry_get_registrar_for_plugin(registry, "WindowSizePlugin"); + window_size_plugin_register_with_registrar(window_size_registrar); } diff --git a/desktop_photo_search/fluent_ui/linux/flutter/generated_plugins.cmake b/desktop_photo_search/fluent_ui/linux/flutter/generated_plugins.cmake index 9f989b9f4..44f809bcf 100644 --- a/desktop_photo_search/fluent_ui/linux/flutter/generated_plugins.cmake +++ b/desktop_photo_search/fluent_ui/linux/flutter/generated_plugins.cmake @@ -6,6 +6,7 @@ list(APPEND FLUTTER_PLUGIN_LIST file_selector_linux menubar url_launcher_linux + window_size ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/desktop_photo_search/fluent_ui/macos/Flutter/GeneratedPluginRegistrant.swift b/desktop_photo_search/fluent_ui/macos/Flutter/GeneratedPluginRegistrant.swift index a6ebf3c9d..67cb9bc42 100644 --- a/desktop_photo_search/fluent_ui/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/desktop_photo_search/fluent_ui/macos/Flutter/GeneratedPluginRegistrant.swift @@ -8,9 +8,11 @@ import Foundation import file_selector_macos import menubar import url_launcher_macos +import window_size func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) MenubarPlugin.register(with: registry.registrar(forPlugin: "MenubarPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) + WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin")) } diff --git a/desktop_photo_search/fluent_ui/pubspec.lock b/desktop_photo_search/fluent_ui/pubspec.lock index eb7d67a8e..ba728c99c 100644 --- a/desktop_photo_search/fluent_ui/pubspec.lock +++ b/desktop_photo_search/fluent_ui/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "36.0.0" + version: "37.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.3.1" + version: "3.4.0" archive: dependency: transitive description: @@ -451,7 +451,7 @@ packages: name: msix url: "https://pub.dartlang.org" source: hosted - version: "3.4.0" + version: "3.4.1" nested: dependency: transitive description: @@ -722,7 +722,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.4.4" window_size: dependency: "direct main" description: diff --git a/desktop_photo_search/material/linux/flutter/generated_plugin_registrant.cc b/desktop_photo_search/material/linux/flutter/generated_plugin_registrant.cc index cab1d272f..ad39a78c3 100644 --- a/desktop_photo_search/material/linux/flutter/generated_plugin_registrant.cc +++ b/desktop_photo_search/material/linux/flutter/generated_plugin_registrant.cc @@ -9,6 +9,7 @@ #include #include #include +#include void fl_register_plugins(FlPluginRegistry* registry) { g_autoptr(FlPluginRegistrar) file_selector_linux_registrar = @@ -20,4 +21,7 @@ void fl_register_plugins(FlPluginRegistry* registry) { g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); + g_autoptr(FlPluginRegistrar) window_size_registrar = + fl_plugin_registry_get_registrar_for_plugin(registry, "WindowSizePlugin"); + window_size_plugin_register_with_registrar(window_size_registrar); } diff --git a/desktop_photo_search/material/linux/flutter/generated_plugins.cmake b/desktop_photo_search/material/linux/flutter/generated_plugins.cmake index 9f989b9f4..44f809bcf 100644 --- a/desktop_photo_search/material/linux/flutter/generated_plugins.cmake +++ b/desktop_photo_search/material/linux/flutter/generated_plugins.cmake @@ -6,6 +6,7 @@ list(APPEND FLUTTER_PLUGIN_LIST file_selector_linux menubar url_launcher_linux + window_size ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/desktop_photo_search/material/macos/Flutter/GeneratedPluginRegistrant.swift b/desktop_photo_search/material/macos/Flutter/GeneratedPluginRegistrant.swift index a6ebf3c9d..67cb9bc42 100644 --- a/desktop_photo_search/material/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/desktop_photo_search/material/macos/Flutter/GeneratedPluginRegistrant.swift @@ -8,9 +8,11 @@ import Foundation import file_selector_macos import menubar import url_launcher_macos +import window_size func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) MenubarPlugin.register(with: registry.registrar(forPlugin: "MenubarPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) + WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin")) } diff --git a/desktop_photo_search/material/pubspec.lock b/desktop_photo_search/material/pubspec.lock index 70db31593..36a62b07b 100644 --- a/desktop_photo_search/material/pubspec.lock +++ b/desktop_photo_search/material/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "36.0.0" + version: "37.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.3.1" + version: "3.4.0" archive: dependency: transitive description: @@ -437,7 +437,7 @@ packages: name: msix url: "https://pub.dartlang.org" source: hosted - version: "3.4.0" + version: "3.4.1" nested: dependency: transitive description: @@ -694,7 +694,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.4.4" window_size: dependency: "direct main" description: