mobile-flutter/covas_mobile/macos/Flutter/GeneratedPluginRegistrant.swift

29 lines
1.2 KiB
Swift
Raw Normal View History

2022-08-27 12:14:34 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-03-02 16:49:19 +01:00
import facebook_auth_desktop
2024-07-20 17:16:38 +02:00
import file_selector_macos
2025-03-02 16:49:19 +01:00
import flutter_secure_storage_macos
2024-11-06 13:27:31 +01:00
import geolocator_apple
2025-03-02 16:49:19 +01:00
import google_sign_in_ios
import path_provider_foundation
2024-06-19 23:24:42 +02:00
import shared_preferences_foundation
2024-11-11 14:48:23 +01:00
import url_launcher_macos
2025-02-18 22:56:50 +01:00
import webview_flutter_wkwebview
2022-08-27 12:14:34 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-03-02 16:49:19 +01:00
FacebookAuthDesktopPlugin.register(with: registry.registrar(forPlugin: "FacebookAuthDesktopPlugin"))
2024-07-20 17:16:38 +02:00
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2025-03-02 16:49:19 +01:00
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
2024-11-06 13:27:31 +01:00
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2025-03-02 16:49:19 +01:00
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2022-09-17 21:31:10 +02:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-11-11 14:48:23 +01:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2025-02-18 22:56:50 +01:00
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
2022-08-27 12:14:34 +02:00
}