2025-08-06 20:28:19 -07:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2025-08-14 21:54:25 -07:00
|
|
|
import google_sign_in_ios
|
2025-08-06 20:28:19 -07:00
|
|
|
import path_provider_foundation
|
|
|
|
|
import shared_preferences_foundation
|
|
|
|
|
import speech_to_text
|
|
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-08-14 21:54:25 -07:00
|
|
|
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
|
2025-08-06 20:28:19 -07:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin"))
|
|
|
|
|
}
|