mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
35 lines
1.5 KiB
Swift
35 lines
1.5 KiB
Swift
|
|
//
|
||
|
|
// Generated file. Do not edit.
|
||
|
|
//
|
||
|
|
|
||
|
|
import FlutterMacOS
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
import audio_service
|
||
|
|
import audio_session
|
||
|
|
import device_info_plus
|
||
|
|
import dynamic_color
|
||
|
|
import file_picker
|
||
|
|
import isar_flutter_libs
|
||
|
|
import just_audio
|
||
|
|
import package_info_plus
|
||
|
|
import path_provider_foundation
|
||
|
|
import share_plus
|
||
|
|
import sqflite_darwin
|
||
|
|
import url_launcher_macos
|
||
|
|
|
||
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
|
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
|
||
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
||
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
||
|
|
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
||
|
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
||
|
|
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
|
||
|
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
||
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
||
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
||
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
||
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
||
|
|
}
|