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

Update pubspec.lock and friends (#1076)

This commit is contained in:
Brett Morgan
2022-04-20 07:31:26 +10:00
committed by GitHub
parent dd7e8d5a17
commit 63235a729a
49 changed files with 535 additions and 11 deletions

View File

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