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.

29 lines
1.2 KiB

4 months ago
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
4 months ago
import firebase_core
import firebase_messaging
import flutter_secure_storage_macos
import geolocator_apple
import location
import package_info_plus
4 months ago
import path_provider_foundation
4 months ago
import shared_preferences_foundation
4 months ago
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
4 months ago
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
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"))
4 months ago
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
4 months ago
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
4 months ago
}