Files
authsec_flutter/macos/Flutter/GeneratedPluginRegistrant.swift
T

43 lines
2.0 KiB
Swift
Raw Normal View History

2026-09-15 09:09:11 +05:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2026-09-15 18:07:12 +05:30
import connectivity_plus
import file_picker_darwin
2026-09-15 09:09:11 +05:30
import file_selector_macos
import flutter_local_notifications
2026-09-15 18:07:12 +05:30
import flutter_secure_storage_darwin
import flutter_sound
import geocoding_darwin
2026-09-15 09:09:11 +05:30
import geolocator_apple
2026-09-15 18:07:12 +05:30
import mobile_scanner
import package_info_plus
2026-09-15 09:09:11 +05:30
import shared_preferences_foundation
2026-09-15 18:07:12 +05:30
import speech_to_text
import sqflite_darwin
2026-09-15 09:09:11 +05:30
import url_launcher_macos
import video_player_avfoundation
2026-09-15 18:07:12 +05:30
import workmanager_apple
2026-09-15 09:09:11 +05:30
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2026-09-15 18:07:12 +05:30
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
2026-09-15 09:09:11 +05:30
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
2026-09-15 18:07:12 +05:30
FlutterSecureStorageDarwinPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageDarwinPlugin"))
FlutterSoundPlugin.register(with: registry.registrar(forPlugin: "FlutterSoundPlugin"))
GeocodingDarwinPlugin.register(with: registry.registrar(forPlugin: "GeocodingDarwinPlugin"))
2026-09-15 09:09:11 +05:30
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2026-09-15 18:07:12 +05:30
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2026-09-15 09:09:11 +05:30
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2026-09-15 18:07:12 +05:30
SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin"))
2026-09-15 09:09:11 +05:30
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2026-09-15 18:07:12 +05:30
VideoPlayerPlugin.register(with: registry.registrar(forPlugin: "VideoPlayerPlugin"))
WorkmanagerPlugin.register(with: registry.registrar(forPlugin: "WorkmanagerPlugin"))
2026-09-15 09:09:11 +05:30
}