2026-01-12 14:12:41 +05:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2026-03-08 00:41:44 +05:30
|
|
|
import emoji_picker_flutter
|
2026-03-26 00:07:31 +05:30
|
|
|
import facebook_auth_desktop
|
2026-03-08 16:05:08 +05:30
|
|
|
import file_selector_macos
|
2026-03-08 21:55:52 +05:30
|
|
|
import firebase_core
|
|
|
|
|
import firebase_messaging
|
|
|
|
|
import flutter_local_notifications
|
2026-02-22 21:48:04 +05:30
|
|
|
import flutter_secure_storage_macos
|
2026-03-26 00:07:31 +05:30
|
|
|
import google_sign_in_ios
|
2026-03-11 13:26:16 +05:30
|
|
|
import package_info_plus
|
2026-03-07 10:25:53 +05:30
|
|
|
import path_provider_foundation
|
2026-02-22 21:48:04 +05:30
|
|
|
import shared_preferences_foundation
|
2026-04-08 20:21:29 +05:30
|
|
|
import speech_to_text
|
2026-02-22 21:48:04 +05:30
|
|
|
import sqflite_darwin
|
2026-03-08 12:15:15 +05:30
|
|
|
import url_launcher_macos
|
2026-03-09 06:04:54 +05:30
|
|
|
import webview_flutter_wkwebview
|
2026-01-12 14:12:41 +05:30
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2026-03-08 00:41:44 +05:30
|
|
|
EmojiPickerFlutterPlugin.register(with: registry.registrar(forPlugin: "EmojiPickerFlutterPlugin"))
|
2026-03-26 00:07:31 +05:30
|
|
|
FacebookAuthDesktopPlugin.register(with: registry.registrar(forPlugin: "FacebookAuthDesktopPlugin"))
|
2026-03-08 16:05:08 +05:30
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2026-03-08 21:55:52 +05:30
|
|
|
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
|
|
|
|
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
|
|
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
2026-02-22 21:48:04 +05:30
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2026-03-26 00:07:31 +05:30
|
|
|
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
|
2026-03-11 13:26:16 +05:30
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2026-03-07 10:25:53 +05:30
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2026-02-22 21:48:04 +05:30
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2026-04-08 20:21:29 +05:30
|
|
|
SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin"))
|
2026-02-22 21:48:04 +05:30
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2026-03-08 12:15:15 +05:30
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2026-03-09 06:04:54 +05:30
|
|
|
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
|
2026-01-12 14:12:41 +05:30
|
|
|
}
|