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:
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user