mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-10-31 20:17:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Swift
		
	
	
	
	
	
| //
 | |
| //  Generated file. Do not edit.
 | |
| //
 | |
| 
 | |
| import FlutterMacOS
 | |
| import Foundation
 | |
| 
 | |
| import file_chooser
 | |
| import firebase_core
 | |
| import flutter_local_notifications
 | |
| import package_info
 | |
| import path_provider_macos
 | |
| import shared_preferences_macos
 | |
| import sqflite
 | |
| import url_launcher_macos
 | |
| 
 | |
| func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
 | |
|   FileChooserPlugin.register(with: registry.registrar(forPlugin: "FileChooserPlugin"))
 | |
|   FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
 | |
|   FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
 | |
|   FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
 | |
|   PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
 | |
|   SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
 | |
|   SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
 | |
|   UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
 | |
| }
 | 
