mirror of
				https://gitlab.com/foxixus/neomovies_mobile.git
				synced 2025-10-29 20:38:50 +05:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Swift
		
	
	
	
	
	
| //
 | |
| //  Generated file. Do not edit.
 | |
| //
 | |
| 
 | |
| import FlutterMacOS
 | |
| import Foundation
 | |
| 
 | |
| import dynamic_color
 | |
| import flutter_secure_storage_macos
 | |
| import package_info_plus
 | |
| import path_provider_foundation
 | |
| import shared_preferences_foundation
 | |
| import sqflite_darwin
 | |
| import url_launcher_macos
 | |
| import wakelock_plus
 | |
| import webview_flutter_wkwebview
 | |
| 
 | |
| func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
 | |
|   DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
 | |
|   FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
 | |
|   FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
 | |
|   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"))
 | |
|   WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
 | |
|   WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
 | |
| }
 |