Files
app/wei_ai_app/macos/Flutter/GeneratedPluginRegistrant.swift
2026-02-03 21:41:25 +08:00

23 lines
840 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import app_links
import flutter_tts
import path_provider_foundation
import shared_preferences_foundation
import speech_to_text
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}