You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.9 KiB
41 lines
1.9 KiB
|
3 weeks ago
|
//
|
||
|
|
// Generated file. Do not edit.
|
||
|
|
//
|
||
|
|
|
||
|
|
import FlutterMacOS
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
import cloud_firestore
|
||
|
|
import device_info_plus
|
||
|
|
import file_selector_macos
|
||
|
|
import firebase_core
|
||
|
|
import firebase_messaging
|
||
|
|
import flutter_local_notifications
|
||
|
|
import flutter_secure_storage_macos
|
||
|
|
import geolocator_apple
|
||
|
|
import location
|
||
|
|
import package_info_plus
|
||
|
|
import path_provider_foundation
|
||
|
|
import share_plus
|
||
|
|
import shared_preferences_foundation
|
||
|
|
import speech_to_text_macos
|
||
|
|
import url_launcher_macos
|
||
|
|
|
||
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
|
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
|
||
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
||
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
||
|
|
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
||
|
|
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
|
||
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
||
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
||
|
|
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
||
|
|
LocationPlugin.register(with: registry.registrar(forPlugin: "LocationPlugin"))
|
||
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
||
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
||
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
||
|
|
SpeechToTextMacosPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextMacosPlugin"))
|
||
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
||
|
|
}
|