1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

desktop_photo_search: update depenndencies (#1055)

This commit is contained in:
Brett Morgan
2022-04-06 11:37:17 +10:00
committed by GitHub
parent f58928da91
commit e01153cb50
8 changed files with 22 additions and 8 deletions

View File

@@ -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"))
}