v1.1.1+32
All checks were successful
Flutter Schmutter / build (push) Successful in 6m13s

This commit is contained in:
2025-06-06 19:26:53 +02:00
parent f083fc8e8f
commit 8e9f0eb1b8
9 changed files with 141 additions and 1 deletions

View File

@ -5,6 +5,7 @@
import FlutterMacOS
import Foundation
import flutter_secure_storage_macos
import package_info_plus
import path_provider_foundation
import share_plus
@ -12,6 +13,7 @@ import sqflite_darwin
import video_player_avfoundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))