1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Setup to handle app window on desktop (#1028)

This commit is contained in:
Miguel Beltran
2022-02-28 20:50:10 +01:00
committed by GitHub
parent 67a6d1a068
commit 4b9cc632a7
34 changed files with 1443 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import window_size
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
}