35 lines
1.5 KiB
Swift
35 lines
1.5 KiB
Swift
|
|
//
|
||
|
|
// Generated file. Do not edit.
|
||
|
|
//
|
||
|
|
|
||
|
|
import FlutterMacOS
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
import audio_session
|
||
|
|
import connectivity_plus
|
||
|
|
import device_info_plus
|
||
|
|
import file_picker
|
||
|
|
import file_selector_macos
|
||
|
|
import flutter_tts
|
||
|
|
import just_audio
|
||
|
|
import package_info_plus
|
||
|
|
import path_provider_foundation
|
||
|
|
import shared_preferences_foundation
|
||
|
|
import speech_to_text
|
||
|
|
import sqflite_darwin
|
||
|
|
|
||
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
||
|
|
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
|
||
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
||
|
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
||
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
||
|
|
FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
|
||
|
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
||
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
||
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
||
|
|
SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin"))
|
||
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
||
|
|
}
|