37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Swift
		
	
	
	
	
	
		
		
			
		
	
	
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Swift
		
	
	
	
	
	
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//  Generated file. Do not edit.
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import FlutterMacOS
							 | 
						||
| 
								 | 
							
								import Foundation
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import audio_session
							 | 
						||
| 
								 | 
							
								import file_picker
							 | 
						||
| 
								 | 
							
								import file_selector_macos
							 | 
						||
| 
								 | 
							
								import flutter_secure_storage_macos
							 | 
						||
| 
								 | 
							
								import just_audio
							 | 
						||
| 
								 | 
							
								import package_info_plus
							 | 
						||
| 
								 | 
							
								import path_provider_foundation
							 | 
						||
| 
								 | 
							
								import shared_preferences_foundation
							 | 
						||
| 
								 | 
							
								import speech_to_text
							 | 
						||
| 
								 | 
							
								import sqflite_darwin
							 | 
						||
| 
								 | 
							
								import url_launcher_macos
							 | 
						||
| 
								 | 
							
								import video_player_avfoundation
							 | 
						||
| 
								 | 
							
								import wakelock_plus
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
							 | 
						||
| 
								 | 
							
								  AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
							 | 
						||
| 
								 | 
							
								  FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
							 | 
						||
| 
								 | 
							
								  FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
							 | 
						||
| 
								 | 
							
								  FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
							 | 
						||
| 
								 | 
							
								  JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
							 | 
						||
| 
								 | 
							
								  FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
							 | 
						||
| 
								 | 
							
								  PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
							 | 
						||
| 
								 | 
							
								  SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
							 | 
						||
| 
								 | 
							
								  SpeechToTextPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextPlugin"))
							 | 
						||
| 
								 | 
							
								  SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
							 | 
						||
| 
								 | 
							
								  UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
							 | 
						||
| 
								 | 
							
								  FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
							 | 
						||
| 
								 | 
							
								  WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
							 | 
						||
| 
								 | 
							
								}
							 |